0% found this document useful (0 votes)
35 views

Logcat

The log file records errors and warnings from an Android application startup process. It indicates that a class could not be found during loading, there were issues reading shared preferences files, and an invalid string resource ID was encountered. This caused crashes and prevented the application from functioning properly.

Uploaded by

jhondiazd80
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)
35 views

Logcat

The log file records errors and warnings from an Android application startup process. It indicates that a class could not be found during loading, there were issues reading shared preferences files, and an invalid string resource ID was encountered. This caused crashes and prevented the application from functioning properly.

Uploaded by

jhondiazd80
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/ 979

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

02-25 19:06:48.006 15182 15182 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:06:48.594 15182 15182 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:06:48.597 15182 15182 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:06:48.597 15182 15182 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:06:48.597 15182 15182 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:06:48.597 15182 15182 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:06:48.597 15182 15182 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:06:48.597 15182 15182 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:06:48.597 15182 15182 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:06:48.597 15182 15182 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:06:48.597 15182 15182 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:06:48.597 15182 15182 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:06:48.597 15182 15182 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:06:48.597 15182 15182 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:06:48.597 15182 15182 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:06:48.597 15182 15182 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:06:48.597 15182 15182 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:06:48.597 15182 15182 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:06:48.597 15182 15182 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:06:48.597 15182 15182 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:06:48.597 15182 15182 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:06:48.597 15182 15182 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:06:48.597 15182 15182 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:06:48.597 15182 15182 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:06:48.718 15182 15182 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:06:49.098 15182 15288 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:06:49.826 15481 15481 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:06:49.944 15481 15481 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:06:49.945 15481 15481 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:06:49.945 15481 15481 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:06:49.945 15481 15481 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:06:49.945 15481 15481 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:06:49.945 15481 15481 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:06:49.945 15481 15481 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:06:49.945 15481 15481 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:06:49.945 15481 15481 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:06:49.945 15481 15481 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:06:49.945 15481 15481 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:06:49.945 15481 15481 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:06:49.945 15481 15481 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:06:49.945 15481 15481 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:06:49.945 15481 15481 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:06:49.945 15481 15481 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:06:49.945 15481 15481 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:06:49.945 15481 15481 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:06:49.945 15481 15481 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:06:49.945 15481 15481 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:06:49.945 15481 15481 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:06:49.945 15481 15481 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:06:49.945 15481 15481 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:06:49.987 15481 15481 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:06:50.031 15481 15538 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:06:50.065 15481 15549 W SharedPreferencesImpl: Cannot read
/data/user/0/com.whatsapp/shared_prefs/server_prop_preferences.xml
02-25 19:06:50.065 15481 15549 W SharedPreferencesImpl:
org.xmlpull.v1.XmlPullParserException: Unexpected end of document
02-25 19:06:50.065 15481 15549 W SharedPreferencesImpl: at
com.android.internal.util.XmlUtils.readValueXml(XmlUtils.java:1548)
02-25 19:06:50.065 15481 15549 W SharedPreferencesImpl: at
com.android.internal.util.XmlUtils.readMapXml(XmlUtils.java:969)
02-25 19:06:50.065 15481 15549 W SharedPreferencesImpl: at
android.app.SharedPreferencesImpl.loadFromDisk(SharedPreferencesImpl.java:175)
02-25 19:06:50.065 15481 15549 W SharedPreferencesImpl: at
android.app.SharedPreferencesImpl.-$$Nest$mloadFromDisk(Unknown Source:0)
02-25 19:06:50.065 15481 15549 W SharedPreferencesImpl: at
android.app.SharedPreferencesImpl$1.run(SharedPreferencesImpl.java:144)
02-25 19:06:50.235 15481 15481 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:06:50.235 15481 15481 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:06:51.128 15481 15618 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:06:51.128 15481 15618 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:06:51.128 15481 15618 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:06:51.136 15481 15481 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:06:51.790 15481 15481 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:06:51.798 15481 15481 W System.err:
android.content.res.Resources$NotFoundException: String resource ID #0x0
02-25 19:06:51.800 15481 15481 W System.err: at
android.content.res.Resources.getText(Resources.java:512)
02-25 19:06:51.801 15481 15481 W System.err: at
android.content.res.Resources.getString(Resources.java:605)
02-25 19:06:51.801 15481 15481 W System.err: at X.35t.A0E(Unknown Source:46)
02-25 19:06:51.801 15481 15481 W System.err: at
com.whatsapp.yo.yo.getString(Native Method)
02-25 19:06:51.801 15481 15481 W System.err: at
com.whatsapp.yo.yo.getString(Native Method)
02-25 19:06:51.801 15481 15481 W System.err: at
com.whatsapp.youbasha.task.utils.requestAllFilesAccess14(Native Method)
02-25 19:06:51.801 15481 15481 W System.err: at
com.whatsapp.yo.dep.showStoragePermissionRequest(Native Method)
02-25 19:06:51.801 15481 15481 W System.err: at
com.whatsapp.registration.EULA.onCreate(Unknown Source:248)
02-25 19:06:51.801 15481 15481 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 19:06:51.801 15481 15481 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 19:06:51.801 15481 15481 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 19:06:51.801 15481 15481 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 19:06:51.801 15481 15481 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 19:06:51.801 15481 15481 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 19:06:51.801 15481 15481 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 19:06:51.801 15481 15481 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 19:06:51.801 15481 15481 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 19:06:51.801 15481 15481 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:06:51.801 15481 15481 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:06:51.801 15481 15481 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:06:51.802 15481 15481 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:06:51.802 15481 15481 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:06:51.802 15481 15481 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:06:51.802 15481 15481 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:06:51.916 15481 15481 W Activity: Can request only one set of permissions
at a time
02-25 19:06:51.986 15481 15646 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:06:51.986 15481 15646 E RenderScript: Failed to load runtime , loading
default
02-25 19:06:52.060 15481 15481 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c04d
02-25 19:06:52.411 15481 15481 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:06:52.759 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:06:53.221 15481 15481 E ViewRootImpl@5bbca13[EULA]: Surface is not valid.
02-25 19:06:53.330 15481 15495 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:06:53.973 15481 15481 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:06:53.977 15481 15481 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:06:53.979 15481 15481 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:06:53.981 15481 15481 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:06:53.982 15481 15481 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:06:53.984 15481 15481 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:06:53.986 15481 15481 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:06:54.007 15481 15481 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:07:10.610 15481 15481 W Activity: Can request only one set of permissions
at a time
02-25 19:07:10.610 15481 15481 W Activity: Can request only one set of permissions
at a time
02-25 19:07:11.048 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:07:20.474 15481 17574 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
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.whatsapp/files/ShortcutInfoCompatSaver_share_targets/targets.xml:
open failed: ENOENT (No such file or directory)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8624)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
02-25 19:07:20.474 15481 17574 E ShortcutInfoCompatSaver: ... 7 more
02-25 19:07:20.662 15481 15631 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 19:07:20.679 15481 15631 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 19:07:20.756 15481 15631 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 19:07:24.112 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:07:28.036 15481 15481 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:07:28.036 15481 15481 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:07:38.373 15481 15481 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:07:38.592 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:07:39.176 15481 15575 E PlayCore: UID: [10584] PID: [15481]
StandardIntegrity : Phonesky is not installed.
02-25 19:07:39.225 15481 15580 W ziparchive: Unable to open
'/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such
file or directory
02-25 19:07:39.225 15481 15580 W ziparchive: Unable to open
'/system_ext/framework/org.carconnectivity.android.digitalkey.timesync.dm': No such
file or directory
02-25 19:07:39.918 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:07:39.922 15481 15481 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:07:39.922 15481 15481 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:07:41.209 15481 15481 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:07:41.209 15481 15481 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' --------- beginning of main
02-25 19:07:41.667 15481 15481 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:07:41.711 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:07:41.815 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:07:45.037 15481 15481 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
02-25 19:07:45.126 15481 15481 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 184517192
02-25 19:07:45.294 15481 15481 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:07:45.294 15481 15481 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:08:01.493 15481 15481 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:08:01.493 15481 15481 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:08:04.932 15481 15481 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:08:04.932 15481 15481 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:08:05.295 15481 15481 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:08:05.346 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:08:06.476 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:08:07.844 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:08:07.956 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:08:08.012 15481 15481 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:08:08.012 15481 15481 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:08:08.034 15481 15481 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
02-25 19:08:13.623 15481 15481 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:08:13.656 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:08:13.826 15481 15481 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:08:13.826 15481 15481 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:08:14.023 15481 15481 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:08:14.023 15481 15481 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:08:14.258 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:08:14.308 15481 15481 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:08:14.308 15481 15481 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:08:14.358 15481 15481 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
02-25 19:08:15.161 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:08:16.229 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:08:18.025 15481 15631 W Parcel : Expecting binder but got null!
02-25 19:08:48.691 19526 19526 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:08:48.840 19526 19526 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:08:48.842 19526 19526 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:08:48.842 19526 19526 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:08:48.842 19526 19526 W System.err: at
java.lang.Runtime.loadLib--------- beginning of main
02-25 19:08:48.843 19526 19526 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:08:48.843 19526 19526 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:08:48.854 19526 19526 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:08:49.290 19526 19526 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:08:49.290 19526 19526 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:08:51.236 19526 19526 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:08:51.292 19526 19526 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:08:51.341 19526 19744 W Parcel : Expecting binder but got null!
02-25 19:08:51.418 19526 19744 W Parcel : Expecting binder but got null!
02-25 19:08:51.698 19526 19744 W Parcel : Expecting binder but got null!
02-25 19:08:52.861 19526 19744 W Parcel : Expecting binder but got null!
02-25 19:08:54.756 19526 19744 W Parcel : Expecting binder but got null!
02-25 19:09:00.233 19526 19534 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:09:00.651 19526 19744 W Parcel : Expecting binder but got null!
02-25 19:09:12.482 20247 20247 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:09:12.581 20247 20247 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:09:12.581 20247 20247 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:09:12.581 20247 20247 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:09:12.581 20247 20247 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:09:12.581 20247 20247 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:09:12.581 20247 20247 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:09:12.581 20247 20247 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:09:12.581 20247 20247 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:09:12.581 20247 20247 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:09:12.581 20247 20247 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:09:12.581 20247 20247 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:09:12.581 20247 20247 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:09:12.581 20247 20247 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:09:12.581 20247 20247 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:09:12.581 20247 20247 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:09:12.581 20247 20247 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:09:12.581 20247 20247 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:09:12.581 20247 20247 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:09:12.581 20247 20247 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:09:12.582 20247 20247 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:09:12.582 20247 20247 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:09:12.582 20247 20247 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:09:12.582 20247 20247 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:09:12.588 20247 20247 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:09:12.740 20247 20247 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:09:12.740 20247 20247 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:09:13.041 20247 20247 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:09:13.083 20247 20247 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:09:13.103 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:09:13.155 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:09:13.327 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:09:13.891 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:09:16.506 20247 20247 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:09:16.506 20247 20247 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:09:23.768 20247 20255 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:09:24.177 20247 20257 W System : A resource failed to call end.
02-25 19:09:35.133 20247 20247 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
02-25 19:09:50.208 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:09:50.281 20247 20247 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:09:50.281 20247 20247 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:09:50.323 20247 20247 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
02-25 19:09:52.219 20247 20247 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:09:52.219 20247 20247 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:09:52.219 20247 20247 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:09:52.740 20247 20316 W MediaCodec-JNI: try to release MediaCodec from
JMediaCodec::~JMediaCodec()...
02-25 19:09:52.741 20247 20316 W MediaCodec-JNI: done releasing MediaCodec from
JMediaCodec::~JMediaCodec().
02-25 19:09:52.753 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c031
02-25 19:09:52.787 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c04d
02-25 19:09:52.831 20247 20247 W Activity: Can request only one set of permissions
at a time
02-25 19:09:52.849 20247 22510 W ColorUtils: expected specified color aspects
(2:0:0:0)
02-25 19:09:52.867 20247 22502 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:09:52.867 20247 22502 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:09:52.867 20247 22502 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:09:52.867 20247 22502 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:09:52.867 20247 22502 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:09:52.868 20247 22502 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:09:52.868 20247 22502 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:09:52.868 20247 22502 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:09:52.889 20247 20316 W VideoCapabilities: Unsupported mime
image/vnd.android.heic
02-25 19:09:52.900 20247 20316 W AudioCapabilities: Unsupported mime audio/x-ima
02-25 19:09:52.900 20247 20316 W AudioCapabilities: Unsupported mime audio/mpeg-L1
02-25 19:09:52.900 20247 20316 W AudioCapabilities: Unsupported mime audio/mpeg-L2
02-25 19:09:52.900 20247 20316 W VideoCapabilities: Unsupported mime video/wvc1
02-25 19:09:52.900 20247 20316 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-25 19:09:52.901 20247 22502 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:09:52.902 20247 22502 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:09:53.372 20247 20247 E RecyclerView: No adapter attached; skipping layout
02-25 19:09:53.511 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:09:53.517 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:09:53.643 20247 22541 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:09:53.760 20247 20247 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:09:55.861 20247 22564 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:09:55.861 20247 22564 E RenderScript: Failed to load runtime , loading
default
02-25 19:09:56.094 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:09:56.101 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:09:56.137 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c071
02-25 19:09:56.229 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:09:56.383 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c021
02-25 19:09:56.385 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c021
02-25 19:09:56.434 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:09:56.478 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.480 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.547 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.550 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.592 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.596 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.643 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.647 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.679 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.682 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.716 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c07d
02-25 19:09:56.768 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:09:56.789 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.793 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.838 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.842 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.881 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.883 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.928 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.930 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.967 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:56.969 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.023 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.026 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.071 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.073 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.113 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.119 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.164 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.167 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.202 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.204 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.239 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.241 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.276 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.277 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.312 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.314 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.348 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.350 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.381 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.383 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.415 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.417 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.450 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.452 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.484 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.486 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.520 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.521 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.556 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.558 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.596 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.599 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.638 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.640 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.677 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.679 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.725 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.728 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.764 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.767 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.806 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.808 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.845 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.847 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.884 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.887 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.925 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.927 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.964 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:57.966 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:58.003 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:58.005 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:58.042 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:58.044 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:58.081 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:58.084 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:58.125 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:58.128 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:58.168 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:09:58.170 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:00.145 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:00.147 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:00.166 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:00.169 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:01.197 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:01.202 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:01.223 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:01.228 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:02.693 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:02.695 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:02.707 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:02.711 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:04.246 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:04.248 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:04.289 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:04.291 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:04.689 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:04.694 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:05.271 20247 22541 W LOTTIE : Unknown shape type rd
02-25 19:10:05.322 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:10:05.326 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:10:05.423 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c021
02-25 19:10:05.424 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c021
02-25 19:10:05.437 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:10:05.474 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:05.478 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:05.496 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:05.499 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:05.572 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:05.574 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:05.603 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:05.605 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:05.611 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:05.614 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:06.096 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:06.099 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:06.601 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:06.605 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:06.934 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:06.938 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:07.102 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:07.108 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:07.141 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:07.144 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:07.230 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:07.233 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:07.601 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:07.605 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:08.013 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:10:08.018 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:10:08.113 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c021
02-25 19:10:08.114 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c021
02-25 19:10:08.125 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:10:08.151 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:08.154 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:08.174 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:08.176 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:08.191 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:08.193 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:08.220 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:08.223 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:13.060 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:13.065 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:19.245 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:19.249 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:19.700 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:19.704 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:19.794 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:19.797 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:20.160 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:20.165 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:10:28.988 20247 20348 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #7 (20350) at X.3jV X.2ql.A01(boolean)(:-1) waiters=1 in X.3jV
X.2ql.A01(boolean) for 110ms
02-25 19:10:31.761 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c049
02-25 19:10:31.801 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:10:32.965 20247 20247 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:10:41.211 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:10:42.125 20247 20247 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:10:54.085 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c039
02-25 19:10:54.098 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:10:54.177 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:10:57.581 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:11:00.902 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c039
02-25 19:11:00.917 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:11:00.949 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:11:07.484 20247 20247 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:11:18.495 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:11:18.500 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:11:18.592 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c021
02-25 19:11:18.593 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c021
02-25 19:11:18.604 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:11:18.631 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.634 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.655 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.657 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.669 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.672 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.682 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.684 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.711 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.713 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.720 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:18.723 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:19.200 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:19.203 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:19.705 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:19.709 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:20.207 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:20.213 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:20.709 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:20.714 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:21.209 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:21.212 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:21.711 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:21.715 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:22.210 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:22.217 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:22.325 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:22.328 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:24.392 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:11:24.396 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:11:24.444 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:24.447 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:24.483 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:24.485 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:24.504 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:24.506 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:24.996 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:24.998 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:25.498 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:25.499 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:25.581 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:25.583 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:25.651 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:25.653 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:25.982 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:25.986 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:26.770 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c05d
02-25 19:11:26.823 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:11:28.353 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:11:36.375 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c05d
02-25 19:11:36.420 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:11:37.650 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:11:38.643 20247 20247 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:11:38.643 20247 20247 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:11:46.722 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:11:46.727 20247 20247 E ArmVmp : Match on catch block at 0x0a in for
0x7d9262c035
02-25 19:11:46.830 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c021
02-25 19:11:46.839 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c021
02-25 19:11:46.855 20247 20311 W Parcel : Expecting binder but got null!
02-25 19:11:46.902 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:46.904 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:46.917 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:46.920 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:46.931 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:46.933 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:46.948 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:46.950 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:46.952 20247 20247 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:11:46.952 20247 20247 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:11:46.989 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:46.991 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:46.995 20247 20247 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
02-25 19:11:46.998 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.001 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.038 20247 20247 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:11:47.038 20247 20247 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:11:47.050 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.054 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.065 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.070 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.265 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.267 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.467 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.469 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.972 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:47.977 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.182 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.184 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.203 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.207 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.219 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.225 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.236 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.239 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.253 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.256 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.269 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.271 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.287 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.290 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.302 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.306 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.319 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.322 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.336 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.339 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.353 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.357 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.370 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.374 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.571 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.574 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.589 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.591 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.686 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:48.692 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.106 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.110 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.134 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.136 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.177 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.179 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.191 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.193 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.208 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.210 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.221 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.223 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.237 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.239 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.254 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.256 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.271 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.274 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.288 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.291 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.304 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.308 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.321 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.326 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.492 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.494 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.512 20247 22525 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 19:11:49.512 20247 22525 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 19:11:49.639 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.642 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:49.665 20247 22080 W MediaPlayerNative: info/warning (10973, 0)
02-25 19:11:50.141 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:50.144 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:50.642 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:50.645 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:51.143 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:51.146 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:51.646 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:51.651 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:52.147 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:52.151 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:52.649 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:52.653 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:53.151 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:53.156 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:53.651 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:53.655 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:54.151 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:54.154 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:54.652 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:54.655 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:55.153 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:55.156 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:55.654 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:55.657 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:56.174 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:56.177 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:56.671 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:56.673 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:57.172 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:57.175 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:57.657 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:57.659 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:58.178 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:58.181 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:58.679 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:58.682 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:59.180 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:59.183 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:59.680 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:11:59.683 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:00.181 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:00.184 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:00.682 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:00.685 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:01.184 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:01.186 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:01.686 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:01.690 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:02.187 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:02.191 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:02.688 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:02.691 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:03.189 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:03.193 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:03.691 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:03.695 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:04.192 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:04.196 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:04.693 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:04.697 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:05.194 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:05.198 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:05.696 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:05.699 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:06.196 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:06.199 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:06.694 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:06.696 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:07.195 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:07.197 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:07.697 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:07.699 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:08.198 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:08.200 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:08.701 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:08.703 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:09.201 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:09.204 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:09.706 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:09.710 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:10.208 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:10.214 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:10.704 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:10.714 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:10.773 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:10.783 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:11.592 20247 20247 E ArmVmp : Match on catch block at 0xc3 in for
0x7d9262c025
02-25 19:12:11.598 20247 20247 E ArmVmp : --------- beginning of main
02-25 19:14:00.267 5982 5982 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:14:00.524 5982 5982 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:14:00.524 5982 5982 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:14:00.524 5982 5982 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:14:00.524 5982 5982 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:14:00.524 5982 5982 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:14:00.524 5982 5982 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:14:00.524 5982 5982 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:14:00.524 5982 5982 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:14:00.524 5982 5982 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:14:00.524 5982 5982 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:14:00.524 5982 5982 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:14:00.524 5982 5982 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:14:00.524 5982 5982 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:14:00.524 5982 5982 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:14:00.524 5982 5982 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:14:00.524 5982 5982 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:14:00.524 5982 5982 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:14:00.524 5982 5982 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:14:00.525 5982 5982 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:14:00.525 5982 5982 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:14:00.525 5982 5982 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:14:00.525 5982 5982 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:14:00.525 5982 5982 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:14:00.571 5982 5982 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:14:00.733 5982 6043 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:14:01.911 5982 5982 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:14:01.911 5982 5982 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:14:02.504 5982 5982 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:14:02.504 5982 5982 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:14:02.504 5982 5982 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:14:02.698 5982 6401 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:14:02.924 5982 5982 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:14:04.054 5982 5982 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:14:04.221 5982 5982 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:14:04.452 5982 5982 W Activity: Can request only one set of permissions
at a time
02-25 19:14:04.534 5982 6632 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:14:04.534 5982 6632 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:14:04.534 5982 6632 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:14:04.534 5982 6632 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:14:04.534 5982 6632 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:14:04.534 5982 6632 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:14:04.534 5982 6632 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:14:04.534 5982 6632 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:14:04.583 5982 6632 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:14:04.583 5982 6632 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:14:05.607 5982 5982 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:14:06.725 5982 5982 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:14:07.165 5982 5982 E RecyclerView: No adapter attached; skipping layout
02-25 19:14:07.335 5982 6445 W Parcel : Expecting binder but got null!
02-25 19:14:07.756 5982 5982 E RecyclerView: No adapter attached; skipping layout
02-25 19:14:08.016 5982 7156 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:14:08.157 5982 5982 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:14:09.526 5982 6326 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #5 (6461) at android.database.sqlite.SQLiteDatabase
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase()
(SQLiteOpenHelper.java:413) waiters=0 in X.2tm X.0zc.B82() for 601ms
02-25 19:14:10.450 5982 7554 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:14:10.450 5982 7554 E RenderScript: Failed to load runtime , loading
default
02-25 19:14:10.465 5982 6003 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:14:10.803 5982 7156 W LOTTIE : Unknown shape type rd
02-25 19:14:11.069 5982 5982 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:14:11.087 5982 5982 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:14:11.574 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:14:11.587 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:14:11.644 5982 6445 W Parcel : Expecting binder but got null!
02-25 19:14:11.672 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:11.685 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:11.779 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:11.787 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:11.879 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:11.884 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:12.341 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:12.350 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:12.824 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:12.835 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:13.038 5982 5982 W InputMethodManager: dispatchInputEvent: not
handled, reason: current session is null
02-25 19:14:13.050 5982 5982 W InputMethodManager: dispatchInputEvent: not
handled, reason: current session is null
02-25 19:14:13.065 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:13.070 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:13.220 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:13.229 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:13.627 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:13.631 5982 5982 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:14:13.805 5982 8057 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #12 (7322) at X.1mN X.2ql.A02()(:-1) waiters=2 in X.1mN X.2ql.A02()
for 103ms
02-25 19:14:15.217 5982 5982 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6905d
02-25 19:14:15.323 5982 6445 W Parcel : Expecting binder but got null!
02-25 19:14:18.638 5982 6445 W Parcel : Expecting binder but got null!
02-25 19:14:29.463 5982 6445 W Parcel : Expecting binder but got null!
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.410 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.411 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.412 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.414 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.415 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.415 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.415 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.415 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.415 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.415 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.415 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.416 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.416 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.416 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.416 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.416 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.416 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.431 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.431 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.431 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.432 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.433 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.434 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.434 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.434 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.434 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.434 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.434 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.434 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.434 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.435 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.435 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.435 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.436 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.436 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.436 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.436 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.436 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.436 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.436 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.437 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.438 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.438 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.438 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.438 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.438 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.438 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.438 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.440 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.440 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.440 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.446 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.447 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.447 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.447 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.447 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.447 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.447 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.447 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.448 5982 6005 W S--------- beginning of main
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:18:04.449 5982 6005 W System : A resource failed to call close.
02-25 19:20:38.479 27203 27203 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:20:38.701 27203 27203 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:20:38.702 27203 27203 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:20:38.703 27203 27203 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:20:38.703 27203 27203 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:20:38.703 27203 27203 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:20:38.703 27203 27203 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:20:38.703 27203 27203 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:20:38.703 27203 27203 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:20:38.703 27203 27203 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:20:38.703 27203 27203 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:20:38.703 27203 27203 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:20:38.703 27203 27203 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:20:38.703 27203 27203 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:20:38.703 27203 27203 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:20:38.703 27203 27203 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:20:38.703 27203 27203 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:20:38.703 27203 27203 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:20:38.703 27203 27203 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:20:38.703 27203 27203 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:20:38.703 27203 27203 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:20:38.703 27203 27203 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:20:38.703 27203 27203 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:20:38.703 27203 27203 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:20:38.761 27203 27203 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:20:39.097 27203 27203 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:20:39.098 27203 27203 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:20:39.269 27203 27251 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:20:39.269 27203 27251 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:20:39.269 27203 27251 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:20:56.048 27203 27203 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:20:56.089 27203 27203 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:20:56.475 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:20:56.499 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:20:56.567 27203 27203 W Activity: Can request only one set of permissions
at a time
02-25 19:20:56.686 27203 27383 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:20:56.686 27203 27383 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:20:56.687 27203 27383 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:20:56.687 27203 27383 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:20:56.687 27203 27383 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:20:56.687 27203 27383 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:20:56.687 27203 27383 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:20:56.687 27203 27383 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:20:56.834 27203 27383 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:20:56.834 27203 27383 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:20:56.907 27203 27203 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:20:57.120 27203 27203 E RecyclerView: No adapter attached; skipping layout
02-25 19:20:57.162 27203 27375 W Parcel : Expecting binder but got null!
02-25 19:20:57.203 27203 27203 E RecyclerView: No adapter attached; skipping layout
02-25 19:20:57.211 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:20:57.382 27203 27439 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:20:57.437 27203 27203 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:21:06.665 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:21:06.688 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:21:06.738 27203 27203 W Activity: Can request only one set of permissions
at a time
02-25 19:21:07.067 27203 27203 E RecyclerView: No adapter attached; skipping layout
02-25 19:21:07.089 27203 27375 W Parcel : Expecting binder but got null!
02-25 19:21:07.206 27203 27211 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:21:07.234 27203 27203 E RecyclerView: No adapter attached; skipping layout
02-25 19:21:07.262 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:21:52.871 27203 28345 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:21:52.871 27203 28345 E RenderScript: Failed to load runtime , loading
default
02-25 19:21:52.936 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6905d
02-25 19:21:52.980 27203 27375 W Parcel : Expecting binder but got null!
02-25 19:21:56.997 27203 27203 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:21:57.827 27203 27375 W Parcel : Expecting binder but got null!
02-25 19:21:59.640 27203 27375 W Parcel : Expecting binder but got null!
02-25 19:22:08.504 27203 27375 W Parcel : Expecting binder but got null!
02-25 19:22:18.119 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:22:18.139 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:22:18.290 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:22:18.314 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:22:18.348 27203 27375 W Parcel : Expecting binder but got null!
02-25 19:22:21.181 27203 27375 W Parcel : Expecting binder but got null!
02-25 19:22:23.227 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:22:49.489 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:23:24.854 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:23:24.883 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:23:25.004 27203 27203 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:23:25.008 27203 27203 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-25 19:23:25.011 27203 27203 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-25 19:23:25.011 27203 27203 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-25 19:23:25.011 27203 27203 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-25 19:23:25.011 27203 27203 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-25 19:23:25.011 27203 27203 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-25 19:23:25.011 27203 27203 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-25 19:23:25.011 27203 27203 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-25 19:23:25.011 27203 27203 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-25 19:23:25.011 27203 27203 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-25 19:23:25.012 27203 27203 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-25 19:23:25.012 27203 27203 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-25 19:23:25.012 27203 27203 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-25 19:23:25.012 27203 27203 W System.err: at
mbmodsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native Method)
02-25 19:23:25.012 27203 27203 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 19:23:25.012 27203 27203 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 19:23:25.012 27203 27203 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 19:23:25.012 27203 27203 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 19:23:25.012 27203 27203 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 19:23:25.012 27203 27203 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 19:23:25.012 27203 27203 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 19:23:25.012 27203 27203 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 19:23:25.013 27203 27203 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 19:23:25.013 27203 27203 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:23:25.013 27203 27203 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:23:25.013 27203 27203 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:23:25.013 27203 27203 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:23:25.013 27203 27203 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:23:25.013 27203 27203 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:23:25.013 27203 27203 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:23:25.014 27203 27203 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:23:25.014 27203 27203 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-25 19:23:25.014 27203 27203 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-25 19:23:25.014 27203 27203 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-25 19:23:25.014 27203 27203 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-25 19:23:25.014 27203 27203 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-25 19:23:25.014 27203 27203 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-25 19:23:25.014 27203 27203 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-25 19:23:25.014 27203 27203 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-25 19:23:25.015 27203 27203 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-25 19:23:25.015 27203 27203 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-25 19:23:25.015 27203 27203 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-25 19:23:25.015 27203 27203 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-25 19:23:25.015 27203 27203 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-25 19:23:25.015 27203 27203 W System.err: at
mbmodsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native Method)
02-25 19:23:25.015 27203 27203 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 19:23:25.015 27203 27203 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 19:23:25.015 27203 27203 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 19:23:25.015 27203 27203 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 19:23:25.015 27203 27203 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 19:23:25.016 27203 27203 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 19:23:25.016 27203 27203 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 19:23:25.016 27203 27203 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 19:23:25.016 27203 27203 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 19:23:25.016 27203 27203 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:23:25.016 27203 27203 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:23:25.016 27203 27203 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:23:25.016 27203 27203 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:23:25.016 27203 27203 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:23:25.016 27203 27203 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:23:25.016 27203 27203 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:23:25.043 27203 27203 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:23:25.094 27203 27375 W Parcel : Expecting binder but got null!
02-25 19:23:38.324 27203 27375 W Parcel : Expecting binder but got null!
--------- beginning of crash
02-25 19:24:14.094 27203 27203 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:24:14.094 27203 27203 E AndroidRuntime: Process: com.whatsapp, PID: 27203
02-25 19:24:14.094 27203 27203 E AndroidRuntime: java.lang.IllegalStateException:
Could not find method finish(View) in a parent or ancestor Context for
android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.view.View.performClick(View.java:7892)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:313)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:24:14.094 27203 27203 E AndroidRuntime: at
com.android.interna--------- beginning of main
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: App has crashed, executing
CustomActivityOnCrash's UncaughtExceptionHandler
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash:
java.lang.IllegalStateException: Could not find method finish(View) in a parent or
ancestor Context for android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.view.View.performClick(View.java:7892)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.os.Looper.loop(Looper.java:313)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:24:14.095 27203 27203 E CustomActivityOnCrash: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:24:14.102 27203 27203 E ArmVmp : Match on catch block at 0x1c in for
0x7b18e69051
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: Failed when resolving the
restart activity class via getLaunchIntentForPackage, stack trace follows!
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: at
java.lang.Class.classForName(Native Method)
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:536)
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:467)
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.getLauncherActivity(Native Method)
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.guessRestartActivityClass(Native
Method)
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.lambda$install$0(Native Method)
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash$
$ExternalSyntheticLambda0.uncaughtException(Native Method)
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1071)
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1066)
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: at
java.lang.Thread.dispatchUncaughtException(Thread.java:2306)
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: Caused by:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:24:14.103 27203 27203 E CustomActivityOnCrash: ... 10 more
02-25 19:24:14.273 29959 29959 E :error_activity: Not starting debugger since
process cannot load the jdwp agent.
02-25 19:24:14.398 29959 29959 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:24:14.399 29959 29959 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:24:14.399 29959 29959 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:24:14.399 29959 29959 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:24:14.399 29959 29959 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:24:14.399 29959 29959 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:24:14.399 29959 29959 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:24:14.399 29959 29959 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:24:14.399 29959 29959 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:24:14.399 29959 29959 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:24:14.399 29959 29959 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:24:14.399 29959 29959 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:24:14.399 29959 29959 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:24:14.399 29959 29959 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:24:14.399 29959 29959 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:24:14.399 29959 29959 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:24:14.399 29959 29959 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:24:14.399 29959 29959 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:24:14.399 29959 29959 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:24:14.399 29959 29959 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:24:14.399 29959 29959 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:24:14.399 29959 29959 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:24:14.399 29959 29959 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:24:14.588 29989 29989 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:24:14.613 29959 29959 W :error_activity: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:24:14.613 29959 29959 W :error_activity: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:24:14.665 29989 29989 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:24:14.665 29989 29989 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:24:14.665 29989 29989 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:24:14.665 29989 29989 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:24:14.665 29989 29989 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:24:14.665 29989 29989 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:24:14.665 29989 29989 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:24:14.666 29989 29989 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:24:14.666 29989 29989 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:24:14.666 29989 29989 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:24:14.666 29989 29989 W System.err: at android.app.--------- beginning
of main
02-25 19:24:14.699 29989 29989 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:24:14.736 29989 30025 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:24:14.844 29989 29989 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:24:14.845 29989 29989 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:24:14.847 29959 30047 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:24:14.847 29959 30047 E RenderScript: Failed to load runtime , loading
default
02-25 19:24:14.895 29959 29959 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69061
02-25 19:24:14.975 29989 30065 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:24:14.975 29989 30065 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:24:14.975 29989 30065 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:24:14.980 29959 29959 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:24:15.015 29959 30021 W Parcel : Expecting binder but got null!
02-25 19:24:15.081 29959 30021 W Parcel : Expecting binder but got null!
02-25 19:24:15.852 29959 29959 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:26:56.300 31591 31591 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:26:56.650 31591 31591 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:26:56.653 31591 31591 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:26:56.653 31591 31591 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:26:56.653 31591 31591 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:26:56.653 31591 31591 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:26:56.653 31591 31591 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:26:56.653 31591 31591 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:26:56.653 31591 31591 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:26:56.653 31591 31591 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:26:56.653 31591 31591 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:26:56.653 31591 31591 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:26:56.653 31591 31591 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:26:56.653 31591 31591 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:26:56.653 31591 31591 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:26:56.653 31591 31591 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:26:56.653 31591 31591 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:26:56.653 31591 31591 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:26:56.653 31591 31591 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:26:56.653 31591 31591 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:26:56.653 31591 31591 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:26:56.653 31591 31591 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:26:56.653 31591 31591 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:26:56.653 31591 31591 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:26:56.705 31591 31591 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:26:57.045 31591 31591 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:26:57.045 31591 31591 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:26:57.818 31591 31706 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:26:57.818 31591 31706 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:26:57.818 31591 31706 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:26:57.824 31591 31591 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:26:58.007 31591 31591 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:26:58.409 31591 31591 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:26:58.433 31591 31760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:26:58.433 31591 31760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:26:58.433 31591 31760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:26:58.433 31591 31760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:26:58.433 31591 31760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:26:58.433 31591 31760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:26:58.433 31591 31760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:26:58.433 31591 31760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:26:58.434 31591 31591 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:26:58.474 31591 31760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:26:58.474 31591 31760 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:26:58.485 31591 31591 W Activity: Can request only one set of permissions
at a time
02-25 19:26:59.057 31591 31591 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:26:59.490 31591 31591 E RecyclerView: No adapter attached; skipping layout
02-25 19:26:59.739 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:26:59.789 31591 31591 E RecyclerView: No adapter attached; skipping layout
02-25 19:26:59.802 31591 31591 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:26:59.915 31591 31660 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:26:59.984 31591 31932 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:27:00.143 31591 31591 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:27:03.150 31591 32116 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:27:03.150 31591 32116 E RenderScript: Failed to load runtime , loading
default
02-25 19:27:03.331 31591 31932 W LOTTIE : Unknown shape type rd
02-25 19:27:03.447 31591 31591 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:27:03.455 31591 31591 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:27:03.630 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:27:03.635 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:27:03.680 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:27:03.736 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:03.738 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:03.831 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:03.834 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:03.883 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:03.886 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:03.891 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:03.896 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:04.364 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:04.366 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:04.866 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:04.869 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:05.366 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:05.368 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:05.870 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:05.874 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:06.135 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:06.138 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:06.237 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:06.239 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:06.404 31591 31602 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:27:06.597 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:06.600 31591 31591 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:27:10.448 31591 31591 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6905d
02-25 19:27:10.502 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:27:11.411 31591 31591 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:29:38.894 31591 31591 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:29:38.928 31591 31591 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:29:39.015 31591 31591 W Activity: Can request only one set of
permissio--------- beginning of main
02-25 19:29:39.589 31591 31591 E RecyclerView: No adapter attached; skipping layout
02-25 19:29:39.627 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:29:39.630 31591 31591 W RemoteInputConnectionImpl: getExtractedText on
inactive InputConnection
02-25 19:29:39.787 31591 31591 E RecyclerView: No adapter attached; skipping layout
02-25 19:29:39.817 31591 31591 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:29:46.628 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:29:47.473 31591 31591 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
--------- beginning of system
02-25 19:29:47.473 31591 31591 W ViewRootImpl@41ae64[PopupWindow:fbb3ff7]: Dropping
event due to root view being removed: MotionEvent { action=ACTION_MOVE,
actionButton=0, id[0]=0, x[0]=361.06476, y[0]=-365.69116,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=1020235,
downTime=1020230, deviceId=4, source=0x1002, displayId=0, eventId=960856779 }
02-25 19:29:47.473 31591 31591 E ViewRootImpl@41ae64[PopupWindow:fbb3ff7]:
mStopped=false mHasWindowFocus=true mPausedForTransition=false
02-25 19:29:47.473 31591 31591 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:29:52.707 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:29:54.273 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:29:59.421 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:30:04.325 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:30:08.132 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:30:11.403 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:30:12.677 31591 31591 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:30:13.593 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:30:14.902 31591 31591 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69069
02-25 19:30:14.953 31591 31720 W Parcel : Expecting binder but got null!
02-25 19:30:22.359 6745 6745 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:30:22.554 6745 6745 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:30:22.558 6745 6745 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:30:22.558 6745 6745 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:30:22.558 6745 6745 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:30:22.558 6745 6745 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:30:22.558 6745 6745 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:30:22.558 6745 6745 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:30:22.558 6745 6745 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:30:22.558 6745 6745 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:30:22.558 6745 6745 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:30:22.558 6745 6745 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:30:22.558 6745 6745 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:30:22.558 6745 6745 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:30:22.558 6745 6745 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:30:22.558 6745 6745 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:30:22.558 6745 6745 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:30:22.558 6745 6745 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:30:22.558 6745 6745 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:30:22.558 6745 6745 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:30:22.558 6745 6745 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:30:22.558 6745 6745 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:30:22.558 6745 6745 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:30:22.558 6745 6745 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:30:22.620 6745 6745 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:30:22.665 6745 6778 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:30:23.042 6745 6745 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:30:23.042 6745 6745 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:30:23.226 6745 6817 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:30:23.226 6745 6817 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:30:23.226 6745 6817 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:30:23.230 6745 6745 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:30:23.631 6745 6745 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:30:23.684 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:30:25.666 6745 6745 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:30:26.009 6745 6745 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:30:26.043 6745 6745 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:30:26.052 6745 6892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:30:26.053 6745 6892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:30:26.053 6745 6892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:30:26.053 6745 6892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:30:26.053 6745 6892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:30:26.053 6745 6892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:30:26.053 6745 6892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:30:26.053 6745 6892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:30:26.083 6745 6892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:30:26.083 6745 6892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:30:26.089 6745 6745 W Activity: Can request only one set of permissions
at a time
02-25 19:30:26.551 6745 6745 E RecyclerView: No adapter attached; skipping layout
02-25 19:30:26.575 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:30:26.580 6745 6745 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:30:26.704 6745 6911 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:30:26.787 6745 6745 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:30:28.499 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:30:29.499 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:30:32.116 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:30:33.688 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:30:39.933 6745 6745 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:30:39.951 6745 6745 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:30:40.076 6745 6745 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:30:40.099 6745 6745 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:30:40.135 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:30:42.590 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:30:47.507 6745 6745 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:30:48.135 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:30:58.698 6745 6745 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:30:59.323 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:31:00.347 6745 6745 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:31:02.702 6745 6821 W Parcel : Expecting binder but got null!
02-25 19:31:06.844 6745 6745 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:31:07.073 6745 6821 W Parcel : Expecting binder but got null!
--------- beginning of crash
02-25 19:31:17.689 6745 6745 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:31:17.689 6745 6745 E AndroidRuntime: Process: com.whatsapp, PID: 6745
02-25 19:31:17.689 6745 6745 E AndroidRuntime: java.lang.IllegalStateException:
Could not find method finish(View) in a parent or ancestor Context for
android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.view.View.performClick(View.java:7892)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:313)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:31:17.689 6745 6745 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: App has crashed, executing
CustomActivityOnCrash's UncaughtExceptionHandler
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash:
java.lang.IllegalStateException: Could not find method finish(View) in a parent or
ancestor Context for android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.view.View.performClick(View.java:7892)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.os.Looper.loop(Looper.java:313)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:31:17.690 6745 6745 E CustomActivityOnCrash: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:31:17.699 6745 6745 E ArmVmp : Match on catch block at 0x1c in for
0x7b18e69051
02-25 19:31:17.700 6745 6745 E CustomActivityOnCrash: Failed when resolving the
restart activity class via getLaunchIntentForPackage, stack trace follows!
02-25 19:31:17.700 6745 6745 E CustomActivityOnCrash:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:31:17.700 6745 6745 E CustomActivityOnCrash: at
java.lang.Class.classForName(Native Method)
02-25 19:31:17.700 6745 6745 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:536)
02-25 19:31:17.700 6745 6745 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:467)
02-25 19:31:17.700 6745 6745 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.getLauncherActivity(Native Method)
02-25 19:31:17.700 6745 6745 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.guessRestartActivityClass(Native
Method)
02-25 19:31:17.700 6745 6745 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.lambda$install$0--------- beginning
of main
02-25 19:31:17.915 7234 7234 E :error_activity: Not starting debugger since
process cannot load the jdwp agent.
02-25 19:31:18.051 7234 7234 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:31:18.052 7234 7234 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:31:18.052 7234 7234 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:31:18.052 7234 7234 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:31:18.052 7234 7234 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:31:18.052 7234 7234 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:31:18.052 7234 7234 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:31:18.052 7234 7234 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:31:18.052 7234 7234 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:31:18.052 7234 7234 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:31:18.052 7234 7234 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:31:18.052 7234 7234 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:31:18.052 7234 7234 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:31:18.052 7234 7234 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:31:18.052 7234 7234 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:31:18.052 7234 7234 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:31:18.052 7234 7234 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:31:18.052 7234 7234 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:31:18.052 7234 7234 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:31:18.052 7234 7234 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:31:18.052 7234 7234 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:31:18.052 7234 7234 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:31:18.052 7234 7234 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:31:18.219 7234 7234 W :error_activity: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:31:18.219 7234 7234 W :error_activity: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:31:18.412 7234 7287 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:31:18.412 7234 7287 E RenderScript: Failed to load runtime , loading
default
02-25 19:31:18.446 7234 7234 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69061
02-25 19:31:18.504 7234 7234 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:31:18.524 7300 7300 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:31:18.525 7234 7285 W Parcel : Expecting binder but got null!
02-25 19:31:18.566 7234 7285 W Parcel : Expecting binder but got null!
02-25 19:31:18.608 7300 7300 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:31:18.608 7300 7300 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:31:18.608 7300 7300 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:31:18.608 7300 7300 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:10--------- beginning of main
02-25 19:31:18.641 7300 7300 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:31:18.676 7300 7328 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:31:18.768 7300 7300 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:31:18.768 7300 7300 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:31:18.864 7300 7358 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:31:18.864 7300 7358 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:31:18.864 7300 7358 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:31:59.917 8178 8178 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:32:00.172 8178 8178 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:32:00.174 8178 8178 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:32:00.174 8178 8178 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:32:00.174 8178 8178 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:32:00.174 8178 8178 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:32:00.174 8178 8178 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:32:00.174 8178 8178 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:32:00.174 8178 8178 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:32:00.174 8178 8178 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:32:00.174 8178 8178 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:32:00.174 8178 8178 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:32:00.174 8178 8178 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:32:00.174 8178 8178 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:32:00.174 8178 8178 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:32:00.174 8178 8178 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:32:00.174 8178 8178 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:32:00.175 8178 8178 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:32:00.175 8178 8178 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:32:00.175 8178 8178 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:32:00.175 8178 8178 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:32:00.175 8178 8178 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:32:00.175 8178 8178 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:32:00.175 8178 8178 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:32:00.226 8178 8178 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:32:00.723 8178 8178 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:32:00.724 8178 8178 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:32:01.606 8178 8252 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:32:01.606 8178 8252 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:32:01.606 8178 8252 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:33:09.989 8178 8178 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:33:10.122 8178 8178 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:33:10.475 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:33:10.503 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:33:10.517 8178 10749 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:33:10.517 8178 10749 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:33:10.517 8178 10749 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:33:10.517 8178 10749 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:33:10.517 8178 10749 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:33:10.517 8178 10749 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:33:10.517 8178 10749 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:33:10.517 8178 10749 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:33:10.552 8178 10749 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:33:10.552 8178 10749 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:33:10.572 8178 8178 W Activity: Can request only one set of permissions
at a time
02-25 19:33:10.926 8178 8178 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:33:11.230 8178 8178 E RecyclerView: No adapter attached; skipping layout
02-25 19:33:11.452 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:33:11.493 8178 8178 E RecyclerView: No adapter attached; skipping layout
02-25 19:33:11.502 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:33:11.668 8178 10808 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:33:11.746 8178 8178 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:33:12.891 8178 10817 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:33:12.891 8178 10817 E RenderScript: Failed to load runtime , loading
default
02-25 19:33:13.004 8178 10808 W LOTTIE : Unknown shape type rd
02-25 19:33:13.079 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:33:13.085 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:33:13.210 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:33:13.212 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:33:13.246 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:33:13.279 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:13.281 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:13.345 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:13.347 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:13.385 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:13.389 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:13.394 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:13.396 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:13.873 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:13.876 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:14.342 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:14.345 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:14.394 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:14.396 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:14.460 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:33:14.466 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:14.468 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:14.475 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:14.477 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:15.525 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:15.527 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:16.026 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:16.030 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:16.528 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:16.534 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:16.751 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:16.754 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.026 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.028 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.091 8178 8178 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:33:17.091 8178 8178 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:33:17.196 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.198 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.214 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.219 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.416 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.419 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.528 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.532 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.855 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.858 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.878 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.880 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.894 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.898 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.911 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.914 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.944 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.946 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.961 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.963 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.979 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.981 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.995 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:17.998 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.011 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.013 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.028 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.032 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.045 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.048 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.363 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.368 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.647 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.650 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.847 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.849 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.981 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:18.986 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:19.182 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:19.185 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:19.683 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:19.686 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.179 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.183 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.492 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.496 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.515 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.517 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.571 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.574 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.589 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.592 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.601 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.604 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.611 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.615 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.622 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.625 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.633 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.635 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.673 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.676 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.694 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.707 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.723 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.726 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.734 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.737 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.925 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.927 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:20.944 8178 10760 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 19:33:20.944 8178 10760 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 19:33:21.013 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:21.017 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:21.071 8178 8195 W MediaPlayerNative: info/warning (10973, 0)
02-25 19:33:21.515 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:21.519 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:22.016 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:22.021 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:22.519 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:22.523 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:23.020 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:23.025 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:23.522 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:23.526 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:24.023 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:24.027 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:24.524 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:24.529 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:25.025 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:25.028 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:25.527 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:25.531 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:26.045 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:26.051 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:26.545 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:26.548 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:27.047 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:27.052 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:27.550 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:27.555 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:28.046 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:28.051 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:28.546 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:28.549 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:29.048 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:29.052 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:29.553 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:29.559 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:30.052 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:30.056 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:30.555 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:30.559 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:31.072 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:31.076 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:31.572 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:31.576 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:32.075 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:32.081 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:32.577 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:32.582 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:33.078 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:33.083 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:33.582 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:33.587 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:34.080 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:34.085 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:34.581 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:34.587 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:35.082 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:35.086 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:35.583 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:35.588 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:36.084 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:36.090 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:36.588 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:36.593 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:37.089 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:37.095 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:37.592 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:37.598 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:38.086 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:38.089 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:38.586 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:38.588 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:39.088 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:39.091 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:39.594 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:39.598 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:40.095 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:40.102 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:40.595 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:40.599 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:41.097 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:41.102 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:41.600 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:41.604 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:42.102 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:42.106 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:42.607 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:42.612 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:43.108 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:43.113 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:43.609 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:43.613 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:44.110 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:44.115 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:44.611 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:44.617 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:45.105 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:45.110 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:45.608 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:45.614 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:46.107 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:46.112 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:46.607 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:46.611 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:47.111 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:47.117 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:47.612 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:47.618 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:48.112 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:48.117 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:48.632 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:48.638 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:49.112 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:49.115 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:49.612 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:49.614 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.114 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.118 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.285 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.288 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.327 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.329 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.342 8178 10747 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 19:33:50.533 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 380
02-25 19:33:50.537 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 633
02-25 19:33:50.549 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 677
02-25 19:33:50.553 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 248
02-25 19:33:50.562 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 571
02-25 19:33:50.568 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 333
02-25 19:33:50.572 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 19:33:50.576 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
02-25 19:33:50.580 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 491
02-25 19:33:50.584 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
02-25 19:33:50.589 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 659
02-25 19:33:50.593 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 593
02-25 19:33:50.602 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1171
02-25 19:33:50.605 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 510
02-25 19:33:50.649 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
02-25 19:33:50.721 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 19:33:50.736 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.739 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.793 8178 8178 W View : requestLayout() improperly called by
android.widget.Space{50eaa95 I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 19:33:50.793 8178 8178 W View : requestLayout() improperly called by
android.widget.Space{37637aa I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 19:33:50.793 8178 8178 W View : requestLayout() improperly called by
android.widget.Space{5c7af9b I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 19:33:50.821 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.823 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.909 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:33:50.932 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.935 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.938 8178 8178 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:33:50.938 8178 8178 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:33:50.962 8178 8178 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
02-25 19:33:50.979 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.986 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:50.997 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:51.003 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:51.165 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:51.169 8178 8178 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:33:51.310 8178 8178 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 19:34:05.295 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:34:07.064 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:34:14.685 8178 8271 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:34:19.338 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:34:19.365 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:34:19.413 8178 8178 W Activity: Can request only one set of permissions
at a time
02-25 19:34:19.723 8178 8178 E RecyclerView: No adapter attached; skipping layout
02-25 19:34:19.744 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:34:19.749 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:34:19.776 8178 8178 E RecyclerView: No adapter attached; skipping layout
02-25 19:34:21.576 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:34:22.607 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:34:24.929 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:34:28.247 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:34:28.266 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:34:28.389 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:34:28.412 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:34:28.445 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:34:30.578 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:34:31.851 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:34:32.751 8178 10747 W Parcel : Expecting binder but got null!
02-25 19:34:33.649 8178 8178 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:34:34.556 8178 10747 W Parcel : Expecting binder but got null!
--------- beginning of crash
02-25 19:34:38.036 8178 8178 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:34:38.036 8178 8178 E AndroidRuntime: Process: com.whatsapp, PID: 8178
02-25 19:34:38.036 8178 8178 E AndroidRuntime: java.lang.IllegalStateException:
Could not find method finish(View) in a parent or ancestor Context for
android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.view.View.performClick(View.java:7892)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:313)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:34:38.036 8178 8178 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: App has crashed, executing
CustomActivityOnCrash's UncaughtExceptionHandler
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash:
java.lang.IllegalStateException: Could not find method finish(View) in a parent or
ancestor Context for android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.view.View.performClick(View.java:7892)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.os.Looper.loop(Looper.java:313)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:34:38.037 8178 8178 E CustomActivityOnCrash: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:34:38.048 8178 8178 E ArmVmp : Match on catch block at 0x1c in for
0x7b18e69051
02-25 19:34:38.050 8178 8178 E CustomActivityOnCrash: Failed when resolving the
restart activity class via getLaunchIntentForPackage, stack trace follows!
02-25 19:34:38.050 8178 8178 E CustomActivityOnCrash:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:34:38.050 8178 8178 E CustomActivityOnCrash: at
java.lang.Class.classForName(Native Method)
02-25 19:34:38.050 8178 8178 E CustomActivi--------- beginning of main
02-25 19:34:38.205 11258 11258 E :error_activity: Not starting debugger since
process cannot load the jdwp agent.
02-25 19:34:38.307 11258 11258 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:34:38.307 11258 11258 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:34:38.307 11258 11258 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:34:38.307 11258 11258 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:34:38.307 11258 11258 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:34:38.307 11258 11258 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:34:38.307 11258 11258 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:34:38.307 11258 11258 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:34:38.307 11258 11258 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:34:38.307 11258 11258 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:34:38.307 11258 11258 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:34:38.307 11258 11258 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:34:38.307 11258 11258 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:34:38.307 11258 11258 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:34:38.307 11258 11258 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:34:38.307 11258 11258 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:34:38.308 11258 11258 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:34:38.308 11258 11258 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:34:38.308 11258 11258 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:34:38.308 11258 11258 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:34:38.308 11258 11258 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:34:38.308 11258 11258 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:34:38.308 11258 11258 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:34:38.601 11258 11258 W :error_activity: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:34:38.602 11258 11258 W :error_activity: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:34:38.640 11294 11294 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:34:38.726 11294 11294 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:34:38.726 11294 11294 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:34:38.726 11294 11294 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:34:38.726 11294 11294 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:34:38.726 11294 11294 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:34:38.726 11294 11294 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:34:38.726 11294 11294 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:34:38.726 11294 11294 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:34:38.726 11294 11294 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:34:38.726 11294 11294 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:34:38.726 11294 11294 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:34:38.726 11294 11294 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:34:38.726 11294 11294 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:34:38.727 11294 11294 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:34:38.727 11294 11294 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:34:38.727 11294 11294 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:34:38.727 11294 11294 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:34:38.727 11294 11294 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:34:38.727 11294 11294 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:34:38.727 11294 11294 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:34:38.727 11294 11294 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:34:38.727 11294 11294 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:34:38.727 11294 11294 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:34:38.757 11294 11294 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:34:38.776 11258 11326 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:34:38.777 11258 11326 E RenderScript: Failed to load runtime , loading
default
02-25 19:34:38.785 11294 11322 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:34:38.807 11258 11258 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69061
02-25 19:34:38.850 11258 11258 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:34:38.872 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:34:38.878 11294 11294 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:34:38.878 11294 11294 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:34:38.915 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:34:39.001 11294 11372 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:34:39.001 11294 11372 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:34:39.001 11294 11372 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:34:53.776 11294 11294 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:34:53.848 11294 11294 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:34:54.147 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:34:54.176 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:34:54.189 11294 11786 W--------- beginning of main
02-25 19:34:38.727 11294 11294 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:34:38.727 11294 11294 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:34:38.727 11294 11294 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:34:38.727 11294 11294 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:34:38.727 11294 11294 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:34:38.727 11294 11294 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:34:38.727 11294 11294 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:34:38.727 11294 11294 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:34:38.727 11294 11294 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:34:38.727 11294 11294 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:34:38.757 11294 11294 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:34:38.776 11258 11326 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:34:38.777 11258 11326 E RenderScript: Failed to load runtime , loading
default
02-25 19:34:38.785 11294 11322 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:34:38.807 11258 11258 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69061
02-25 19:34:38.850 11258 11258 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:34:38.872 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:34:38.878 11294 11294 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:34:38.878 11294 11294 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:34:38.915 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:34:39.001 11294 11372 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:34:39.001 11294 11372 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:34:39.001 11294 11372 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:34:53.776 11294 11294 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:34:53.848 11294 11294 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:34:54.147 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:34:54.176 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:34:54.201 11294 11294 W Activity: Can request only one set of permissions
at a time
02-25 19:34:54.225 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:34:54.225 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:34:54.480 11294 11294 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:34:54.661 11294 11294 E RecyclerView: No adapter attached; skipping layout
02-25 19:34:54.697 11294 11784 W Parcel : Expecting binder but got null!
02-25 19:34:54.731 11294 11294 E RecyclerView: No adapter attached; skipping layout
02-25 19:34:54.739 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:34:54.857 11294 11807 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:34:54.955 11294 11294 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:34:56.757 11294 11784 W Parcel : Expecting binder but got null!
02-25 19:34:57.659 11294 11784 W Parcel : Expecting binder but got null!
02-25 19:34:59.016 11294 11784 W Parcel : Expecting binder but got null!
02-25 19:35:00.688 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:35:00.707 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:35:00.818 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:35:00.838 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:35:00.873 11294 11784 W Parcel : Expecting binder but got null!
02-25 19:35:03.222 11294 11784 W Parcel : Expecting binder but got null!
--------- beginning of crash
02-25 19:35:04.528 11294 11294 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:35:04.528 11294 11294 E AndroidRuntime: Process: com.whatsapp, PID: 11294
02-25 19:35:04.528 11294 11294 E AndroidRuntime: java.lang.IllegalStateException:
Could not find method finish(View) in a parent or ancestor Context for
android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.view.View.performClick(View.java:7892)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:35:04.528 112 com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:34:54.189 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:34:54.201 11294 11294 W Activity: Can request only one set of permissions
at a time
02-25 19:34:54.225 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:34:54.225 11294 11786 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:34:54.480 11294 11294 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:34:54.661 11294 11294 E RecyclerView: No adapter attached; skipping layout
02-25 19:34:54.697 11294 11784 W Parcel : Expecting binder but got null!
02-25 19:34:54.731 11294 11294 E RecyclerView: No adapter attached; skipping layout
02-25 19:34:54.739 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:34:54.857 11294 11807 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:34:54.955 11294 11294 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:34:56.757 11294 11784 W Parcel : Expecting binder but got null!
02-25 19:34:57.659 11294 11784 W Parcel : Expecting binder but got null!
02-25 19:34:59.016 11294 11784 W Parcel : Expecting binder but got null!
02-25 19:35:00.688 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:35:00.707 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:35:00.818 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:35:00.838 11294 11294 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:35:00.873 11294 11784 W Parcel : Expecting binder but got null!
02-25 19:35:03.222 11294 11784 W Parcel : Expecting binder but got null!
--------- beginning of crash
02-25 19:35:04.528 11294 11294 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:35:04.528 11294 11294 E AndroidRuntime: Process: com.whatsapp, PID: 11294
02-25 19:35:04.528 11294 11294 E AndroidRuntime: java.lang.IllegalStateException:
Could not find method finish(View) in a parent or ancestor Context for
android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.view.View.performClick(View.java:7892)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.view.View.performCl94 11294 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:313)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: App has crashed, executing
CustomActivityOnCrash's UncaughtExceptionHandler
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash:
java.lang.IllegalStateException: Could not find method finish(View) in a parent or
ancestor Context for android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.view.View.performClick(View.java:7892)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.os.Looper.loop(Looper.java:313)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:35:04.544 11294 11294 E ArmVmp : Match on catch block at 0x1c in for
0x7b18e69051
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: Failed when resolving the
restart activity class via getLaunchIntentForPackage, stack trace follows!
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
java.lang.Class.classForName(Native Method)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:536)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:467)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.getLauncherActivity(Native Method)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.guessRestartActivityClass(Native
Method)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.lambda$install$0(Native Method)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash$$ExtickInternal(View.java:7869)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:313)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:35:04.528 11294 11294 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: App has crashed, executing
CustomActivityOnCrash's UncaughtExceptionHandler
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash:
java.lang.IllegalStateException: Could not find method finish(View) in a parent or
ancestor Context for android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.view.View.performClick(View.java:7892)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.os.Looper.loop(Looper.java:313)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:35:04.529 11294 11294 E CustomActivityOnCrash: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:35:04.544 11294 11294 E ArmVmp : Match on catch block at 0x1c in for
0x7b18e69051
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: Failed when resolving the
restart activity class via getLaunchIntentForPackage, stack trace follows!
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
java.lang.Class.classForName(Native Method)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:536)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:467)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.getLauncherActivity(Native Method)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.guessRestartActivityClass(Native
Method)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.lambda$install$0(Native Method)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash$
$ExternalSyntheticLambda0.uncaughtException(Native Method)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1071)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1066)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: at
java.lang.Thread.dispatchUncaughtException(Thread.java:2306)
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: Caused by:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:35:04.544 11294 11294 E CustomActivityOnCrash: ... 10 more
02-25 19:35:04.683 11258 11258 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69061
02-25 19:35:04.714 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:04.732 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:05.017 11931 11931 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:35:05.087 11931 11931 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:35:05.087 11931 11931 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:35:05.087 11931 11931 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:35:05.087 11931 11931 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:35:05.087 11931 11931 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:35:05.087 11931 11931 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:35:05.087 11931 11931 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:35:05.087 11931 11931 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:35:05.087 11931 11931 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:35:05.087 11931 11931 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:35:05.087 11931 11931 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:35:05.087 11931 11931 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:35:05.087 11931 11931 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:35:05.087 11931 11931 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:35:05.087 11931 11931 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:35:05.087 11931 11931 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:35:05.087 11931 11931 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:35:05.087 11931 11931 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:35:05.087 11931 11931 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:35:05.087 11931 11931 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:35:05.087 11931 11931 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:35:05.087 11931 11931 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:35:05.087 11931 11931 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:35:05.114 11931 11931 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:35:05.151 11931 11958 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:35:05.225 11931 11931 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:35:05.225 11931 11931 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:35:05.330 11931 11989 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:35:05.330 11931 11989 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:35:05.330 11931 11989 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:35:08.049 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:08.126 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:08.406 11258 11258 W System.err:
android.content.pm.PackageManager$NameNotFoundException: Package
com.sec.Christmasblackpaintspotsgraffitiink.c.appicon doesn't exist
02-25 19:35:08.406 11258 11258 W System.err: at
android.app.ApplicationPackageManager.getResourcesForApplicationAsUser(ApplicationP
ackageManager.java:2291)
02-25 19:35:08.406 11258 11258 W System.err: at
android.app.SemAppIconSolution.registerAppIconInfo(SemAppIconSolution.java:212)
02-25 19:35:08.406 11258 11258 W System.err: at
android.app.SemAppIconSolution.checkAppIconThemePackage(SemAppIconSolution.java:181
)
02-25 19:35:08.407 11258 11258 W System.err: at
android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManage
r.java:3723)
02-25 19:35:08.407 11258 11258 W System.err: at
android.app.ApplicationPackageManager.loadItemIcon(ApplicationPackageManager.java:3
638)
02-25 19:35:08.407 11258 11258 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:300)
02-25 19:35:08.407 11258 11258 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:295)
02-25 19:35:08.407 11258 11258 W System.err: at
android.content.pm.ResolveInfo.loadIcon(ResolveInfo.java:313)
02-25 19:35:08.407 11258 11258 W System.err: at
android.widget.Editor$ProcessTextIntentActionsHandler.loadIcon(Editor.java:9811)
02-25 19:35:08.407 11258 11258 W System.err: at
android.widget.Editor$ProcessTextIntentActionsHandler.onInitializeMenu(Editor.java:
9659)
02-25 19:35:08.407 11258 11258 W System.err: at
android.widget.Editor$TextActionModeCallback.onCreateActionMode(Editor.java:5012)
02-25 19:35:08.407 11258 11258 W System.err: at
com.android.internal.policy.DecorView$ActionModeCallback2Wrapper.onCreateActionMode
(DecorView.java:5677)
02-25 19:35:08.407 11258 11258 W System.err: at
com.android.internal.policy.DecorView.startActionMode(DecorView.java:1649)
02-25 19:35:08.407 11258 11258 W System.err: at
com.android.internal.policy.DecorView.startActionModeForChild(DecorView.java:1604)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.View.startActionMode(View.java:8091)
02-25 19:35:08.407 11258 11258 W System.err: at
android.widget.Editor.startActionModeInternal(Editor.java:2805)
02-25 19:35:--------- beginning of main
02-25 19:35:05.151 11931 11958 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:35:05.225 11931 11931 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:35:05.225 11931 11931 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:35:05.330 11931 11989 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:35:05.330 11931 11989 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:35:05.330 11931 11989 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:35:08.049 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:08.126 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:08.406 11258 11258 W System.err:
android.content.pm.PackageManager$NameNotFoundException: Package
com.sec.Christmasblackpaintspotsgraffitiink.c.appicon doesn't exist
02-25 19:35:08.406 11258 11258 W System.err: at
android.app.ApplicationPackageManager.getResourcesForApplicationAsUser(ApplicationP
ackageManager.java:2291)
02-25 19:35:08.406 11258 11258 W System.err: at
android.app.SemAppIconSolution.registerAppIconInfo(SemAppIconSolution.java:212)
02-25 19:35:08.406 11258 11258 W System.err: at
android.app.SemAppIconSolution.checkAppIconThemePackage(SemAppIconSolution.java:181
)
02-25 19:35:08.407 11258 11258 W System.err: at
android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManage
r.java:3723)
02-25 19:35:08.407 11258 11258 W System.err: at
android.app.ApplicationPackageManager.loadItemIcon(ApplicationPackageManager.java:3
638)
02-25 19:35:08.407 11258 11258 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:300)
02-25 19:35:08.407 11258 11258 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:295)
02-25 19:35:08.407 11258 11258 W System.err: at
android.content.pm.ResolveInfo.loadIcon(ResolveInfo.java:313)
02-25 19:35:08.407 11258 11258 W System.err: at
android.widget.Editor$ProcessTextIntentActionsHandler.loadIcon(Editor.java:9811)
02-25 19:35:08.407 11258 11258 W System.err: at
android.widget.Editor$ProcessTextIntentActionsHandler.onInitializeMenu(Editor.java:
9659)
02-25 19:35:08.407 11258 11258 W System.err: at
android.widget.Editor$TextActionModeCallback.onCreateActionMode(Editor.java:5012)
02-25 19:35:08.407 11258 11258 W System.err: at
com.android.internal.policy.DecorView$ActionModeCallback2Wrapper.onCreateActionMode
(DecorView.java:5677)
02-25 19:35:08.407 11258 11258 W System.err: at
com.android.internal.policy.DecorView.startActionMode(DecorView.java:1649)
02-25 19:35:08.407 11258 11258 W System.err: at
com.android.internal.policy.DecorView.startActionModeForChild(DecorView.java:1604)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.ViewGroup.startActionModeForChild(ViewGroup.java:1040)
02-25 19:35:08.407 11258 11258 W System.err: at
android.view.View.startActionMode(View.java:8091)
02-25 19:35:08.407 11258 11258 W System.err: at
android.widget.Editor.startActionModeInternal(Editor.java:2805)
02-25 19:35:08.407 112508.407 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper.startActionMode(SelectionActionModeHelper.
java:300)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper.startSelectionActionMode(SelectionActionMo
deHelper.java:281)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper.lambda$startSelectionActionModeWithSmartSe
lectAnimation$0$android-widget-
SelectionActionModeHelper(SelectionActionModeHelper.java:341)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper$$ExternalSyntheticLambda9.run(Unknown
Source:4)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper.startSelectionActionModeWithSmartSelectAni
mation(SelectionActionModeHelper.java:349)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper.
$r8$lambda$mMDhXh3JQs_q5UuyTdq2CLenZJk(Unknown Source:0)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper$$ExternalSyntheticLambda11.accept(Unknown
Source:4)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper$TextClassificationAsyncTask.onPostExecute(
SelectionActionModeHelper.java:1050)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper$TextClassificationAsyncTask.onPostExecute(
SelectionActionModeHelper.java:998)
02-25 19:35:08.408 11258 11258 W System.err: at
android.os.AsyncTask.finish(AsyncTask.java:771)
02-25 19:35:08.408 11258 11258 W System.err: at android.os.AsyncTask.-$
$Nest$mfinish(Unknown Source:0)
02-25 19:35:08.408 11258 11258 W System.err: at
android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788)
02-25 19:35:08.408 11258 11258 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:35:08.408 11258 11258 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:35:08.408 11258 11258 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:35:08.408 11258 11258 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:35:08.408 11258 11258 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:35:08.408 11258 11258 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:35:08.409 11258 11258 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:35:08.537 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:08.570 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:08.590 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:08.607 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:09.812 11258 11266 W :error_activity: Cleared Reference was only
reachable from finalizer (only reported once)
02-25 19:35:09.817 11258 11268 W System : A resource failed to call close.
02-25 19:35:10.450 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:10.757 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:13.410 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:13.410 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:13.410 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:16.006 11258 11268 W System : A resource failed to call close.
02-25 19:38:59.278 11931 11931 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:38:59.340 11931 11931 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:38:59.821 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:38:59.847 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platf8 11258 W System.err: at
android.widget.SelectionActionModeHelper.startActionMode(SelectionActionModeHelper.
java:300)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper.startSelectionActionMode(SelectionActionMo
deHelper.java:281)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper.lambda$startSelectionActionModeWithSmartSe
lectAnimation$0$android-widget-
SelectionActionModeHelper(SelectionActionModeHelper.java:341)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper$$ExternalSyntheticLambda9.run(Unknown
Source:4)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper.startSelectionActionModeWithSmartSelectAni
mation(SelectionActionModeHelper.java:349)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper.
$r8$lambda$mMDhXh3JQs_q5UuyTdq2CLenZJk(Unknown Source:0)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper$$ExternalSyntheticLambda11.accept(Unknown
Source:4)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper$TextClassificationAsyncTask.onPostExecute(
SelectionActionModeHelper.java:1050)
02-25 19:35:08.408 11258 11258 W System.err: at
android.widget.SelectionActionModeHelper$TextClassificationAsyncTask.onPostExecute(
SelectionActionModeHelper.java:998)
02-25 19:35:08.408 11258 11258 W System.err: at
android.os.AsyncTask.finish(AsyncTask.java:771)
02-25 19:35:08.408 11258 11258 W System.err: at android.os.AsyncTask.-$
$Nest$mfinish(Unknown Source:0)
02-25 19:35:08.408 11258 11258 W System.err: at
android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788)
02-25 19:35:08.408 11258 11258 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:35:08.408 11258 11258 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:35:08.408 11258 11258 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:35:08.408 11258 11258 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:35:08.408 11258 11258 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:35:08.408 11258 11258 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:35:08.409 11258 11258 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:35:08.537 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:08.570 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:08.590 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:08.607 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:09.812 11258 11266 W :error_activity: Cleared Reference was only
reachable from finalizer (only reported once)
02-25 19:35:09.817 11258 11268 W System : A resource failed to call close.
02-25 19:35:10.450 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:10.757 11258 11315 W Parcel : Expecting binder but got null!
02-25 19:35:13.410 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:13.410 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:13.410 11258 11258 W androidtc: TextClassifier called on main thread
02-25 19:35:16.006 11258 11268 W System : A resource failed to call close.
02-25 19:38:59.278 11931 11931 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:38:59.340 11931 11931 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:38:59.821 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:38:59.847 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:38:59.893 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:38:59.893 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:38:59.914 11931 11931 W Activity: Can request only one set of permissions
at a time
02-25 19:39:00.316 11931 11931 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:39:00.658 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:39:00.748 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:39:00.804 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:39:00.815 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:39:01.051 11931 19563 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:39:01.129 11931 11931 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:39:02.605 11931 19575 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:39:02.605 11931 19575 E RenderScript: Failed to load runtime , loading
default
02-25 19:39:02.736 11931 19563 W LOTTIE : Unknown shape type rd
02-25 19:39:02.825 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:39:02.831 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:39:02.997 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:39:03.000 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:39:03.015 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:39:03.048 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.050 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.071 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.073 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.083 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.085 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.112 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.114 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.604 11931 11931 E Arorm-api, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:38:59.856 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:38:59.893 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:38:59.893 11931 19469 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:38:59.914 11931 11931 W Activity: Can request only one set of permissions
at a time
02-25 19:39:00.316 11931 11931 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:39:00.658 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:39:00.748 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:39:00.804 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:39:00.815 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:39:01.051 11931 19563 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:39:01.129 11931 11931 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:39:02.605 11931 19575 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:39:02.605 11931 19575 E RenderScript: Failed to load runtime , loading
default
02-25 19:39:02.736 11931 19563 W LOTTIE : Unknown shape type rd
02-25 19:39:02.825 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:39:02.831 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:39:02.997 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:39:03.000 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:39:03.015 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:39:03.048 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.050 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.071 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.073 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.083 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.085 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.112 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.114 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:03.604 11931mVmp : Match on catch block at 0xc3 in for 0x7b18e69025
02-25 19:39:03.607 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:04.110 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:04.116 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:04.611 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:04.617 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:05.109 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:05.112 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:05.207 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:05.209 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:06.038 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:06.051 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:42:11.955 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:11.991 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:42:12.117 11931 11931 W Activity: Can request only one set of permissions
at a time
02-25 19:42:12.687 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:42:12.757 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:12.842 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:42:12.863 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:19.178 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:19.193 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:42:19.219 11931 11931 W Activity: Can request only one set of permissions
at a time
02-25 19:42:19.512 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:42:19.551 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:19.558 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:19.584 11931 11945 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:42:19.596 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:42:21.531 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:23.412 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:31.134 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:35.566 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:35.594 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:35.724 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:35.767 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:39.460 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:39.505 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:39.539 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:40.869 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:50.057 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:50.074 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:50.189 11931 11931 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:42:50.189 11931 11931 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-25 19:42:50.191 11931 11931 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-25 19:42:50.191 11931 11931 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-25 19:42:50.191 11931 11931 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-25 19:42:50.191 11931 11931 W System.err: 11931 E ArmVmp : Match on catch
block at 0xc3 in for 0x7b18e69025
02-25 19:39:03.607 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:04.110 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:04.116 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:04.611 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:04.617 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:05.109 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:05.112 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:05.207 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:05.209 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:06.038 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:39:06.051 11931 11931 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:42:11.955 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:11.991 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:42:12.117 11931 11931 W Activity: Can request only one set of permissions
at a time
02-25 19:42:12.687 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:42:12.757 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:12.842 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:42:12.863 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:19.178 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:19.193 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:42:19.219 11931 11931 W Activity: Can request only one set of permissions
at a time
02-25 19:42:19.512 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:42:19.551 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:19.558 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:19.584 11931 11945 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:42:19.596 11931 11931 E RecyclerView: No adapter attached; skipping layout
02-25 19:42:21.531 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:23.412 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:31.134 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:35.566 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:35.594 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:35.724 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:35.767 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:39.460 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:39.505 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:39.539 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:40.869 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:50.057 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:50.074 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:42:50.189 11931 11931 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:42:50.189 11931 11931 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-25 19:42:50.191 11931 11931 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-25 19:42:50.191 11931 11931 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-25 19:42:50.191 11931 11931 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-25 19:42:50.191 11931 11931 W Syat
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-25 19:42:50.192 11931 11931 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-25 19:42:50.192 11931 11931 W System.err: at
mbmodsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native Method)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 19:42:50.192 11931 11931 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:42:50.192 11931 11931 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:42:50.193 11931 11931 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:42:50.193 11931 11931 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:42:50.193 11931 11931 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:42:50.193 11931 11931 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:42:50.193 11931 11931 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:42:50.193 11931 11931 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:42:50.193 11931 11931 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-25 19:42:50.194 11931 11931 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-25 19:42:50.194 11931 11931 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-25 19:42:50.194 11931 11931 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-25 19:42:50.194 11931 11931 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-25 19:42:50.194 11931 11931 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-25 19:42:50.194 11931 11931 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-25 19:42:50.194 11931 11931 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-25 19:42:50.194 11931 11931 W System.erstem.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-25 19:42:50.191 11931 11931 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-25 19:42:50.192 11931 11931 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-25 19:42:50.192 11931 11931 W System.err: at
mbmodsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native Method)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 19:42:50.192 11931 11931 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 19:42:50.192 11931 11931 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:42:50.192 11931 11931 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:42:50.193 11931 11931 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:42:50.193 11931 11931 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:42:50.193 11931 11931 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:42:50.193 11931 11931 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:42:50.193 11931 11931 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:42:50.193 11931 11931 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:42:50.193 11931 11931 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-25 19:42:50.194 11931 11931 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-25 19:42:50.194 11931 11931 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-25 19:42:50.194 11931 11931 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-25 19:42:50.194 11931 11931 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-25 19:42:50.194 11931 11931 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-25 19:42:50.194 11931 11931 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-25 19:42:50.194 11931 11931 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-25 19:42:50.194 11931 11931 r: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-25 19:42:50.194 11931 11931 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-25 19:42:50.194 11931 11931 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-25 19:42:50.194 11931 11931 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-25 19:42:50.194 11931 11931 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-25 19:42:50.194 11931 11931 W System.err: at
mbmodsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native Method)
02-25 19:42:50.195 11931 11931 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 19:42:50.195 11931 11931 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 19:42:50.195 11931 11931 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 19:42:50.195 11931 11931 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 19:42:50.195 11931 11931 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 19:42:50.195 11931 11931 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 19:42:50.195 11931 11931 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 19:42:50.195 11931 11931 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 19:42:50.195 11931 11931 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 19:42:50.195 11931 11931 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:42:50.195 11931 11931 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:42:50.195 11931 11931 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:42:50.195 11931 11931 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:42:50.196 11931 11931 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:42:50.196 11931 11931 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:42:50.196 11931 11931 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:42:50.216 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:50.246 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:52.418 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:42:52.434 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:42:52.522 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:42:52.539 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:42:52.572 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:57.128 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:42:58.404 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:43:01.206 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:43:03.490 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:43:06.089 11931 11931 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:43:06.212 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:43:10.120 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:43:11.382 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:43:14.165 11931 19460 W Parcel : Expecting binder but got null!
02-25 19:43:15.351 11931 11931 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69069
02-25 19:43:15.463 11931 19460 W Parc--------- beginning of main
02-25 19:43:17.088 11931 11931 W System.err: java.lang.NullPointerException
02-25 19:43:17.093 11931 11931 W System.err: at
com.whatsapp.youbasha.task.utils.h(Native Method)
02-25 19:43:17.094 11931 11931 W System.err: at
com.whatsapp.youbasha.task.utils.restoreTheme(Native Method)
02-25 19:43:17.094 11931 11931 W System.err: at
mbmodsd.mbmodsw.mbsettings.yo.MBThemes.MBThemes$2$1$2.onClick(Native Method)
02-25 19:43:17.094 11931 11931 W System.err: at
mbmodsd.mbmodsw.mbdialog.mbdialogios.iOSDark$onClick.onClick(Native Method)
02-25 19:43:17.094 11931 11931 W System.err: at
android.view.View.performClick(View.java:7892)
02-25 19:43:17.094 11931 11931 W System.err: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:43:17.094 11931 11931 W System.err: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:43:17.094 11931 11931 W System.err: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:43:17.094 11931 11931 W System.err: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:43:17.094 11931 11931 W System.err: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:43:17.094 11931 11931 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:43:17.094 11931 11931 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:43:17.094 11931 11931 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:43:17.094 11931 11931 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:43:17.094 11931 11931 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:43:17.095 11931 11931 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:43:17.095 11931 11931 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:43:18.047 26097 26097 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:43:18.339 26097 26097 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:43:18.343 26097 26097 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:43:18.343 26097 26097 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:43:18.343 26097 26097 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:43:18.343 26097 26097 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:43:18.343 26097 26097 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:43:18.343 26097 26097 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:43:18.344 26097 26097 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:43:18.344 26097 26097 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:43:18.344 26097 26097 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:43:18.344 26097 26097 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:43:18.344 26097 26097 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:43:18.344 26097 26097 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:43:18.344 26097 26097 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:43:18.344 26097 26097 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:43:18.344 26097 26097 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:43:18.344 26097 26097 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:43:18.344 26097 26097 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:43:18.344 26097 26097 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:43:18.344 26097 26097 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:43:18.344 26097 26097 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:43:18.344 26097 26097 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:43:18.344 26097 26097 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:43:18.463 26097 26097 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:43:18.624 26097 26216 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:43:18.815 26097 26097 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:18.815 26097 26097 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:43:19.134 26097 26097 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:43:19.134 26097 26097 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:43:19.134 26097 26097 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:43:19.156 26097 26358 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:43:19.737 26097 26097 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:43:19.869 26097 26363 W Parcel : Expecting binder but got null!
02-25 19:43:21.778 26097 26097 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:43:22.252 26097 26097 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:43:22.286 26097 26097 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:43:22.304 26097 26720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:22.304 26097 26720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:22.304 26097 26720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:43:22.305 26097 26720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:43:22.305 26097 26720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:43:22.305 26097 26720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:43:22.305 26097 26720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:43:22.305 26097 26720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:43:22.379 26097 26097 W Activity: Can request only one set of permissions
at a time
02-25 19:43:22.465 26097 26720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:22.466 26097 26720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:43:23.217 26097 26097 E RecyclerView: No adapter attached; skipping layout
02-25 19:43:23.253 26097 26363 W Parcel : Expecting binder but got null!
02-25 19:43:23.261 26097 26097 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:43:23.473 26097 26788 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:43:23.526 26097 26097 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{5863940 VFED..C.. ......ID 253,0-
380,0 #7f0b0f8a app:id/menuitem_search} during layout: running second layout pass
02-25 19:43:23.526 26097 26097 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{7181079 V.E...... ......ID 503,328-
1125,328} during layout: running second layout pass
02-25 19:43:23.578 26097 26097 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:43:23.581 26097 26097 W View : requestLayout() improperly called by
DecorView@8226a30[HomeActivity] during second layout pass: posting in next frame
02-25 19:43:25.279 26097 26363 W Parcel : Expecting binder but got null!
02-25 19:43:26.735 26097 26363 W Parcel : Expecting binder but got null!
02-25 19:43:28.408 26097 26363 W Parcel : Expecting binder but got null!
02-25 19:43:31.451 26097 26097 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:43:31.469 26097 26097 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:43:31.597 26097 26097 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:43:31.619 26097 26097 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:43:31.654 26097 26363 W Parcel : Expecting binder but got null!
02-25 19:43:36.526 26097 26363 W Parcel : Expecting binder but got null!
--------- beginning of crash
02-25 19:43:38.983 26097 26097 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:43:38.983 26097 26097 E AndroidRuntime: Process: com.whatsapp, PID: 26097
02-25 19:43:38.983 26097 26097 E AndroidRuntime: java.lang.IllegalStateException:
Could not find method finish(View) in a parent or ancestor Context for
android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.view.View.performClick(View.java:7892)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:313)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:43:38.983 26097 26097 E AndroidRuntime: at com.android.inter---------
beginning of main
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: App has crashed, executing
CustomActivityOnCrash's UncaughtExceptionHandler
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash:
java.lang.IllegalStateException: Could not find method finish(View) in a parent or
ancestor Context for android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.view.View.performClick(View.java:7892)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.os.Looper.loop(Looper.java:313)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:43:38.996 26097 26097 E ArmVmp : Match on catch block at 0x1c in for
0x7b18e69051
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: Failed when resolving the
restart activity class via getLaunchIntentForPackage, stack trace follows!
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.Class.classForName(Native Method)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:536)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:467)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.getLauncherActivity(Native Method)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.guessRestartActivityClass(Native
Method)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.lambda$install$0(Native Method)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash$
$ExternalSyntheticLambda0.uncaughtException(Native Method)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1071)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1066)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.Thread.dispatchUncaughtException(Thread.java:2306)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: Caused by:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: ... 10 more
02-25 19:43:39.178 27005 27005 E :error_activity: Not starting debugger since
process cannot lo--------- beginning of main
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: App has crashed, executing
CustomActivityOnCrash's UncaughtExceptionHandler
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash:
java.lang.IllegalStateException: Could not find method finish(View) in a parent or
ancestor Context for android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.view.View.performClick(View.java:7892)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.os.Looper.loop(Looper.java:313)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:43:38.984 26097 26097 E CustomActivityOnCrash: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:43:38.996 26097 26097 E ArmVmp : Match on catch block at 0x1c in for
0x7b18e69051
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: Failed when resolving the
restart activity class via getLaunchIntentForPackage, stack trace follows!
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.Class.classForName(Native Method)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:536)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:467)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.getLauncherActivity(Native Method)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.guessRestartActivityClass(Native
Method)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.lambda$install$0(Native Method)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash$
$ExternalSyntheticLambda0.uncaughtException(Native Method)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1071)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1066)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: at
java.lang.Thread.dispatchUncaughtException(Thread.java:2306)
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: Caused by:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:43:38.998 26097 26097 E CustomActivityOnCrash: ... 10 more
02-25 19:43:39.178 27005 27005 E :error_activity: Not starting debugger since
process cannot load the jdwp agent.
02-25 19:43:39.285 27005 27005 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:43:39.285 27005 27005 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:43:39.285 27005 27005 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:43:39.285 27005 27005 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:43:39.285 27005 27005 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:43:39.285 27005 27005 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:43:39.285 27005 27005 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:43:39.285 27005 27005 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:43:39.285 27005 27005 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:43:39.433 27033 27033 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:43:39.506 27005 27005 W :error_activity: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:39.506 27005 27005 W :error_activity: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:43:39.506 27033 27033 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:43:39.506 27033 27033 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:43:39.506 27033 27033 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:43:39.506 27033 27033 W System.err: at android.app.ad the jdwp agent.
02-25 19:43:39.285 27005 27005 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:43:39.285 27005 27005 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:43:39.285 27005 27005 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:43:39.285 27005 27005 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:43:39.285 27005 27005 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:43:39.285 27005 27005 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:43:39.285 27005 27005 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:43:39.285 27005 27005 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:43:39.285 27005 27005 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:43:39.285 27005 27005 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:43:39.285 27005 27005 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:43:39.433 27033 27033 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:43:39.506 27005 27005 W :error_activity: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:39.506 27005 27005 W :error_activity: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:43:39.506 27033 27033 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:43:39.506 27033 27033 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:43:39.506 27033 27033 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:43:39.506 27033 27033 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:43:39.506 27033 27033 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:43:39.507 27033 27033 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:43:39.507 27033 27033 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:43:39.507 27033 27033 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:43:39.507 27033 27033 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:43:39.507 27033 27033 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:43:39.507 27033 27033 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:43:39.507 27033 27033 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:43:39.543 27033 27033 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:43:39.583 27033 27078 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:43:39.679 27033 27033 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:39.679 27033 27033 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:43:39.699 27005 27100 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:43:39.699 27005 27100 E RenderScript: Failed to load runtime , loading
default
02-25 19:43:39.741 27005 27005 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69061
02-25 19:43:39.788 27005 27005 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:43:39.797 27033 27117 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:43:39.797 27033 27117 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:43:39.797 27033 27117 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:43:39.815 27005 27075 W Parcel : Expecting binder but got null!
02-25 19:43:39.868 27005 27075 W Parcel : Expecting binder but got null!
02-25 19:43:46.791 27033 27033 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:43:46.868 27033 27033 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:43:47.165 27033 27033 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:43:47.186 27033 27033 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
tInstrumentation.newApplication(Instrumentation.java:1232)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:43:39.506 27033 27033 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:43:39.506 27033 27033 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:43:39.507 27033 27033 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:43:39.507 27033 27033 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:43:39.507 27033 27033 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:43:39.507 27033 27033 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:43:39.507 27033 27033 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:43:39.507 27033 27033 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:43:39.507 27033 27033 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:43:39.543 27033 27033 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:43:39.583 27033 27078 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:43:39.679 27033 27033 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:39.679 27033 27033 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:43:39.699 27005 27100 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:43:39.699 27005 27100 E RenderScript: Failed to load runtime , loading
default
02-25 19:43:39.741 27005 27005 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69061
02-25 19:43:39.788 27005 27005 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:43:39.797 27033 27117 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:43:39.797 27033 27117 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:43:39.797 27033 27117 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:43:39.815 27005 27075 W Parcel : Expecting binder but got null!
02-25 19:43:39.868 27005 27075 W Parcel : Expecting binder but got null!
02-25 19:43:46.791 27033 27033 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:43:46.868 27033 27033 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:43:47.165 27033 27033 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:43:47.186 27033 27033 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:43:47.203 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:43:47.214 27033 27033 W Activity: Can request only one set of permissions
at a time
02-25 19:43:47.233 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:43:47.233 27033 27272 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:43:47.502 27033 27033 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:43:47.676 27033 27033 E RecyclerView: No adapter attached; skipping layout
02-25 19:43:47.714 27033 27270 W Parcel : Expecting binder but got null!
02-25 19:43:47.749 27033 27033 E RecyclerView: No adapter attached; skipping layout
02-25 19:43:47.758 27033 27033 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:43:47.916 27033 27294 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:43:48.044 27033 27033 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:43:49.164 27033 27270 W Parcel : Expecting binder but got null!
02-25 19:43:50.501 27033 27033 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:43:50.592 27033 27047 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:43:52.333 27033 27319 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:43:52.333 27033 27319 E RenderScript: Failed to load runtime , loading
default
02-25 19:43:52.359 27033 27033 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6905d
02-25 19:43:52.392 27033 27270 W Parcel : Expecting binder but got null!
02-25 19:43:54.781 27033 27033 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:43:55.601 27033 27033 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:43:55.617 27033 27033 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:43:55.823 27033 27270 W Parcel : Expecting binder but got null!
02-25 19:43:57.939 27033 27033 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:43:58.822 27033 27270 W Parcel : Expecting binder but got null!
02-25 19:43:59.845 27033 27270 W Parcel : Expecting binder but got null!
02-25 19:44:02.882 27033 27270 W Parcel : Expecting binder but got null!
02-25 19:44:04.301 27033 27270 W Parcel : Expecting binder but got null!
02-25 19:44:06.738 27033 27270 W Parcel : Expecting binder but got null!
02-25 19:44:09.081 27033 27033 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69069
02-25 19:44:09.139 27033 27270 W Parcel : Expecting binder but got null!
02-25 19:44:10.415 27386 27386 E com.whatsapp: Not starting d--------- beginning of
main
02-25 19:44:10.533 27386 27386 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:44:10.533 27386 27386 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:44:10.533 27386 27386 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:44:10.533 27386 27386 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:44:10.534 27386 27386 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:44:10.534 27386 27386 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:44:10.534 27386 27386 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:44:10.534 27386 27386 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:44:10.534 27386 27386 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:44:10.534 27386 27386 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:44:10.534 27386 27386 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:44:10.579 27386 27386 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:44:10.640 27386 27414 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:44:10.771 27386 27386 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:10.771 27386 27386 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:44:10.908 27386 27445 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:44:10.908 27386 27445 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:44:10.908 27386 27445 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:44:10.911 27386 27386 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:44:11.306 27386 27386 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:44:11.367 27386 27449 W Parcel : Expecting binder but got null!
02-25 19:44:13.620 27386 27449 W Parcel : Expecting binder but got null!
02-25 19:44:19.596 27386 27449 W Parcel ebugger since process cannot load the jdwp
agent.
02-25 19:44:10.533 27386 27386 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:44:10.533 27386 27386 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:44:10.533 27386 27386 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:44:10.533 27386 27386 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:44:10.533 27386 27386 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:44:10.533 27386 27386 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:44:10.534 27386 27386 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:44:10.534 27386 27386 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:44:10.534 27386 27386 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:44:10.534 27386 27386 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:44:10.534 27386 27386 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:44:10.534 27386 27386 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:44:10.534 27386 27386 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:44:10.579 27386 27386 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:44:10.640 27386 27414 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:44:10.771 27386 27386 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:10.771 27386 27386 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:44:10.908 27386 27445 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:44:10.908 27386 27445 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:44:10.908 27386 27445 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:44:10.911 27386 27386 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:44:11.306 27386 27386 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:44:11.367 27386 27449 W Parcel : Expecting binder but got null!
02-25 19:44:13.620 27386 27449 W Parcel : Expecting binder but got null!
02-25 19:44:19.596--------- beginning of main
02-25 19:44:20.194 27386 27386 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:44:21.286 27386 27449 W Parcel : Expecting binder but got null!
02-25 19:44:22.542 27386 27543 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:44:22.543 27386 27543 E RenderScript: Failed to load runtime , loading
default
02-25 19:44:22.576 27386 27386 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69069
02-25 19:44:22.626 27386 27449 W Parcel : Expecting binder but got null!
02-25 19:44:23.681 27557 27557 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:44:23.801 27557 27557 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:44:23.801 27557 27557 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:44:23.801 27557 27557 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:44:23.801 27557 27557 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:44:23.801 27557 27557 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:44:23.801 27557 27557 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:44:23.801 27557 27557 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:44:23.802 27557 27557 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:44:23.802 27557 27557 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:44:23.802 27557 27557 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:44:23.802 27557 27557 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:44:23.802 27557 27557 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:44:23.802 27557 27557 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:44:23.802 27557 27557 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:44:23.802 27557 27557 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:44:23.802 27557 27557 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:44:23.810 27557 27557 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:44:23.976 27557 27557 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:23.976 27557 27557 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:44:24.453 27557 27557 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:44:24.507 27557 27634 W Parcel : Expecting binder b 27386 27449 W Parcel
: Expecting binder but got null!
02-25 19:44:20.194 27386 27386 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:44:21.286 27386 27449 W Parcel : Expecting binder but got null!
02-25 19:44:22.542 27386 27543 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:44:22.543 27386 27543 E RenderScript: Failed to load runtime , loading
default
02-25 19:44:22.576 27386 27386 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69069
02-25 19:44:22.626 27386 27449 W Parcel : Expecting binder but got null!
02-25 19:44:23.681 27557 27557 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:44:23.801 27557 27557 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:44:23.801 27557 27557 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:44:23.801 27557 27557 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:44:23.801 27557 27557 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:44:23.801 27557 27557 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:44:23.801 27557 27557 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:44:23.801 27557 27557 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:44:23.802 27557 27557 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:44:23.802 27557 27557 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:44:23.802 27557 27557 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:44:23.802 27557 27557 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:44:23.802 27557 27557 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:44:23.802 27557 27557 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:44:23.802 27557 27557 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:44:23.802 27557 27557 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:44:23.802 27557 27557 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:44:23.802 27557 27557 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:44:23.810 27557 27557 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:44:23.976 27557 27557 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:23.976 27557 27557 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:44:24.453 27557 27557 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:44:24.507 27557 27634 W ut got null!
02-25 19:44:25.453 27557 27557 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:44:25.453 27557 27557 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:44:25.453 27557 27557 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:44:25.609 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:26.605 27557 27557 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:44:26.646 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:44:26.648 27557 27557 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:44:26.680 27557 27557 W Activity: Can request only one set of permissions
at a time
02-25 19:44:26.696 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:26.696 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:44:27.233 27557 27557 E RecyclerView: No adapter attached; skipping layout
02-25 19:44:27.262 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:27.269 27557 27557 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:44:27.451 27557 27869 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:44:27.567 27557 27557 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:44:28.822 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:29.738 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:30.882 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:32.724 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:34.133 27557 27566 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:44:34.532 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:35.880 27557 27926 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:44:35.881 27557 27926 E RenderScript: Failed to load runtime , loading
default
02-25 19:44:35.915 27557 27557 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69069
02-25 19:44:35.968 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:36.897 27557 27557 W System.err: javParcel : Expecting binder but got
null!
02-25 19:44:25.453 27557 27557 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:44:25.453 27557 27557 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:44:25.453 27557 27557 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:44:25.609 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:26.605 27557 27557 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:44:26.645 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:44:26.646 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:44:26.648 27557 27557 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:44:26.680 27557 27557 W Activity: Can request only one set of permissions
at a time
02-25 19:44:26.696 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:26.696 27557 27777 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:44:27.233 27557 27557 E RecyclerView: No adapter attached; skipping layout
02-25 19:44:27.262 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:27.269 27557 27557 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:44:27.451 27557 27869 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:44:27.567 27557 27557 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:44:28.822 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:29.738 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:30.882 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:32.724 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:34.133 27557 27566 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:44:34.532 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:35.880 27557 27926 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:44:35.881 27557 27926 E RenderScript: Failed to load runtime , loading
default
02-25 19:44:35.915 27557 27557 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69069
02-25 19:44:35.968 27557 27634 W Parcel : Expecting binder but got null!
02-25 19:44:36.897 27557 27557 W System.err: java.lang.NullPointerException
02-25 19:44:36.898 27557 27557 W System.err: at
com.whatsapp.youbasha.task.utils.h(Native Method)
02-25 19:44:36.898 27557 27557 W System.err: at
com.whatsapp.youbasha.task.utils.restoreTheme(Native Method)
02-25 19:44:36.898 27557 27557 W System.err: at
mbmodsd.mbmodsw.mbsettings.yo.MBThemes.MBThemes$2$1$2.onClick(Native Method)
02-25 19:44:36.898 27557 27557 W System.err: at
mbmodsd.mbmodsw.mbdialog.mbdialogios.iOSDark$onClick.onClick(Native Method)
02-25 19:44:36.898 27557 27557 W System.err: at
android.view.View.performClick(View.java:7892)
02-25 19:44:36.898 27557 27557 W System.err: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:44:36.898 27557 27557 W System.err: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:44:36.898 27557 27557 W System.err: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:44:36.898 27557 27557 W System.err: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:44:36.898 27557 27557 W System.err: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:44:36.898 27557 27557 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:44:36.899 27557 27557 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:44:36.899 27557 27557 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:44:36.899 27557 27557 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:44:36.899 27557 27557 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:44:36.899 27557 27557 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:44:36.899 27557 27557 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:44:37.097 27940 27940 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:44:37.211 27940 27940 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:44:37.211 27940 27940 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:44:37.211 27940 27940 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:44:37.211 27940 27940 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:44:37.211 27940 27940 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:44:37.211 27940 27940 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:44:37.211 27940 27940 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:44:37.211 27940 27940 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:44:37.211 27940 27940 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:44:37.211 27940 27940 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:44:37.211 27940 27940 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:44:37.211 27940 27940 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:44:37.211 27940 27940 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:44:37.211 27940 27940 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:44:37.211 27940 27940 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:44:37.211 27940 27940 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:44:37.211 27940 27940 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:44:37.211 27940 27940 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:44:37.211 27940 27940 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:44:37.211 27940 27940 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:44:37.211 27940 27940 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:44:37.211 27940 27940 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:44:37.211 27940 27940 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:44:37.251 27940 27940 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:44:37.295 27940 27965 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:44:37.414 27940 27940 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:37.414 27940 27940 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:44:37.541 27940 27997 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:44:37.541 27940 27997 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:44:37.541 27940 27997 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:44:37.544 27940 27940 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:44:37.920 27940 27940 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:44:37.971 27940 28001 W Parcel : Expecting binder but got null!
02-25 19:44:39.416 27940 28001 W Parcel : Expecting binder but got null!
02-25 19:44:42.535 27940 28001 W Parcel : Expecting binder but got null!
02-25 19:44:42.837 27940 27940 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:44:44.069 27940 28001 W Parcel : Expecting binder but got null!
02-25 19:44:45.324 27940 28078 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:44:45.324 27940 28078 E RenderScript: Failed to load runtime , loading
default
02-25 19:44:45.357 27940 27940 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69075
02-25 19:44:45.389 27940 27940 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:44:45.425 27940 28001 W Parcel : Expecting binder but got null!
02-25 19:44:46.515 28092 28092 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:44:46.616 28092 28092 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:44:46.616 28092 28092 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:44:46.616 28092 28092 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:44:46.616 28092 28092 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:44:46.616 28092 28092 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:44:46.616 28092 28092 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:44:46.616 28092 28092 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:44:46.616 28092 28092 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:44:46.616 28092 28092 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:44:46.616 28092 28092 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:44:46.616 28092 28092 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:44:46.616 28092 28092 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:44:46.616 28092 28092 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:44:46.616 28092 28092 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:44:46.616 28092 28092 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:44:46.616 28092 28092 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:44:46.616 28092 28092 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:44:46.616 28092 28092 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:44:46.616 28092 28092 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:44:46.616 28092 28092 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:44:46.616 28092 28092 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:44:46.616 28092 28092 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:44:46.616 28092 28092 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:44:46.623 28092 28092 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:44:46.747 28092 28092 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:46.747 28092 28092 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:44:47.196 28092 28092 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:44:47.244 28092 28152 W Parcel : Expecting binder but got null!
02-25 19:44:48.235 28092 28152 W Parcel : Expecting binder but got null!
02-25 19:44:51.066 28092 28152 W Parcel : Expecting binder but got null!
02-25 19:44:52.515 28092 28222 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:44:52.515 28092 28222 E RenderScript: Failed to load runtime , loading
default
02-25 19:44:52.550 28092 28092 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69069
02-25 19:44:52.602 28092 28152 W Parcel : Expecting binder but got null!
02-25 19:44:53.654 28236 28236 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:44:53.755 28236 28236 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:44:53.755 28236 28236 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:44:53.755 28236 28236 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:44:53.755 28236 28236 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:44:53.755 28236 28236 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:44:53.755 28236 28236 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:44:53.755 28236 28236 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:44:53.755 28236 28236 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:44:53.755 28236 28236 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:44:53.755 28236 28236 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:44:53.755 28236 28236 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:44:53.755 28236 28236 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:44:53.755 28236 28236 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:44:53.755 28236 28236 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:44:53.755 28236 28236 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:44:53.755 28236 28236 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:44:53.755 28236 28236 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:44:53.755 28236 28236 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:44:53.755 28236 28236 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:44:53.755 28236 28236 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:44:53.755 28236 28236 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:44:53.755 28236 28236 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:44:53.755 28236 28236 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:44:53.762 28236 28236 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:44:53.886 28236 28236 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:53.886 28236 28236 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:44:54.346 28236 28236 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:44:54.402 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:44:55.296 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:44:57.567 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:44:59.559 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:01.116 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:01.560 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:01.756 28236 28246 W System : A resource failed to call
AbstractCursor.close.
02-25 19:45:01.757 28236 28246 W System : A resource failed to call
CursorWrapperInner.close.
02-25 19:45:02.295 28236 28236 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:45:03.587 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=1de2309c-18d5-4614-bc8b-f0b8ee3c3d59 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/35081190_433924238961233_5413791861887484395_n.enc?ccb=11-
4&oh=01_AdTB71moOal_6Hruv8ObKpr_LcYfikSFfprbMU3tiOE5CA&oe=660230E8&_nc_sid=5e03e0&_
nc_hot=1708829258 thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=9NX2Hha/humA+z2i1qKzkHdBEcGLhTNDi34+uWrrc70= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1708829256000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/35081190_433924238961233_5413791861887484395_n.enc?ccb=11-
4&oh=01_AdTB71moOal_6Hruv8ObKpr_LcYfikSFfprbMU3tiOE5CA&oe=660230E8&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=720 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=50 multicast_id=null
enc_file_hash=JC0UvSf9UUtLQum7tyhPKCWSPufhmQGhf4PQXvd8sL0= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1486801
media_name=null media_duration=15 chat_row_id=14 media_key=[B@29ae37f
02-25 19:45:04.307 28236 28285 E S--------- beginning of main
02-25 19:44:53.762 28236 28236 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:44:53.886 28236 28236 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:44:53.886 28236 28236 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:44:54.346 28236 28236 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:44:54.402 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:44:55.296 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:44:57.567 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:44:59.559 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:01.116 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:01.560 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:01.756 28236 28246 W System : A resource failed to call
AbstractCursor.close.
02-25 19:45:01.757 28236 28246 W System : A resource failed to call
CursorWrapperInner.close.
02-25 19:45:02.295 28236 28236 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:45:03.587 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=1de2309c-18d5-4614-bc8b-f0b8ee3c3d59 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/35081190_433924238961233_5413791861887484395_n.enc?ccb=11-
4&oh=01_AdTB71moOal_6Hruv8ObKpr_LcYfikSFfprbMU3tiOE5CA&oe=660230E8&_nc_sid=5e03e0&_
nc_hot=1708829258 thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=9NX2Hha/humA+z2i1qKzkHdBEcGLhTNDi34+uWrrc70= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1708829256000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/35081190_433924238961233_5413791861887484395_n.enc?ccb=11-
4&oh=01_AdTB71moOal_6Hruv8ObKpr_LcYfikSFfprbMU3tiOE5CA&oe=660230E8&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=720 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=50 multicast_id=null
enc_file_hash=JC0UvSf9UUtLQum7tyhPKCWSPufhmQGhf4PQXvd8sL0= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1486801
media_name=null media_duration=15 chat_row_id=14 media_key=[B@29ae37f
02-25 19:45:04.307 28236 28285 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 19:45:04.307QLiteDatabase: android.database.sqlite.SQLiteConstraintException:
UNIQUE constraint failed: message_media.message_row_id (code 1555
SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 19:45:04.613 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:05.627 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=6929286c-37b4-440b-b433-f8590803834a transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/33338804_758694425889715_4956431020820513409_n.enc?ccb=11-
4&oh=01_AdQEE6cePk85lq76dtIYtvisKB9xpYgtLOWpIzE1mtxUbQ&oe=66022449&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=uwWqIC5+g75uT7u5GAHvwXrjKO3ccxUNNgRj1HdYUjk= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1708830785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/33338804_758694425889715_4956431020820513409_n.enc?ccb=11-
4&oh=01_AdQEE6cePk85lq76dtIYtvisKB9xpYgtLOWpIzE1mtxUbQ&oe=66022449&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=360 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=51 multicast_id=null
enc_file_hash=JdFAd0dARsi92PE2yKdMIzfMTQxVcdTRwZbLSGW1oRU= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1881592
media_name=null media_duration=12 chat_row_id=14 media_key=[B@64116e
02-25 19:45:05.844 28236 28285 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 19:45:05 28236 28285 E SQLiteDatabase: at X.35Y.A07(Unknown Source:212)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 19:45:04.307 28236 28285 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 19:45:04.613 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:05.627 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=6929286c-37b4-440b-b433-f8590803834a transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/33338804_758694425889715_4956431020820513409_n.enc?ccb=11-
4&oh=01_AdQEE6cePk85lq76dtIYtvisKB9xpYgtLOWpIzE1mtxUbQ&oe=66022449&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=uwWqIC5+g75uT7u5GAHvwXrjKO3ccxUNNgRj1HdYUjk= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1708830785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/33338804_758694425889715_4956431020820513409_n.enc?ccb=11-
4&oh=01_AdQEE6cePk85lq76dtIYtvisKB9xpYgtLOWpIzE1mtxUbQ&oe=66022449&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=360 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=51 multicast_id=null
enc_file_hash=JdFAd0dARsi92PE2yKdMIzfMTQxVcdTRwZbLSGW1oRU= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1881592
media_name=null media_duration=12 chat_row_id=14 media_key=[B@64116e
02-25 19:45:05.844 28236 28285 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 19:45:05.844 28236 2.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 19:45:05.844 28236 28285 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 19:45:06.675 28236 28236 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:45:07.605 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:10.244 28236 28686 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:45:10.244 28236 28686 E RenderScript: Failed to load runtime , loading
default
02-25 19:45:10.287 28236 28236 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:45:10.341 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:10.742 28236 28236 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:45:12.806 28236 28236 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:45:12.852 28236 28292 W Parcel : Expecting binder but got null!
02-25 19:45:13.816 28708 28708 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:45:13.919 28708 28708 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:45:13.919 28708 28708 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:45:13.919 28708 28708 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:45:13.919 28708 28708 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:45:13.919 28708 28708 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:45:13.919 28708 28708 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:45:13.919 28708 28708 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:45:13.919 28708 28708 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:45:13.919 28708 28708 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:45:13.919 28708 28708 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:45:13.919 28708 28708 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:45:13.920 28708 28708 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:45:13.920 28708 28708 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:45:13.920 28708 28708 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:45:13.920 28708 28708 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:45:13.920 28708 28708 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:45:13.920 28708 28708 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:45:13.920 28708 28708 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:45:13.920 28708 28708 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:45:13.920 28708 28708 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:45:13.920 28708 28708 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:45:13.920 28708 28708 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:45:13.920 28708 28708 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:45:13.926 28708 28708 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:45:14.068 28708 28708 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:14.068 28708 28708 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:14.505 28708 28708 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:45:14.556 28708 28766 W Parcel : Expecting binder but got null!
02-25 19:45:16.644 28708 28708 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:45:16.644 28708 28708 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:45:16.644 28708 28708 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:45:16.955 28708 28708 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:45:16.984 28708 28708 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:45:16.994 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:16.994 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:16.994 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:16.995 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:16.995 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:16.995 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:45:16.995 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:45:16.995 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:45:17.018 28708 28708 W Activity: Can request only one set of permissions
at a time
02-25 19:45:17.028 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:17.028 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:45:17.558 28708 28708 E RecyclerView: No adapter attac--------- beginning
of main
02-25 19:45:13.926 28708 28708 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:45:14.068 28708 28708 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:14.068 28708 28708 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:14.505 28708 28708 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:45:14.556 28708 28766 W Parcel : Expecting binder but got null!
02-25 19:45:16.644 28708 28708 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:45:16.644 28708 28708 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:45:16.644 28708 28708 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:45:16.955 28708 28708 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:45:16.984 28708 28708 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:45:16.994 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:16.994 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:16.994 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:16.995 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:16.995 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:16.995 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:45:16.995 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:45:16.995 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:45:17.018 28708 28708 W Activity: Can request only one set of permissions
at a time
02-25 19:45:17.028 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:17.028 28708 28823 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:45:17.558 28708 28708 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:17.585 28708 28766 W Parcel : Expecting binder but got null!
02-25 19:45:17.590 28708 28708 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:45:17.724 28708 28844 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:45:17.803 28708 28708 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{8600f30 VFED..C.. ......ID 253,0-
3hed; skipping layout
02-25 19:45:17.585 28708 28766 W Parcel : Expecting binder but got null!
02-25 19:45:17.590 28708 28708 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:45:17.724 28708 28844 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:45:17.803 28708 28708 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{8600f30 VFED..C.. ......ID 253,0-
380,0 #7f0b0f8a app:id/menuitem_search} during layout: running second layout pass
02-25 19:45:17.803 28708 28708 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{4a747a9 V.E...... ......ID 503,328-
1125,328} during layout: running second layout pass
02-25 19:45:17.833 28708 28708 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:45:18.034 28708 28708 W View : requestLayout() improperly called by
DecorView@1f03fe9[HomeActivity] during second layout pass: posting in next frame
02-25 19:45:21.611 28708 28766 W Parcel : Expecting binder but got null!
02-25 19:45:22.884 28708 28766 W Parcel : Expecting binder but got null!
02-25 19:45:26.997 28708 28708 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:45:27.009 28708 28708 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:45:27.066 28708 28766 W Parcel : Expecting binder but got null!
02-25 19:45:29.479 28708 28766 W Parcel : Expecting binder but got null!
02-25 19:45:30.834 28913 28913 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:45:30.942 28913 28913 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:45:30.942 28913 28913 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:45:30.942 28913 28913 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:45:30.942 28913 28913 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:45:30.942 28913 28913 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:45:30.942 28913 28913 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:45:30.942 28913 28913 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:45:30.942 28913 28913 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:45:30.942 28913 28913 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:45:30.942 28913 28913 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:45:30.942 28913 28913 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:45:30.943 28913 28913 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:45:30.943 28913 28913 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:45:30.943 28913 28913 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:45:30.943 28913 28913 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:45:30.943 28913 28913 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:45:30.943 28913 28913 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:45:30.943 28913 28913 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:45:30.943 28913 28913 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:45:30.943 28913 28913 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:45:30.943 28913 28913 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:45:30.943 28913 28913 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:45:30.943 28913 28913 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:45:30.991 28913 28913 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:45:31.043 28913 28939 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:45:31.162 28913 28913 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:31.162 28913 28913 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:31.283 28913 28913 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:45:31.283 28913 28913 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:45:31.283 28913 28913 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:45:31.292 28913 28970 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:45:31.470 28913 28913 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:45:31.836 28913 28913 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:45:31.862 28913 28913 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:45:31.895 28913 28913 W Activity: Can request only one set of permissions
at a time
02-25 19:45:31.896 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:31.896 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:45:32.188 28913 28913 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:45:32.478 28913 28913 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:32.517 28913 28980 W Parcel : Expecting binder but got null!
02-25 19:45:32.552 28913 28913 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:32.564 28913 28913 --------- beginning of main
02-25 19:45:30.991 28913 28913 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:45:31.043 28913 28939 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:45:31.162 28913 28913 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:31.162 28913 28913 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:31.283 28913 28913 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:45:31.283 28913 28913 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:45:31.283 28913 28913 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:45:31.292 28913 28970 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:45:31.470 28913 28913 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:45:31.836 28913 28913 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:45:31.862 28913 28913 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:45:31.864 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:45:31.895 28913 28913 W Activity: Can request only one set of permissions
at a time
02-25 19:45:31.896 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:31.896 28913 28986 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:45:32.188 28913 28913 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:45:32.478 28913 28913 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:32.517 28913 28980 W Parcel : Expecting binder but got null!
02-25 19:45:32.552 28913 28913 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:32.564 28913 28913 E ArmVmp : Match on catch block at 0E ArmVmp :
Match on catch block at 0x0a in for 0x7b18e69035
02-25 19:45:32.688 28913 29022 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:45:32.819 28913 28913 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:45:34.211 28913 28913 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:45:34.244 28913 28980 W Parcel : Expecting binder but got null!
02-25 19:45:35.054 28913 28913 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:45:35.622 28913 28913 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:45:35.637 28913 28913 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:45:35.680 28913 28980 W Parcel : Expecting binder but got null!
02-25 19:45:36.897 29059 29059 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:45:36.991 29059 29059 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:45:36.992 29059 29059 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:45:36.992 29059 29059 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:45:36.992 29059 29059 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:45:36.992 29059 29059 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:45:36.992 29059 29059 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:45:36.992 29059 29059 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:45:36.992 29059 29059 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:45:36.992 29059 29059 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:45:36.999 29059 29059 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:45:37.124 29059 29059 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, r--------- beginning of main
02-25 19:45:32.688 28913 29022 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:45:32.819 28913 28913 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:45:34.211 28913 28913 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:45:34.244 28913 28980 W Parcel : Expecting binder but got null!
02-25 19:45:35.054 28913 28913 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:45:35.622 28913 28913 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:45:35.637 28913 28913 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:45:35.680 28913 28980 W Parcel : Expecting binder but got null!
02-25 19:45:36.897 29059 29059 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:45:36.991 29059 29059 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:45:36.992 29059 29059 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:45:36.992 29059 29059 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:45:36.992 29059 29059 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:45:36.992 29059 29059 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:45:36.992 29059 29059 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:45:36.992 29059 29059 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:45:36.992 29059 29059 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:45:36.992 29059 29059 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:45:36.992 29059 29059 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:45:36.992 29059 29059 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:45:36.999 29059 29059 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:45:37.124 29059 29059 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:37eflection, denied)
02-25 19:45:37.124 29059 29059 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:37.646 29059 29059 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:45:37.676 29059 29059 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:45:37.710 29059 29059 W Activity: Can request only one set of permissions
at a time
02-25 19:45:37.716 29059 29127 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:37.716 29059 29127 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:37.717 29059 29127 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:37.717 29059 29127 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:37.717 29059 29127 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:37.717 29059 29127 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:45:37.717 29059 29127 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:45:37.717 29059 29127 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:45:37.750 29059 29127 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:37.750 29059 29127 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:45:37.960 29059 29059 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:45:38.245 29059 29059 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:38.289 29059 29121 W Parcel : Expecting binder but got null!
02-25 19:45:38.324 29059 29059 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:38.338 29059 29059 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:45:38.481 29059 29176 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:45:38.635 29059 29082 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:45:38.636 29059 29059 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:45:39.689 29059 29059 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:45:39.704 29059 29059 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:45:39.745 29059 29121 W Parcel : Expecting binder but got null!
02-25 19:45:41.044 29059 29121 W Parcel : Expecting binder but got null!
02-25 19:45:43.345 29216 29216 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:45:43.453 29216 29216 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:45:43.454 29216 29216 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:45:43.454 29216 29216 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:45:43.454 29216 29216 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:45:43.454 29216 29216 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:45:43.454 29216 29216 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:45:43.454 29216 29216 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:45:43.454 29216 29216 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:45:43.454 29216 29216 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:45:43.454 29216 29216 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:45:43.454 29216 29216 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:45:43.454 29216 29216 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:45:43.454 29216 29216 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:45:43.454 29216 29216 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:45:43.454 29216 29216 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:45:43.454 29216 29216 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:45:43.454 29216 29216 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:45:43.454 29216 29216 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:45:43.454 29216 29216 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:45:43.454 29216 29216 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:45:43.454 29216 29216 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:45:43.454 29216 29216 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:45:43.454 29216 29216 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:45:43.496 29216 29216 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:45:43.651 29216 29216 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:43.651 29216 29216 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:43.772 29216 29216 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:45:43.772 29216 29216 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:45:43.772 29216 29216 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:45:43.780 29216 29266 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:45:43.936 29216 29216 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:45:44.276 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:45:44.307 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/Abstr--------- beginning of main
02-25 19:45:43.496 29216 29216 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:45:43.651 29216 29216 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:43.651 29216 29216 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:43.772 29216 29216 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:45:43.772 29216 29216 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:45:43.772 29216 29216 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:45:43.780 29216 29266 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:45:43.936 29216 29216 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:45:44.276 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:45:44.307 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:45:44.342 29216 29216 W Activity: Can request only one set of permissions
at a time
02-25 19:45:44.363 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:44.363 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:45:44.624 29216 29216 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:45:44.927 29216 29216 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:44.967 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:45:45.004 29216 29216 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:45.005 29216 29216 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{69cc000 VFED..C.. ......ID 253,0-
380,0 #7f0b0actConscryptSocket;->setUseSessionTickets(Z)V (max-target-q,
reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:45:44.316 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:45:44.342 29216 29216 W Activity: Can request only one set of permissions
at a time
02-25 19:45:44.363 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:45:44.363 29216 29283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:45:44.624 29216 29216 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:45:44.927 29216 29216 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:44.967 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:45:45.004 29216 29216 E RecyclerView: No adapter attached; skipping layout
02-25 19:45:45.005 29216 29216 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{69cc000 VFED..C.. ......ID 253,0-
380,0 #7f0b0f8a app:id/menuitem_search} during layout: running second layout pass
02-25 19:45:45.005 29216 29216 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{33df039 V.E...... ......ID 503,328-
1125,328} during layout: running second layout pass
02-25 19:45:45.017 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:45:45.093 29216 29216 W View : requestLayout() improperly called by
DecorView@ffebb14[HomeActivity] during second layout pass: posting in next frame
02-25 19:45:45.161 29216 29329 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:45:45.297 29216 29216 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:45:45.306 29216 29239 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:45:53.483 29216 29224 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:45:55.529 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:45:56.562 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:45:58.912 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:00.441 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:00.460 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:00.579 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:46:00.599 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:00.633 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:02.531 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:02.553 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:02.668 29216 29216 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:46:02.669 29216 29216 W System.err:f8a app:id/menuitem_search} during
layout: running second layout pass
02-25 19:45:45.005 29216 29216 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{33df039 V.E...... ......ID 503,328-
1125,328} during layout: running second layout pass
02-25 19:45:45.017 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:45:45.093 29216 29216 W View : requestLayout() improperly called by
DecorView@ffebb14[HomeActivity] during second layout pass: posting in next frame
02-25 19:45:45.161 29216 29329 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:45:45.297 29216 29216 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:45:45.306 29216 29239 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:45:53.483 29216 29224 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:45:55.529 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:45:56.562 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:45:58.912 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:00.441 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:00.460 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:00.579 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:46:00.599 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:00.633 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:02.531 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:02.553 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:02.668 29216 29216 E com.whatsapp: Invalid ID 0x00000000.
02-25 19:46:02.669 29216 29216 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-25 19:46:02.671 29216 29216 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-25 19:46:02.671 29216 29216 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-25 19:46:02.671 29216 29216 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-25 19:46:02.671 29216 29216 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-25 19:46:02.672 29216 29216 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-25 19:46:02.672 29216 29216 W System.err: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.onCreate(Native Method)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.ActivityThread.handleLaunchActivity(Activi
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-25 19:46:02.671 29216 29216 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-25 19:46:02.671 29216 29216 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-25 19:46:02.671 29216 29216 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-25 19:46:02.671 29216 29216 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-25 19:46:02.671 29216 29216 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-25 19:46:02.672 29216 29216 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-25 19:46:02.672 29216 29216 W System.err: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.onCreate(Native Method)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 19:46:02.672 29216 29216 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:46:02.672 29216 29216 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:46:02.672 29216 29216 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:46:02.673 29216 29216 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:46:02.673 29216 29216 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:46:02.673 29216 29216 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:46:02.703 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:46:02.724 29216 29216 W Resources: Drawable
com.whatsapp:drawable/input_circle has unresolved theme attributes! Consider using
Resources.getDrawable(int, Theme) or Context.getDrawable(int).
02-25 19:46:02.724 29216 29216 W Resources: java.lang.RuntimeException
02-25 19:46:02.724 29216 29216 W Resources: at
android.content.res.Resources.getDrawable(Resources.java:967)
02-25 19:46:02.724 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.initPreview(Native Method)
02-25 19:46:02.724 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.onCreate(Native Method)
02-25 19:46:02.724 29216 2tyThread.java:4325)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 19:46:02.672 29216 29216 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:46:02.672 29216 29216 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:46:02.672 29216 29216 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:46:02.672 29216 29216 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:46:02.673 29216 29216 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:46:02.673 29216 29216 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:46:02.673 29216 29216 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:46:02.703 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:46:02.724 29216 29216 W Resources: Drawable
com.whatsapp:drawable/input_circle has unresolved theme attributes! Consider using
Resources.getDrawable(int, Theme) or Context.getDrawable(int).
02-25 19:46:02.724 29216 29216 W Resources: java.lang.RuntimeException
02-25 19:46:02.724 29216 29216 W Resources: at
android.content.res.Resources.getDrawable(Resources.java:967)
02-25 19:46:02.724 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.initPreview(Native Method)
02-25 19:46:02.724 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.onCreate(Native Method)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 19:46:02.724 29216 29216 W Resources: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:46:02.724 29216 29216 W Resources: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:46:02.724 29216 29216 W Resources: at
android.os.Looper.loop(Looper.java:313)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:46:02.724 29216 29216 W Resources: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:46:02.724 29216 29216 W Resources: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:46:02.724 29216 29216 W Resources: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:46:02.748 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:02.805 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:13.268 29216 29216 W Resources: Drawable
com.whatsapp:drawable/input_circle has unresolved theme attributes9216 W Resources:
at android.app.Activity.performCreate(Activity.java:8591)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 19:46:02.724 29216 29216 W Resources: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:46:02.724 29216 29216 W Resources: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:46:02.724 29216 29216 W Resources: at
android.os.Looper.loop(Looper.java:313)
02-25 19:46:02.724 29216 29216 W Resources: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:46:02.724 29216 29216 W Resources: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:46:02.724 29216 29216 W Resources: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:46:02.724 29216 29216 W Resources: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:46:02.748 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:02.805 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:13.268 29216 29216 W Resources: Drawable
com.whatsapp:drawable/input_circle has unresolved theme attributes! Consider using
Resources.getDrawable(int, Theme) or Context.getDrawable(int).
02-25 19:46:13.268 29216 29216 W Resources: java.lang.RuntimeException
02-25 19:46:13.268 29216 29216 W Resources: at
android.content.res.Resources.getDrawable(Resources.java:967)
02-25 19:46:13.268 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.initPreview(Native Method)
02-25 19:46:13.268 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.onSharedPreferenceChanged(Native Method)
02-25 19:46:13.268 29216 29216 W Resources: at
android.app.SharedPreferencesImpl$EditorImpl.notifyListeners(SharedPreferencesImpl.
java:693)
02-25 19:46:13.268 29216 29216 W Resources: at
android.app.SharedPreferencesImpl$EditorImpl.apply(SharedPreferencesImpl.java:559)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.Preference.tryCommit(Preference.java:1768)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.Preference.persistBoolean(Preference.java:2072)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.TwoStatePreference.setChecked(TwoStatePreference.java:89)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.TwoStatePreference.onClick(TwoStatePreference.java:74)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.Preference.performClick(Preference.java:1310)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:276)
02-25 19:46:13.268 29216 29216 W Resources: at
android.widget.AdapterView.performItemClick(AdapterView.java:376)
02-25 19:46:13.268 29216 29216 W Resources: at
android.widget.AbsListView.performItemClick(AbsListView.java:1287)
02-25 19:46:13.268 29216 29216 W Resources: at
android.widget.AbsListView$PerformClick.run(AbsListView.java:3563)
02-25 19:46:13.268 29216 29216 W Resources: at
android.widget.AbsListView$3.run(AbsListView.java:4716)
02-25 19:46:13.268 29216 29216 W Resources: at android.os.Handler.handleCal!
Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int).
02-25 19:46:13.268 29216 29216 W Resources: java.lang.RuntimeException
02-25 19:46:13.268 29216 29216 W Resources: at
android.content.res.Resources.getDrawable(Resources.java:967)
02-25 19:46:13.268 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.initPreview(Native Method)
02-25 19:46:13.268 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.onSharedPreferenceChanged(Native Method)
02-25 19:46:13.268 29216 29216 W Resources: at
android.app.SharedPreferencesImpl$EditorImpl.notifyListeners(SharedPreferencesImpl.
java:693)
02-25 19:46:13.268 29216 29216 W Resources: at
android.app.SharedPreferencesImpl$EditorImpl.apply(SharedPreferencesImpl.java:559)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.Preference.tryCommit(Preference.java:1768)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.Preference.persistBoolean(Preference.java:2072)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.TwoStatePreference.setChecked(TwoStatePreference.java:89)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.TwoStatePreference.onClick(TwoStatePreference.java:74)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.Preference.performClick(Preference.java:1310)
02-25 19:46:13.268 29216 29216 W Resources: at
android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:276)
02-25 19:46:13.268 29216 29216 W Resources: at
android.widget.AdapterView.performItemClick(AdapterView.java:376)
02-25 19:46:13.268 29216 29216 W Resources: at
android.widget.AbsListView.performItemClick(AbsListView.java:1287)
02-25 19:46:13.268 29216 29216 W Resources: at
android.widget.AbsListView$PerformClick.run(AbsListView.java:3563)
02-25 19:46:13.268 29216 29216 W Resources: at
android.widget.AbsListView$3.run(AbsListView.java:4716)
02-25 19:46:13.268 29216 29216 W Resources: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:46:13.268 29216 29216 W Resources: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:46:13.268 29216 29216 W Resources: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:46:13.268 29216 29216 W Resources: at
android.os.Looper.loop(Looper.java:313)
02-25 19:46:13.268 29216 29216 W Resources: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:46:13.268 29216 29216 W Resources: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:46:13.268 29216 29216 W Resources: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:46:13.268 29216 29216 W Resources: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:46:14.354 29216 29216 W Resources: Drawable
com.whatsapp:drawable/input_circle has unresolved theme attributes! Consider using
Resources.getDrawable(int, Theme) or Context.getDrawable(int).
02-25 19:46:14.354 29216 29216 W Resources: java.lang.RuntimeException
02-25 19:46:14.354 29216 29216 W Resources: at
android.content.res.Resources.getDrawable(Resources.java:967)
02-25 19:46:14.354 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.initPreview(Native Method)
02-25 19:46:14.354 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.onSharedPreferenceChanged(Native Method)
02-25 19:46:14.354 29216 29216 W Resources: at
android.app.SharedPreferencesImpl$EditorImpl.notifyListeners(SharedPreferencesImpl.
java:693)
02-25 19:46:14.354 29216 29216 W Resources: at
android.app.SharedPreferencesImpl$EditorImpl.apply(SharedPreferencesImpl.java:559)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.Preference.tryCommit(Preference.java:1768)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.Preference.persistBoolean(Preference.java:2072)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.TwoStatePreference.setChecked(TwoStatePreference.java:89)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.TwoStatePreference.onClick(Twlback(Handler.java:942)
02-25 19:46:13.268 29216 29216 W Resources: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:46:13.268 29216 29216 W Resources: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:46:13.268 29216 29216 W Resources: at
android.os.Looper.loop(Looper.java:313)
02-25 19:46:13.268 29216 29216 W Resources: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:46:13.268 29216 29216 W Resources: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:46:13.268 29216 29216 W Resources: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:46:13.268 29216 29216 W Resources: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:46:14.354 29216 29216 W Resources: Drawable
com.whatsapp:drawable/input_circle has unresolved theme attributes! Consider using
Resources.getDrawable(int, Theme) or Context.getDrawable(int).
02-25 19:46:14.354 29216 29216 W Resources: java.lang.RuntimeException
02-25 19:46:14.354 29216 29216 W Resources: at
android.content.res.Resources.getDrawable(Resources.java:967)
02-25 19:46:14.354 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.initPreview(Native Method)
02-25 19:46:14.354 29216 29216 W Resources: at
mbmodsd.mbmodsw.mbsettings.yo.MBConvoAB.onSharedPreferenceChanged(Native Method)
02-25 19:46:14.354 29216 29216 W Resources: at
android.app.SharedPreferencesImpl$EditorImpl.notifyListeners(SharedPreferencesImpl.
java:693)
02-25 19:46:14.354 29216 29216 W Resources: at
android.app.SharedPreferencesImpl$EditorImpl.apply(SharedPreferencesImpl.java:559)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.Preference.tryCommit(Preference.java:1768)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.Preference.persistBoolean(Preference.java:2072)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.TwoStatePreference.setChecked(TwoStatePreference.java:89)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.TwoStatePreference.onClick(TwoStatePreference.java:74)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.Preference.performClick(Preference.java:1310)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:276)
02-25 19:46:14.354 29216 29216 W Resources: at
android.widget.AdapterView.performItemClick(AdapterView.java:376)
02-25 19:46:14.354 29216 29216 W Resources: at
android.widget.AbsListView.performItemClick(AbsListView.java:1287)
02-25 19:46:14.354 29216 29216 W Resources: at
android.widget.AbsListView$PerformClick.run(AbsListView.java:3563)
02-25 19:46:14.354 29216 29216 W Resources: at
android.widget.AbsListView$3.run(AbsListView.java:4716)
02-25 19:46:14.354 29216 29216 W Resources: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:46:14.354 29216 29216 W Resources: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:46:14.354 29216 29216 W Resources: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:46:14.354 29216 29216 W Resources: at
android.os.Looper.loop(Looper.java:313)
02-25 19:46:14.354 29216 29216 W Resources: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:46:14.354 29216 29216 W Resources: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:46:14.354 29216 29216 W Resources: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:46:14.354 29216 29216 W Resources: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:46:20.545 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:23.459 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:26.406 29216 29216 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:46:26.667 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:28.630 29216 29216 W InputEventReceiver:oStatePreference.java:74)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.Preference.performClick(Preference.java:1310)
02-25 19:46:14.354 29216 29216 W Resources: at
android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:276)
02-25 19:46:14.354 29216 29216 W Resources: at
android.widget.AdapterView.performItemClick(AdapterView.java:376)
02-25 19:46:14.354 29216 29216 W Resources: at
android.widget.AbsListView.performItemClick(AbsListView.java:1287)
02-25 19:46:14.354 29216 29216 W Resources: at
android.widget.AbsListView$PerformClick.run(AbsListView.java:3563)
02-25 19:46:14.354 29216 29216 W Resources: at
android.widget.AbsListView$3.run(AbsListView.java:4716)
02-25 19:46:14.354 29216 29216 W Resources: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:46:14.354 29216 29216 W Resources: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:46:14.354 29216 29216 W Resources: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:46:14.354 29216 29216 W Resources: at
android.os.Looper.loop(Looper.java:313)
02-25 19:46:14.354 29216 29216 W Resources: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:46:14.354 29216 29216 W Resources: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:46:14.354 29216 29216 W Resources: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:46:14.354 29216 29216 W Resources: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:46:20.545 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:23.459 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:26.406 29216 29216 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:46:26.667 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:28.630 29216 29216 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:46:29.653 29216 29216 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:46:29.860 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:38.372 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:46:38.385 29216 29216 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:46:38.484 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:39.297 29216 29216 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:46:42.777 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:45.620 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:45.639 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:45.734 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:46:45.749 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:45.787 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:47.550 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:54.037 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:54.054 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:54.148 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:46:54.163 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:46:54.195 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:55.716 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:55.733 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
Attempted to finish an input event but the input event receiver has already been
disposed.
02-25 19:46:29.653 29216 29216 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:46:29.860 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:38.372 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:46:38.385 29216 29216 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:46:38.484 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:39.297 29216 29216 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 19:46:42.777 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:45.620 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:45.639 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:45.734 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:46:45.749 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:45.787 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:47.550 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:54.037 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:54.054 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:54.148 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:46:54.163 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:46:54.195 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:55.716 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:55.733 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:46:55.819 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:46:55.846 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:55.881 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:58.495 29216 29216 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:46:58.559 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:47:16.766 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:47:25.274 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:25.291 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:25.398 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:47:25.417 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:47:25.453 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:47:27.348 29216 29216 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:47:27.415 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:47:38.504 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:47:41.762 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:41.780 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:41.894 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:47:41.908 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:47:41.946 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:47:45.213 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:47:46.378 29216 29216 E ArmVmp : Match on catch 0x7b18e69039
02-25 19:46:55.819 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:46:55.846 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:46:55.881 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:46:58.495 29216 29216 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:46:58.559 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:47:16.766 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:47:25.274 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:25.291 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:25.398 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:47:25.417 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:47:25.453 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:47:27.348 29216 29216 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 19:47:27.415 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:47:38.504 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:47:41.762 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:41.780 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:41.894 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:47:41.908 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:47:41.946 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:47:45.213 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:47:46.378 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:46.394 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:46.501 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:47:46.520 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:47:46.555 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:47:49.495 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:47:53.747 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:53.763 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:53.859 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:47:53.879 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:47:53.913 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:48:15.148 29216 29277 W Parcel : Expecting binder but got null!
--------- beginning of crash
02-25 19:48:35.477 29216 29216 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:48:35.477 29216 29216 E AndroidRuntime: Process: com.whatsapp, PID: 29216
02-25 19:48:35.477 29216 29216 E AndroidRuntime: java.lang.IllegalStateException:
Could not find method finish(View) in a parent or ancestor Context for
android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.view.View.performClick(View.java:7892)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at android.view.View.-$
$Nesblock at 0x0a in for 0x7b18e69039
02-25 19:47:46.394 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:46.501 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:47:46.520 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:47:46.555 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:47:49.495 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:47:53.747 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:53.763 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 19:47:53.859 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:47:53.879 29216 29216 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:47:53.913 29216 29277 W Parcel : Expecting binder but got null!
02-25 19:48:15.148 29216 29277 W Parcel : Expecting binder but got null!
--------- beginning of crash
02-25 19:48:35.477 29216 29216 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:48:35.477 29216 29216 E AndroidRuntime: Process: com.whatsapp, PID: 29216
02-25 19:48:35.477 29216 29216 E AndroidRuntime: java.lang.IllegalStateException:
Could not find method finish(View) in a parent or ancestor Context for
android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.view.View.performClick(View.java:7892)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:313)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: App has crashed, executing
CustomActivityOnCrash's UncaughtExceptionHandler
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash:
java.lang.IllegalStateException: Could not find method finish(View) in a parent or
ancestor Context for android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.view.View.performClick(View.java:7892)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.view.View.performClickInternal(View.javt$mperformClickInternal(Unknown
Source:0)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:313)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:48:35.477 29216 29216 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: App has crashed, executing
CustomActivityOnCrash's UncaughtExceptionHandler
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash:
java.lang.IllegalStateException: Could not find method finish(View) in a parent or
ancestor Context for android:onClick attribute defined on view class
mbmodsd.mbmodsw.ui.views.textview.titleMainBlueDrawable with id 'back'
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.resolveMethod(View.java:6676)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.view.View$DeclaredOnClickListener.onClick(View.java:6633)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.view.View.performClick(View.java:7892)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.widget.TextView.performClick(TextView.java:16220)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.view.View.performClickInternal(View.java:7869)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.os.Looper.loop(Looper.java:313)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:48:35.495 29216 29216 E ArmVmp : Match on catch block at 0x1c in for
0x7b18e69051
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: Failed when resolving the
restart activity class via getLaunchIntentForPackage, stack trace follows!
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
java.lang.Class.classForName(Native Method)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:536)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:467)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.getLauncherActivity(Native Method)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.guessRestartActa:7869)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at android.view.View.-$
$Nest$mperformClickInternal(Unknown Source:0)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.view.View$PerformClick.run(View.java:30891)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.os.Looper.loop(Looper.java:313)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:48:35.478 29216 29216 E CustomActivityOnCrash: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:48:35.495 29216 29216 E ArmVmp : Match on catch block at 0x1c in for
0x7b18e69051
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: Failed when resolving the
restart activity class via getLaunchIntentForPackage, stack trace follows!
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
java.lang.Class.classForName(Native Method)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:536)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
java.lang.Class.forName(Class.java:467)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.getLauncherActivity(Native Method)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.guessRestartActivityClass(Native
Method)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash.lambda$install$0(Native Method)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
mbmodsd.mbmodsw.crashv2.CustomActivityOnCrash$
$ExternalSyntheticLambda0.uncaughtException(Native Method)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1071)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1066)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: at
java.lang.Thread.dispatchUncaughtException(Thread.java:2306)
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: Caused by:
java.lang.ClassNotFoundException: com.whatsapp.Icon0
02-25 19:48:35.495 29216 29216 E CustomActivityOnCrash: ... 10 more
02-25 19:48:35.637 27005 27005 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69061
02-25 19:48:35.670 27005 27075 W Parcel : Expecting binder but got null!
02-25 19:48:35.693 27005 27075 W Parcel : Expecting binder but got null!
02-25 19:48:36.628 29799 29799 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:48:36.696 29799 29799 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:48:36.697 29799 29799 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:48:36.697 29799 29799 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:48:36.697 29799 29799 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:48:36.697 29799 29799 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:48:36.697 29799 29799 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:48:36.697 29799 29799 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:48:36.697 29799 29799 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:48:36.697 29799 29799 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:48:36.697 29799 29799 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:48:36.697 29799 29799 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:48:36.697 29799 29799 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:48:36.697 29799 29799 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:48:36.697 29799 29799 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:48:36.697 29799 29799 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:48:36.697 29799 29799 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:48:36.697 29799 29799 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:48:36.697 29799 29799 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:48:36.697 29799 29799 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:48:36.697 29799 29799 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:48:36.697 29799 29799 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:48:36.697 29799 29799 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:48:36.697 29799 29799 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:48:36.701 29799 29799 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:48:36.798 29799 29799 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:48:36.798 29799 29799 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:48:41.671 29799 29799 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:48:41.694 29799 29799 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnPro--------- beginning
of main
02-25 19:48:36.701 29799 29799 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:48:36.798 29799 29799 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:48:36.798 29799 29799 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:48:41.671 29799 29799 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:48:41.694 29799 29799 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:48:41.712 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:48:41.732 29799 29799 W Activity: Can request only one set of permissions
at a time
02-25 19:48:41.745 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:48:41.745 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:48:42.025 29799 29799 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:48:42.344 29799 29925 W Parcel : Expecting binder but got null!
02-25 19:48:42.381 29799 29799 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:48:42.554 29799 29961 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:48:42.710 29799 29799 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:48:46.575 29799 29981 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:48:46.575 29799 29981 E RenderScript: Failed to load runtime , loading
default
02-25 19:48:46.690 29799 29808 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:48:46.718 29799 29961 W LOTTIE : Unknown shape type rd
02-25 19:48:46.790 29799 29799 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:48:46.796 29799 29799 E ArmVmp : Match on catch block at 0x0a in for
0xtocols([B)V (max-target-q, reflection, denied)
02-25 19:48:41.732 29799 29799 W Activity: Can request only one set of permissions
at a time
02-25 19:48:41.745 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:48:41.745 29799 29927 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:48:42.025 29799 29799 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:48:42.344 29799 29925 W Parcel : Expecting binder but got null!
02-25 19:48:42.381 29799 29799 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:48:42.554 29799 29961 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:48:42.710 29799 29799 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:48:46.575 29799 29981 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:48:46.575 29799 29981 E RenderScript: Failed to load runtime , loading
default
02-25 19:48:46.690 29799 29808 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:48:46.718 29799 29961 W LOTTIE : Unknown shape type rd
02-25 19:48:46.790 29799 29799 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:48:46.796 29799 29799 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:48:46.986 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:48:46.988 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:48:46.990 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:48:47.008 29799 29925 W Parcel : Expecting binder but got null!
02-25 19:48:47.039 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.041 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.043 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.074 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.075 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.077 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.114 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.116 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.119 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.602 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.604 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.607 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.107 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.113 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.117 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.478 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.481 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.483 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.604 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.607 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.609 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.722 29799 29799 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:47b18e69035
02-25 19:48:46.986 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:48:46.988 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:48:46.990 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:48:47.008 29799 29925 W Parcel : Expecting binder but got null!
02-25 19:48:47.039 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.041 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.043 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.074 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.075 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.077 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.114 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.116 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.119 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.602 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.604 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:47.607 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.107 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.113 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.117 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.478 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.481 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.483 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.604 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.607 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.609 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.722 29799 29799 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:48:48.722 29799 29799 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:48:48.903 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.905 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.907 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.915 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.917 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.919 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.093 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.095 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.096 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.104 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.106 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.108 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.610 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.617 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.622 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.036 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.038 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b8:48.722 29799 29799 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:48:48.903 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.905 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.907 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.915 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.917 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:48.919 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.093 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.095 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.096 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.104 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.106 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.108 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.610 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.617 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:49.622 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.036 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.038 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.040 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.052 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.054 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.057 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.069 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.071 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.074 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.084 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.088 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.091 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.101 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.104 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.106 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.119 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.121 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.123 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.136 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.138 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.140 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.154 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.156 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.158 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.169 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.171 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.173 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.185 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.118e69025
02-25 19:48:50.040 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.052 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.054 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.057 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.069 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.071 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.074 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.084 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.088 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.091 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.101 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.104 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.106 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.119 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.121 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.123 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.136 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.138 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.140 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.154 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.156 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.158 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.169 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.171 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.173 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.185 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.187 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.189 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.202 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.203 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.205 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.218 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.221 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.223 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.237 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.240 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.242 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.556 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.561 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.565 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.698 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.701 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.704 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.723 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.726 29799 29799 E ArmVmp87 29799 29799 E ArmVmp : Match on catch
block at 0xc3 in for 0x7b18e69025
02-25 19:48:50.189 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.202 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.203 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.205 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.218 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.221 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.223 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.237 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.240 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.242 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.556 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.561 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.565 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.698 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.701 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.704 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.723 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.726 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.728 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.754 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.757 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.764 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.768 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.775 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.778 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.818 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.821 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.841 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.843 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.855 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.858 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.865 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.868 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.876 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.880 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.887 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.890 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.898 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.901 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.909 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.912 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.101 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.104 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.112 29799 29936 W MediaPlayer: Use of stream type : Match on catch
block at 0xc3 in for 0x7b18e69025
02-25 19:48:50.728 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.754 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.757 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.764 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.768 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.775 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.778 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.818 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.821 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.841 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.843 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.855 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.858 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.865 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.868 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.876 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.880 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.887 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.890 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.898 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.901 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.909 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:50.912 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.101 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.104 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.112 29799 29936 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 19:48:51.113 29799 29936 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 19:48:51.154 29799 29835 W MediaPlayerNative: info/warning (10973, 0)
02-25 19:48:51.223 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.227 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.725 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.731 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:52.227 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:52.231 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:52.727 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:52.732 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:53.228 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:53.234 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:53.731 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:53.736 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:54.233 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:54.238 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:54.726 29799 29799 E ArmVmp : Match on catch block at 0xc3 is is
deprecated for operations other than volume control
02-25 19:48:51.113 29799 29936 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 19:48:51.154 29799 29835 W MediaPlayerNative: info/warning (10973, 0)
02-25 19:48:51.223 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.227 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.725 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:51.731 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:52.227 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:52.231 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:52.727 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:52.732 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:53.228 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:53.234 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:53.731 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:53.736 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:54.233 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:54.238 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:54.726 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:54.730 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:55.231 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:55.236 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:55.729 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:55.734 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:56.251 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:56.257 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:56.750 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:56.754 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:57.249 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:57.253 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:57.754 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:57.760 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:58.249 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:58.251 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:58.750 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:58.754 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:59.251 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:59.254 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:59.756 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:59.762 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:00.258 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:00.263 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:00.758 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:00.762 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:01.261 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 n for 0x7b18e69025
02-25 19:48:54.730 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:55.231 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:55.236 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:55.729 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:55.734 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:56.251 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:56.257 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:56.750 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:56.754 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:57.249 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:57.253 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:57.754 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:57.760 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:58.249 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:58.251 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:58.750 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:58.754 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:59.251 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:59.254 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:59.756 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:48:59.762 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:00.258 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:00.263 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:00.758 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:00.762 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:01.261 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:01.267 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:01.761 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:01.767 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.263 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.269 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.622 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.625 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.756 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.760 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:03.259 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:03.264 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:03.758 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:03.761 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.263 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.268 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.303 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.307 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.315 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.319 29799 297919:49:01.267 29799 29799 E ArmVmp : Match on catch
block at 0xc3 in for 0x7b18e69025
02-25 19:49:01.761 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:01.767 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.263 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.269 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.622 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.625 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.756 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:02.760 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:03.259 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:03.264 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:03.758 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:03.761 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.263 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.268 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.303 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.307 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.315 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.319 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.326 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.331 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.337 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.342 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.348 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.352 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.359 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.364 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.370 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.374 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.382 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.386 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.392 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.396 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.403 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.408 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.414 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.419 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.426 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.429 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.437 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.441 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.449 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.453 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.459 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.464 29799 29799 E ArmVmp : Match on ca9 E ArmVmp : Match on catch
block at 0xc3 in for 0x7b18e69025
02-25 19:49:04.326 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.331 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.337 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.342 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.348 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.352 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.359 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.364 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.370 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.374 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.382 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.386 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.392 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.396 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.403 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.408 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.414 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.419 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.426 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.429 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.437 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.441 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.449 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.453 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.459 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.464 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.471 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.476 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.482 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.487 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.493 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.499 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.504 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.509 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.763 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.768 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:05.265 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:05.270 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:05.765 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:05.769 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:06.265 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:06.271 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:06.767 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:06.773 29799 29799 E ArmVmp : Match on catch block at 0xc3 in fotch
block at 0xc3 in for 0x7b18e69025
02-25 19:49:04.471 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.476 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.482 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.487 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.493 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.499 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.504 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.509 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.763 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:04.768 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:05.265 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:05.270 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:05.765 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:05.769 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:06.265 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:06.271 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:06.767 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:06.773 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:07.267 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:07.273 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:07.781 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:07.787 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:08.275 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:08.281 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:08.778 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:08.783 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:09.280 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:09.286 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:09.798 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:09.803 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:10.297 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:10.303 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:10.800 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:10.806 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:11.303 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:11.309 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:11.798 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:11.800 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:12.298 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:12.301 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:12.800 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:12.802 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:13.305 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:13.310 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:4r 0x7b18e69025
02-25 19:49:07.267 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:07.273 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:07.781 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:07.787 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:08.275 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:08.281 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:08.778 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:08.783 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:09.280 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:09.286 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:09.798 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:09.803 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:10.297 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:10.303 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:10.800 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:10.806 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:11.303 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:11.309 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:11.798 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:11.800 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:12.298 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:12.301 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:12.800 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:12.802 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:13.305 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:13.310 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:13.807 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:13.813 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:14.307 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:14.313 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:14.810 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:14.815 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:15.309 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:15.314 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:15.813 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:15.818 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:16.313 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:16.319 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:16.810 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:16.813 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:17.310 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:17.313 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:17.811 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:17.814 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:18.316 29799 29799 E --------- beginning of main
02-25 19:49:18.323 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:18.816 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:18.821 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:19.319 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:19.325 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:19.820 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:19.827 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:20.322 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:20.328 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:20.841 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:20.847 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:21.322 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:21.330 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:21.421 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:21.427 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:21.927 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:21.938 29799 29799 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:49:22.961 30163 30163 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 19:49:23.037 30163 30163 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 19:49:23.037 30163 30163 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 19:49:23.037 30163 30163 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 19:49:23.037 30163 30163 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 19:49:23.037 30163 30163 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 19:49:23.037 30163 30163 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 19:49:23.037 30163 30163 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 19:49:23.037 30163 30163 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 19:49:23.037 30163 30163 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 19:49:23.037 30163 30163 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 19:49:23.037 30163 30163 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 19:49:23.037 30163 30163 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 19:49:23.037 30163 30163 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 19:49:23.037 30163 30163 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 19:49:23.037 30163 30163 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 19:49:23.038 30163 30163 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 19:49:23.038 30163 30163 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:49:23.038 30163 30163 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:49:23.038 30163 30163 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 19:49:23.038 30163 30163 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 19:49:23.038 30163 30163 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 19:49:23.038 30163 30163 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 19:49:23.038 30163 30163 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 19:49:23.064 30163 30163 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 19:49:23.095 30163 30183 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 19:49:23.190 30163 30163 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:49:23.190 30163 30163 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:49:23.299 30163 30213 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 19:49:23.299 30163 30213 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 19:49:23.299 30163 30213 W com.whatsapp: and incorrect proguard
optimizations.
02-25 19:50:05.158 30163 30163 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 19:50:05.224 30163 30163 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 19:50:05.531 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:50:05.551 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:50:05.588 30163 30163 W Activity: Can request only one set of permissions
at a time
02-25 19:50:05.895 30163 30163 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 19:50:05.987 30163 31003 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:50:05.987 30163 31003 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:50:05.987 30163 31003 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:50:05.987 30163 31003 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:50:05.987 30163 31003 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:50:05.987 30163 31003 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:50:05.987 30163 31003 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:50:05.987 30163 31003 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:50:06.014 30163 31003 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:50:06.014 30163 31003 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:50:06.213 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:50:06.259 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:50:06.408 30163 31025 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 19:50:06.576 30163 30163 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 19:50:20.471 30163 31077 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 19:50:20.471 30163 31077 E RenderScript: Failed to load runtime , loading
default
02-25 19:50:20.626 30163 31025 W LOTTIE : Unknown shape type rd
02-25 19:50:20.711 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:50:20.717 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:50:20.949 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:50:20.952 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:50:20.974 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:50:21.019 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:21.021 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:21.057 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:21.060 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:21.097 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:21.099 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:21.576 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:21.579 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:22.094 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:22.099 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:22.595 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:22.601 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.027 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.030 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.066 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.068 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.082 30163 31001 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 19:50:23.229 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 380
02-25 19:50:23.233 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 633
02-25 19:50:23.246 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 677
02-25 19:50:23.250 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 248
02-25 19:50:23.258 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 571
02-25 19:50:23.265 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 333
02-25 19:50:23.269 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 19:50:23.274 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
02-25 19:50:23.278 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 491
02-25 19:50:23.280 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
02-25 19:50:23.284 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 659
02-25 19:50:23.287 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 593
02-25 19:50:23.294 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1171
02-25 19:50:23.298 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 510
02-25 19:50:23.336 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
02-25 19:50:23.396 30163 30163 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 19:50:23.410 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.412 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.448 30163 30163 W View : requestLayout() improperly called by
android.widget.Space{259ca05 I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 19:50:23.448 30163 30163 W View : requestLayout() improperly called by
android.widget.Space{a6ba5a I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 19:50:23.448 30163 30163 W View : requestLayout() improperly called by
android.widget.Space{f60f48b I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 19:50:23.467 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.469 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.524 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:50:23.548 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.551 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.812 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:23.815 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:50:27.722 30163 30877 W MediaPlayerNative: info/warning (10973, 0)
02-25 19:50:27.788 30163 30877 W MediaPlayerNative: info/warning (10973, 0)
02-25 19:50:27.906 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:50:37.669 30163 30223 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 19:53:58.495 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:53:58.521 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:53:58.639 30163 30163 W Activity: Can request only one set of permissions
at a time
02-25 19:53:59.675 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:53:59.685 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:53:59.982 30163 30220 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #6 (30231) at android.database.sqlite.SQLiteConnection
android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String,
int, android.os.CancellationSignal)(SQLiteConnectionPool.java:984) waiters=1 in
void
android.database.sqlite.SQLiteConnectionPool.releaseConnection(android.database.sql
ite.SQLiteConnection) for 106ms
02-25 19:54:01.567 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:54:01.571 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:54:02.015 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:54:02.022 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:54:02.063 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:54:02.116 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:02.123 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:02.157 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:02.172 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:02.247 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:02.257 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:02.716 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:02.723 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:03.218 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:03.222 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:03.719 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:03.724 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:04.219 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:04.222 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:04.720 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:04.723 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:05.223 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:05.227 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:05.723 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:05.726 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:06.237 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:06.243 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:06.738 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:06.743 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:07.238 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:07.240 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:07.741 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:07.749 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:08.240 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:08.251 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:08.742 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:08.747 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:09.244 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:09.250 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:09.745 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:09.765 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:10.245 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:10.251 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:10.731 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:10.738 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:11.231 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:11.236 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:11.749 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:11.752 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:12.252 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:12.257 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:12.849 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:12.852 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:13.181 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:13.192 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:13.272 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:13.275 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:13.387 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:13.393 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:13.580 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:13.582 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:14.249 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:54:14.254 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:29.566 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 19:58:29.588 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 19:58:29.652 30163 30163 W Activity: Can request only one set of permissions
at a time
02-25 19:58:30.263 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:58:30.269 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:32.971 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:32.974 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:33.111 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:33.113 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:33.115 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:33.130 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:58:33.160 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.163 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.166 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.178 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.183 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.186 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.210 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.212 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.215 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.259 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.261 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.263 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.757 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.761 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:33.764 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.259 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.264 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.267 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.546 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.549 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.551 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.625 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.629 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.631 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.760 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.765 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:34.768 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.107 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.110 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.111 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.159 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.164 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.167 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.260 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.265 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.268 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.760 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.763 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.768 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.883 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.886 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.889 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.997 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:35.999 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:36.002 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:36.035 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:36.038 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:36.040 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.196 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:37.201 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:37.320 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:37.323 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:37.325 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:37.345 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:58:37.371 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.374 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.377 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.392 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.396 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.398 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.415 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.418 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.421 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.443 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.445 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.448 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.491 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.494 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.496 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.549 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.551 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.556 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.976 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.980 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:37.983 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.110 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.114 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.117 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.490 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.495 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.499 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.745 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.748 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.750 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.777 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.780 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.782 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.864 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.866 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.869 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.911 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.914 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:38.916 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.587 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:39.592 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:39.736 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:39.739 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:39.741 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:39.762 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:58:39.782 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.784 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.787 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.805 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.808 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.810 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.834 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.837 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.839 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.881 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.883 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:39.886 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:40.372 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:40.377 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:40.381 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:40.872 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:40.877 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:40.880 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.057 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.060 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.062 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.072 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.075 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.076 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.084 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.086 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.088 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.211 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.214 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.216 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.228 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.233 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.236 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.251 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.255 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.259 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.275 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.279 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.282 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.297 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.301 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.305 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.319 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.324 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.327 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.341 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.345 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.349 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.364 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.368 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.372 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.385 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.389 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.393 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.406 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.411 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.413 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.417 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.421 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.423 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.428 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.431 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.433 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.439 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.442 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.444 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.451 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.453 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.456 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.464 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.466 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.468 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.473 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.475 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.477 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.484 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.486 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.489 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.496 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.498 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.501 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.506 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.508 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.511 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.517 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.520 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.522 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.528 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.533 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.535 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.539 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.543 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=613a3c62-1073-47db-a26b-31b5a3f470de transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/33391518_405694545163630_671462990267123723_n.enc?ccb=11-
4&oh=01_AdTmbu6yJCxfNseqZd85jqAFfor8L5VdkiLpyFYbZUlXKQ&oe=6601FFF3&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=2pT6QggaLrb6oYQFtIthlU7azJtwX6y29uMRMZiOm2M= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240225-WA0000.opus file_size=6650 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708823429000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/33391518_405694545163630_671462990267123723_n.enc?ccb=11-
4&oh=01_AdTmbu6yJCxfNseqZd85jqAFfor8L5VdkiLpyFYbZUlXKQ&oe=6601FFF3&_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=37
multicast_id=null enc_file_hash=wILSLtr9j/dSSCKVpSKfwb6lOU6F8T96Kvmwq8SlBJY=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=6650 media_name=null media_duration=2 chat_row_id=22
media_key=[B@e25b4be
02-25 19:58:41.544 30163 30210 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 19:58:41.544 30163 30210 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 19:58:41.545 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.564 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.566 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.569 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.586 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.589 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.591 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.606 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.609 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.610 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.889 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.895 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:41.900 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:42.392 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:42.397 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:42.401 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:42.933 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:42.935 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:42.937 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.034 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.039 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.044 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.067 30163 30163 W AudioManager: Use of stream types is deprecated
for operations other than volume control
02-25 19:58:43.067 30163 30163 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=613a3c62-1073-47db-a26b-31b5a3f470de transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/33391518_405694545163630_671462990267123723_n.enc?ccb=11-
4&oh=01_AdTmbu6yJCxfNseqZd85jqAFfor8L5VdkiLpyFYbZUlXKQ&oe=6601FFF3&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=2pT6QggaLrb6oYQFtIthlU7azJtwX6y29uMRMZiOm2M= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240225-WA0000.opus file_size=6650 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708823429000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/33391518_405694545163630_671462990267123723_n.enc?ccb=11-
4&oh=01_AdTmbu6yJCxfNseqZd85jqAFfor8L5VdkiLpyFYbZUlXKQ&oe=6601FFF3&_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=37
multicast_id=null enc_file_hash=wILSLtr9j/dSSCKVpSKfwb6lOU6F8T96Kvmwq8SlBJY=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=6650 media_name=PTT-20240225-WA0000.opus media_duration=2
chat_row_id=22 media_key=[B@e25b4be
02-25 19:58:43.139 30163 30210 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at X.3g7.run(Unknown
Source:1017)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 19:58:43.139 30163 30210 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 19:58:43.345 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.347 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.349 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.358 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.361 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.364 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.381 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.385 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.387 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=613a3c62-1073-47db-a26b-31b5a3f470de transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/33391518_405694545163630_671462990267123723_n.enc?ccb=11-
4&oh=01_AdTmbu6yJCxfNseqZd85jqAFfor8L5VdkiLpyFYbZUlXKQ&oe=6601FFF3&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=2pT6QggaLrb6oYQFtIthlU7azJtwX6y29uMRMZiOm2M= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240225-WA0000.opus file_size=6650 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708823429000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/33391518_405694545163630_671462990267123723_n.enc?ccb=11-
4&oh=01_AdTmbu6yJCxfNseqZd85jqAFfor8L5VdkiLpyFYbZUlXKQ&oe=6601FFF3&_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=37
multicast_id=null enc_file_hash=wILSLtr9j/dSSCKVpSKfwb6lOU6F8T96Kvmwq8SlBJY=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=6650 media_name=PTT-20240225-WA0000.opus media_duration=2
chat_row_id=22 media_key=[B@e25b4be
02-25 19:58:43.391 30163 30211 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at X.3Uz.A07(Unknown
Source:381)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at X.3Uz.A02(Unknown
Source:692)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at X.3eS.run(Unknown
Source:4041)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
X.0zr.dispatchMessage(Unknown Source:4)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 19:58:43.391 30163 30211 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 19:58:43.392 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.396 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.399 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.413 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.417 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.419 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.425 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.429 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.431 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.441 30163 15429 W AudioTrack: getTimestamp_l(50): retrograde
timestamp time corrected, 2746792096606 < 2746799430981
02-25 19:58:43.441 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.445 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.448 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.453 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.456 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.458 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.466 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.469 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.471 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.477 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.480 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.482 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.488 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.491 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.493 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.500 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.502 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.504 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.510 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.513 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.515 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.521 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.524 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.526 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.532 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.535 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.538 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.544 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.546 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.548 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.555 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.557 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.559 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.566 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.569 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.571 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.577 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.580 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.582 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.588 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.591 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.593 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.599 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.602 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.604 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.611 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.613 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.615 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.622 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.624 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.626 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.678 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.681 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.683 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.723 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.726 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.728 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.779 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.782 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.785 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.834 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.837 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.839 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.880 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.884 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.888 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.936 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.941 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.944 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.957 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.960 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.963 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.980 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.984 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:43.987 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.035 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.038 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.040 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.091 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.096 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.100 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.137 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.141 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.145 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.191 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.195 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.198 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.236 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.239 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.242 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.292 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.295 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.298 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.343 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.348 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.351 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.404 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.409 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.413 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.448 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.451 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.453 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.458 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.460 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.463 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.504 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.507 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.509 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.548 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.552 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.555 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.605 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.610 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.614 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.661 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.666 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.669 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.705 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.709 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.714 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.760 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.765 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.769 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.815 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.818 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.820 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.861 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.866 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.870 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.917 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.922 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.926 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.961 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.965 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.970 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.984 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.989 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:44.993 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.015 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.018 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.021 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.070 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.073 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.075 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.117 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.122 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.126 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.173 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.178 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.181 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.216 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.220 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.223 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.273 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.277 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.281 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.329 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.333 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.336 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.376 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.380 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.384 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.439 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.444 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.448 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.483 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.488 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.491 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.541 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.546 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.549 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.986 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.991 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:45.994 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.264 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.266 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.269 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.318 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.321 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.324 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.487 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.490 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.494 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.606 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.611 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.615 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.697 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.699 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.701 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.773 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.777 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:46.781 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.065 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:48.069 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:48.276 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:48.280 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:48.282 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:58:48.347 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:58:48.370 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.373 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.375 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.393 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.396 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.398 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.432 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.434 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.435 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.488 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.491 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.493 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.500 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.503 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.507 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.520 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.524 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.526 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.531 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.535 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.538 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.544 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.547 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.549 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.555 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.558 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.560 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.566 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.569 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.571 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.577 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.580 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.582 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.589 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.591 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.593 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.600 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.602 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.604 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.611 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.613 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.615 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.622 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.624 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.626 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.633 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.636 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.637 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.644 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.647 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.649 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.655 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.658 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.660 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.667 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.669 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.670 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.678 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.680 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.681 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.689 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.691 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.693 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.700 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.703 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.705 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.980 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.985 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:48.988 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:49.424 30163 30163 W SQLiteLog: (28) double-quoted string literal: "25"
02-25 19:58:49.536 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:58:49.538 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:49.540 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:49.542 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:49.559 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:49.562 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:49.567 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:49.592 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:49.594 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:49.596 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:49.751 30163 15492 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:58:49.751 30163 15492 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 19:58:49.751 30163 15492 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 19:58:49.751 30163 15492 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:58:49.751 30163 15492 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 19:58:49.751 30163 15492 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 19:58:49.751 30163 15492 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 19:58:49.751 30163 15492 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 19:58:50.157 30163 15492 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 19:58:50.157 30163 15492 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 19:58:50.498 30163 30163 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{650b5e4 VFED..C.. ......ID 0,10-
127,136 #0} during layout: running second layout pass
02-25 19:58:50.498 30163 30163 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{a211a4d V.E...... ......ID 953,0-1080,147}
during layout: running second layout pass
02-25 19:58:53.261 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:53.266 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:53.316 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:53.319 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:53.349 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:53.351 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:53.398 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:53.402 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:53.890 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:53.892 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:54.392 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:54.396 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:54.893 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:54.898 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:54.983 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:54.987 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:55.065 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:55.068 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:58:59.941 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:58:59.945 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:59:00.216 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:59:00.219 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:59:00.221 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:59:00.251 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:59:00.275 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.279 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.281 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.304 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.307 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.308 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.334 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.336 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.338 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.378 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.380 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.382 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.865 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.870 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:00.875 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.123 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.127 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.131 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.139 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.143 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.147 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.153 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.157 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.161 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.166 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.171 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.174 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.180 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.184 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.187 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.194 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.199 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.201 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.207 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.212 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.216 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.222 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.226 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.229 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.235 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.240 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.243 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.249 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.254 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.257 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.262 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.266 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.269 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.280 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.284 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.286 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.291 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.295 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.298 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.304 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.309 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.311 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.317 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.323 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.326 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.332 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.337 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.341 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.347 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.352 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.356 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.363 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.368 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.372 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.379 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.385 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.388 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.395 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.401 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.404 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.411 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.417 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.421 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.428 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.434 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.437 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.444 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.450 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.453 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.460 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.466 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.469 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.476 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.482 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.486 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.492 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.497 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.502 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.508 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.513 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.516 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.521 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.526 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.529 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.535 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.540 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.544 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.550 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.555 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.560 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.567 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.572 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.575 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.582 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.586 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.589 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.594 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.598 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.601 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.606 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.610 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.613 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.618 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.622 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.625 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.630 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.634 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.637 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.642 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.646 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.649 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.655 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.659 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.661 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.667 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.671 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.673 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.678 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.682 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.684 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.689 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.693 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.695 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.700 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.704 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.706 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.711 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.715 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.718 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.723 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.727 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.730 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.736 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.740 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.743 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.748 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.752 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.755 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.760 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.764 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.766 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.771 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.774 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.777 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.781 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.785 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.788 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.794 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.798 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.800 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.805 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.809 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.811 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.817 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.821 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.823 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.829 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.833 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.835 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.841 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.845 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.847 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.852 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.856 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.858 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.863 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.867 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.869 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.875 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.878 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.880 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.888 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.891 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.894 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.935 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.940 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.943 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.951 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.956 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.959 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.965 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.970 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.973 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.979 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.983 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.986 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.991 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.995 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:01.998 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.004 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.008 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.011 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.017 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.020 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.022 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.027 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.031 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.033 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.038 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.042 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.044 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.049 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.053 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.055 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.060 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.063 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.066 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.072 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.075 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.078 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.083 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.087 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.089 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.095 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.099 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.101 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.107 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.110 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.113 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.120 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.123 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.126 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.131 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.134 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.137 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.142 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.145 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.148 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.154 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.158 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.161 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.167 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.171 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.174 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.179 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.183 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.185 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.192 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.198 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.201 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.207 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.212 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.215 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.220 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.224 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.227 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.233 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.237 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.240 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.245 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.250 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.253 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.260 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.265 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.269 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.276 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.280 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.283 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.289 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.294 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.298 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.305 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.310 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.314 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.320 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.325 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.328 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.335 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.340 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.343 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.350 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.355 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.358 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.365 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.370 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.374 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.381 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.386 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.389 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.396 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.402 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.406 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.413 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.418 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.421 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.428 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.433 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.436 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.442 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.448 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.453 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.459 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.465 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.468 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.475 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.480 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.484 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.492 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.497 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.500 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.507 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.513 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.517 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.522 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.528 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.532 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.634 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.638 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.641 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.687 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.691 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.694 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.701 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.706 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.708 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.724 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.729 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.734 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.746 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.753 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.756 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.768 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.773 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.776 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.790 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.795 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.798 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.813 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.818 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.823 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.835 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.841 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.844 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.858 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.864 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.868 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.880 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.886 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.889 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.902 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.906 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.909 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.924 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.930 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.933 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.940 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.947 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.951 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.959 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.966 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.970 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.980 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.987 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:02.991 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.001 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.008 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.011 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.018 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.024 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.028 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.036 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.043 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.048 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.058 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.064 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.068 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.075 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.081 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.085 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.091 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.098 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.103 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.110 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.116 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.120 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.127 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.133 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.136 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.147 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.154 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.157 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.165 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.171 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.175 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.182 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.188 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.192 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.203 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.209 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.213 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.225 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.231 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.235 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.248 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.254 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.258 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.270 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.276 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.280 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.292 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.298 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.301 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.315 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.321 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.325 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.337 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.342 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.347 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.360 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.365 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.369 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.382 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.387 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.391 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.404 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.410 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.413 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.426 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.432 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.436 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.449 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.455 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.459 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.470 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.476 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.480 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.492 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.497 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.500 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.513 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.517 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.521 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.536 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.540 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.542 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.548 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.552 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.555 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.569 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.572 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.575 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.582 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.586 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.588 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.603 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.606 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.609 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.614 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.618 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.620 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.625 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.629 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.631 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.645 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.648 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.650 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.658 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.661 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.663 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.671 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.674 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.677 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.691 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.695 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.697 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.704 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.708 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.711 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.725 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.729 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.731 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.736 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.740 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.742 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.747 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.750 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.752 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.758 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.761 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.764 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.928 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.933 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.937 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.949 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.954 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.957 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:03.994 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.000 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.004 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.015 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.018 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.020 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.026 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.029 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.032 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.037 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.041 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.044 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.048 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.052 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.054 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.070 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.073 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.076 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.081 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.084 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.086 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.092 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.095 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.097 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=5d9e179a-4162-44ed-9531-73ee16581a9a transcoded=0 gif_attribution=0
first_scan_length=50694 direct_path=/v/t62.15575-
24/35251152_247858951730603_6510202868091159690_n.enc?ccb=11-4&oh=01_AdQGfY-
Vy6wsl8JV6g-yS9NCdKvLxBewKRoBPABdleGjGg&oe=6601D86C&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=1
file_hash=rYyXLKc6EtJuf29h1Jdcmr6ZXLIlcxj1Yhb0yUKxfhs= file_path=Media/WhatsApp
Stickers/STK-20240225-WA0001.webp file_size=101448 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1708810449000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/35251152_247858951730603_6510202868091159690_n.enc?ccb=11-4&oh=01_AdQGfY-
Vy6wsl8JV6g-yS9NCdKvLxBewKRoBPABdleGjGg&oe=6601D86C&_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=30
multicast_id=null enc_file_hash=F3KrsvCtHal0oFHz9LYtMSlo9UOSWoav0+bVhsOzg+4=
mute_video=0 page_count=0 first_scan_sidecar=[B@e26298a suspicious_content=0
file_length=101448 media_name=null media_duration=0 chat_row_id=1
media_key=[B@1a3ebfb
02-25 19:59:04.103 30163 30210 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 19:59:04.103 30163 30210 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 19:59:04.103 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.106 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.108 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.114 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.117 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.119 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.146 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.150 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.152 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.160 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.164 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.167 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.463 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.470 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.473 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.617 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.620 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.623 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.638 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.642 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.644 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.661 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.664 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.666 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.684 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.687 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.689 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.705 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.709 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.711 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.728 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.732 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.735 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.750 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.753 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.756 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.772 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.776 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.778 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.795 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.798 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.800 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.816 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.820 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.822 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.828 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.830 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.832 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.839 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.843 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.846 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.861 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.865 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.867 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.883 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.887 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.889 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.905 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.909 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.911 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.950 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.953 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.955 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.987 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.991 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:04.993 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:05.451 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:05.455 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:05.458 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:05.952 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:05.957 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:05.960 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:06.469 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:06.475 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:06.480 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:06.968 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:06.975 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:06.979 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:07.473 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:07.480 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:07.484 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:07.974 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:07.980 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:07.984 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.475 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.482 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.487 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.749 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.754 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.757 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.786 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.790 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.792 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.804 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.808 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.810 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.828 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.833 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.837 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.849 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.855 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.859 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.871 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.876 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.879 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.892 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.896 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.898 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.904 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.908 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.910 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.926 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.929 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.931 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.938 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.941 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.943 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.959 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.962 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.964 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.981 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.985 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.987 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.993 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.997 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:08.999 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.004 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.007 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.009 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.014 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.018 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.020 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.026 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.029 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.031 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=20ce2248-bb4c-436b-9f60-c95eda1c6ff9 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/29882750_1360315548696558_732902867950149204_n.enc?ccb=11-
4&oh=01_AdQWQuGyWRaiWgxUZnyf7zjxu9LcziJ_GuVnvHjvNkEqZg&oe=660211AA&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=Q5J3DtPIkWlPDWSpT46w0kLdKz7cTk/BR84Gm2B+/Tg= file_path=Media/WhatsApp
Stickers/STK-20240225-WA0002.webp file_size=63808 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1708822899000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/29882750_1360315548696558_732902867950149204_n.enc?ccb=11-
4&oh=01_AdQWQuGyWRaiWgxUZnyf7zjxu9LcziJ_GuVnvHjvNkEqZg&oe=660211AA&_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=35 multicast_id=null
enc_file_hash=8N2qILJeMxoTgyo553lG6aYtq/2GRl+okS1gDQzdhDw= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=63808
media_name=null media_duration=0 chat_row_id=1 media_key=[B@6e3bea2
02-25 19:59:09.036 30163 30210 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 19:59:09.036 30163 30210 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 19:59:09.037 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.040 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.042 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.062 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.065 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.067 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.278 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.284 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.287 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.487 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.494 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.499 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.976 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.981 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.984 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.992 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:09.997 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.000 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.007 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.011 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.014 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.021 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.026 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.028 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.034 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.037 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.041 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.048 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.053 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.056 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.062 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.066 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.069 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.076 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.082 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.085 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.091 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.096 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.099 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.105 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.109 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.113 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.120 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.124 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.127 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.133 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.137 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.141 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.150 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.154 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.157 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.162 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.166 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.169 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.175 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.180 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.183 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.188 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.192 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.195 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.201 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.205 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.207 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.212 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.216 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.218 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.225 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.230 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.233 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.239 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.243 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.245 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.251 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.256 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.258 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.264 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.268 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.271 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.276 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.281 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.283 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.289 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.293 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.296 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.301 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.305 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.308 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.314 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.317 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.320 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.324 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.328 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.331 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.340 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.344 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.347 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.352 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.356 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.359 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.364 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.368 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.370 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.375 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.379 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.382 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.388 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.392 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.395 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.400 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.404 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.406 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.411 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.415 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.418 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.423 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.427 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.429 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.435 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.439 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.442 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.447 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.451 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.453 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.458 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.462 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.465 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.469 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.473 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.475 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.480 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.484 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.486 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.491 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.494 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.497 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.501 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.505 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.507 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.512 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.515 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.518 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.522 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.525 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.528 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.532 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.536 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.538 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.542 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.546 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.549 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.553 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.557 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.560 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.564 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.568 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.570 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.576 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.579 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.582 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.587 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.591 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.594 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.600 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.605 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.608 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.615 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.620 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.623 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.628 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.632 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.635 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.639 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.644 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.647 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.652 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.657 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.660 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.665 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.671 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.675 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.681 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.686 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.689 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.694 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.698 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.700 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.705 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.709 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.711 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.717 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.720 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.723 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.728 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.731 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.734 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.741 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.745 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.747 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.754 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.758 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.760 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.767 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.771 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.773 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.786 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.790 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.793 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.810 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.815 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.818 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.831 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.836 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.839 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.854 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.860 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.864 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.877 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.883 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.886 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.899 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.904 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.907 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.919 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.923 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.925 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.942 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.946 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.949 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.964 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.967 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.970 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.987 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.991 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:10.994 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.010 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.016 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.018 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.033 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.038 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.041 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.055 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.060 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.063 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.090 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.094 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.097 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.110 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.115 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.119 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.133 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.139 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.143 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.149 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.155 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.159 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.166 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.173 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.177 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.184 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.191 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.195 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.202 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.208 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.212 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.222 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.228 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.233 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.240 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.247 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.251 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.258 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.263 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.268 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.277 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.283 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.286 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.293 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.299 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.303 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.310 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.317 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.321 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.328 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.334 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.339 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.346 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.352 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.357 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.367 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.372 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.376 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.380 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.384 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.386 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.398 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.402 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.404 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.410 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.413 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.416 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.424 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.428 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.430 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.444 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.448 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.451 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.465 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.468 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.470 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.477 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.480 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.482 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.509 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.512 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.515 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.525 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.528 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.531 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.543 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.546 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.548 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.598 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.603 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.606 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.621 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.624 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.627 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.643 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.647 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.650 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.669 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.674 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.677 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.694 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.698 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.700 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.722 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.725 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.727 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.779 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.784 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:11.787 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.012 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.016 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.018 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.023 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.027 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.029 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.034 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.037 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.040 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.047 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.050 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.052 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.065 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.068 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.071 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.078 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.082 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.084 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.090 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.093 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.095 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.100 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.103 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.105 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.111 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.114 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.116 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.122 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.127 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.130 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.145 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.148 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.151 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.167 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.170 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.172 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.178 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.181 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.183 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=b5e2bb4e-d8a8-4652-b5d5-5a42814771ed transcoded=0 gif_attribution=0
first_scan_length=9118 direct_path=/v/t62.15575-
24/35441463_907097544234272_3494947423992808514_n.enc?ccb=11-
4&oh=01_AdRl7sp6lm7JMDNVSqxpUNxhWz-OyiTXw5ME2goEVlW2QQ&oe=6602195E&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=1
file_hash=AC9G3Z1cwR+scWOuWA4zMkOg5rJgGD3zLdrUY1L1zKI= file_path=Media/WhatsApp
Stickers/STK-20240225-WA0003.webp file_size=367244 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1708810485000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/35441463_907097544234272_3494947423992808514_n.enc?ccb=11-
4&oh=01_AdRl7sp6lm7JMDNVSqxpUNxhWz-
OyiTXw5ME2goEVlW2QQ&oe=6602195E&_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=40 multicast_id=null
enc_file_hash=qIF5TtarmYXrztl92nWe8yfdYUU6A/k+ALjk3cf93oU= mute_video=0
page_count=0 first_scan_sidecar=[B@9328051 suspicious_content=0 file_length=367244
media_name=null media_duration=0 chat_row_id=1 media_key=[B@d3f80b6
02-25 19:59:12.188 30163 30210 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 19:59:12.188 30163 30210 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 19:59:12.189 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.192 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.194 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.217 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.220 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.224 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.234 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.239 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.242 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.513 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.517 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.520 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.668 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.671 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.674 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.769 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.772 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.775 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.848 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.853 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.856 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.897 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.900 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:12.902 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.014 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:59:13.016 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.019 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.021 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.031 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.035 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.037 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.102 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.105 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.107 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.202 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.205 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.207 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.337 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.341 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.343 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.436 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.439 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.441 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.538 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.543 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.546 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.638 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.642 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.645 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.738 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.743 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.746 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.829 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.833 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.835 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.903 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.906 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.908 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.926 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.929 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.931 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.937 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.941 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.943 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.959 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.962 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.964 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.970 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.974 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.977 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.993 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.996 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:13.998 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.004 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.007 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.010 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.026 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.029 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.031 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.037 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.040 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.042 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.048 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.051 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.053 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.060 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.063 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.065 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.081 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.084 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.087 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.093 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.097 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.099 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.104 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.107 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.109 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.182 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.184 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.186 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.205 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.208 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.210 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.328 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.330 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.332 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.371 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.373 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.375 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.437 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.439 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.441 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.541 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.545 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:14.549 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.123 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:59:18.126 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:59:18.180 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.184 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.255 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.257 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.274 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.277 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.316 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.319 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.330 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.333 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.341 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.345 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.353 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.356 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.364 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.366 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.376 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.379 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.387 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.392 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.408 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.412 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.419 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.421 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.431 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.433 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.441 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.444 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.453 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.455 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.552 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.555 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.653 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.655 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.753 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.755 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.797 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.799 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.853 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.855 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.953 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:18.956 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.054 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.056 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.154 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.156 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.254 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.256 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.299 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.301 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.356 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.360 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.457 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.461 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.568 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.573 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.669 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.673 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.758 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.762 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.803 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.807 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.869 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.874 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.969 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:19.975 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.069 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.073 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.171 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.175 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.271 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.275 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.305 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.310 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.371 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.376 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.471 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.476 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.572 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.576 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.672 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.677 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.772 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.776 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.805 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.810 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.871 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.875 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.972 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:20.977 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.072 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.076 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.172 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.176 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.273 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.277 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.307 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.312 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.373 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.377 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.474 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.479 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.574 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.578 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.674 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.679 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.775 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.779 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.810 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.815 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.876 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.881 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.978 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:21.983 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.078 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.083 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.177 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.182 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.294 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.300 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.310 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.315 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.394 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.399 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.495 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.503 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.596 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.601 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.695 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.701 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.796 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.801 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.812 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.818 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.896 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.903 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:22.996 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.001 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.096 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.101 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.195 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.200 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.295 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.298 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.311 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.316 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.396 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.401 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.497 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.502 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.597 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.603 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.696 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.702 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.797 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.801 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.813 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.817 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.866 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.871 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.878 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.884 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.893 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.898 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.907 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.912 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.922 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.926 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.935 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.939 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.945 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.949 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.955 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.959 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.967 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.970 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.978 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.982 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.989 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:23.993 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.001 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.005 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.012 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.017 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.023 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.027 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.034 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.038 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.045 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.049 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.056 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.060 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.067 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.072 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.078 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.083 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.089 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.094 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.101 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.106 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.113 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.117 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.123 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.128 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.134 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.139 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.225 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.229 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.313 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.318 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.325 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.330 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.338 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.344 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.359 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.364 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.370 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.375 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.382 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.388 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.394 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.400 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.413 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.418 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.424 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.428 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.435 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.439 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.446 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.450 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.457 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.461 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.469 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.474 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.479 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.483 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.491 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.495 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.501 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.506 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.513 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.517 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.524 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.528 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.535 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.539 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.546 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.550 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.557 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.561 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.568 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.572 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.658 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.664 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.758 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.764 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.827 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.833 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.859 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.863 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.951 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.957 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.970 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.976 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.982 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:24.988 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.005 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.010 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.025 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.029 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.037 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.042 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.048 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.053 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.059 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.064 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.070 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.073 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.080 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.084 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.093 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.096 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.103 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.107 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.114 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.118 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.126 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.129 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.137 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.141 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.147 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.151 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.161 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.166 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.183 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.187 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.205 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.210 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.283 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.287 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.328 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.335 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.381 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.385 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.481 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.485 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.584 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.589 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.683 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.688 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.784 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.789 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.828 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.832 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.884 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.889 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:25.996 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.003 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.096 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.102 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.195 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.201 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.257 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.261 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.283 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.286 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.316 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.319 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.394 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.397 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.494 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.497 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.550 30163 30163 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 19:59:26.550 30163 30163 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 19:59:26.594 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.597 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.657 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.662 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.672 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.675 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.694 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.696 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.794 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.796 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.816 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.818 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.896 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.900 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:26.996 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.000 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.095 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.098 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.197 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.204 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.299 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.304 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.319 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.324 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.397 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.402 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.497 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.502 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.596 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.598 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.698 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.702 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.799 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.803 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.821 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.825 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.843 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.847 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.985 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:27.988 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.029 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:59:28.135 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.141 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.170 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.174 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.199 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.202 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.273 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.277 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.322 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.326 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.379 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.384 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.478 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.483 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.579 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.584 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.677 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.681 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.779 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.784 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.824 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.829 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.880 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.885 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.978 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:28.980 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.080 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.085 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.181 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.186 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.281 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.287 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.324 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.328 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.380 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.385 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.453 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.456 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.480 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.484 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.581 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.588 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.680 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.684 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.781 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.784 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.881 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.885 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.981 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:29.986 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.081 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.084 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.148 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.151 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.154 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.155 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.157 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.158 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.159 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.160 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.161 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.162 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.163 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.164 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.165 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.166 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.167 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.169 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.169 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.170 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 19:59:30.194 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.197 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.293 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.296 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.393 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.396 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.493 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.496 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.593 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.596 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.694 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.698 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.796 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.801 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.895 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.900 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.995 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:30.999 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.096 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.101 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.196 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.201 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.296 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.302 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.397 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.402 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.497 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.502 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.597 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.602 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.698 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.704 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.799 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.804 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.897 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.901 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:31.999 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.004 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.099 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.105 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.199 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.204 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.300 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.305 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.400 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.406 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.500 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.505 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.601 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.606 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.617 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.622 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.631 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.634 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.641 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.645 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.651 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.654 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.660 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.664 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.669 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.673 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.679 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.682 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.687 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.689 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.698 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.701 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.799 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.802 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.911 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:32.915 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.009 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.013 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.110 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.114 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.209 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.212 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.310 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.312 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.367 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.370 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.401 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.404 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.488 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.492 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.511 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.514 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.612 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.617 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.712 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.716 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.814 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.820 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.914 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:33.919 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.013 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.016 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.049 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.053 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.060 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.064 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.069 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.073 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.080 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.084 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.092 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.096 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.102 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.107 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.114 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.118 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.124 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.127 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.135 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.139 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.157 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.161 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.168 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.172 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.179 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.183 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.191 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.196 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.214 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.219 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.237 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.242 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.259 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.264 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.281 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.286 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.304 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.309 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.326 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.331 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.347 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.352 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.370 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.376 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.448 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.453 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.527 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.533 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.540 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.547 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.560 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.563 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.574 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.577 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.583 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.587 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.593 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.598 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.603 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.609 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.616 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.621 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.627 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.631 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.637 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.641 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.649 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.654 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.661 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.665 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.671 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.675 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.682 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.686 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.693 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.698 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.705 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.711 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.718 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.723 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.728 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.733 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.739 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.744 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.750 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.755 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.760 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.765 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.771 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.775 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.883 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.888 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.984 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:34.989 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.084 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.088 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.184 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.189 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.284 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.288 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.385 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.389 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.485 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.490 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.584 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.589 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.685 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.689 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.785 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.789 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.885 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.890 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:35.997 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.003 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.085 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.088 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.141 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.146 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.179 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.183 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.264 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.267 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.323 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:36.329 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.159 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:59:39.163 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 19:59:39.331 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:59:39.333 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 19:59:39.356 30163 31001 W Parcel : Expecting binder but got null!
02-25 19:59:39.382 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.385 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.397 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.400 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.413 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.416 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.432 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.434 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.474 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.476 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.974 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:39.980 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:40.476 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:40.481 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:40.978 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:40.983 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:41.478 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:41.484 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:41.980 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:41.986 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:42.479 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:42.483 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:42.984 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:42.990 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:43.487 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:43.492 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:44.002 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:44.007 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:44.504 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:44.509 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:45.002 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:45.006 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:45.505 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:45.510 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:46.007 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:46.012 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:46.503 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:46.506 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:47.004 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:47.007 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:47.506 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:47.508 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:48.007 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:48.009 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:48.511 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:48.519 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:49.010 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:49.013 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:49.515 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:49.520 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:50.008 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:50.012 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:50.510 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:50.516 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:50.798 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:50.801 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:51.011 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:51.018 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:51.033 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:51.039 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:51.312 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:51.318 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:51.510 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:51.517 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:52.012 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:52.017 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:52.133 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:52.135 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:52.515 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:52.520 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:53.013 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:53.018 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:53.514 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:53.518 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:54.029 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:54.034 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:54.531 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:54.537 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:55.033 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:55.039 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:55.533 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:55.539 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:56.047 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:56.052 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:56.542 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:56.546 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:56.609 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:56.613 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:56.679 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:56.685 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:57.038 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:57.045 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:57.542 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:57.547 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:57.859 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:57.862 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:57.925 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:57.929 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:58.039 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:58.045 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:58.382 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:58.386 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:58.450 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:58.454 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:58.539 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:58.543 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:59.017 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:59.021 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:59.071 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:59.073 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:59.139 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:59.141 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:59.181 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 19:59:59.184 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.511 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:00:04.515 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:00:04.645 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:00:04.648 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:00:04.651 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:00:04.668 30163 31001 W Parcel : Expecting binder but got null!
02-25 20:00:04.694 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.697 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.698 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.714 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.716 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.718 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.736 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.738 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.740 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.777 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.779 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:04.780 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:05.478 30163 30163 W SQLiteLog: (28) double-quoted string literal: "21"
02-25 20:00:05.576 30163 31001 W Parcel : Expecting binder but got null!
02-25 20:00:05.583 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:05.588 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:05.590 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:05.620 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:05.622 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:05.624 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:06.080 30163 16156 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:00:06.080 30163 16156 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:00:06.080 30163 16156 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 20:00:06.080 30163 16156 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 20:00:06.080 30163 16156 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 20:00:06.080 30163 16156 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 20:00:06.080 30163 16156 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 20:00:06.080 30163 16156 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 20:00:06.329 30163 16156 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 20:00:06.329 30163 16156 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 20:00:06.584 30163 30163 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{37f63f VFED..C.. ......ID 0,10-
127,136 #0} during layout: running second layout pass
02-25 20:00:06.584 30163 30163 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{8953b0c V.E...... ......ID 953,0-1080,147}
during layout: running second layout pass
02-25 20:00:16.443 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:00:16.447 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:00:16.494 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:16.497 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:16.521 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:16.523 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:16.568 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:16.571 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:17.564 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:17.568 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:17.679 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:17.681 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:20.269 30163 30163 E ArmVmp : Match on catch block at 0x38 in for
0x7b18e6902d
02-25 20:00:20.269 30163 30163 W System.err: java.lang.NumberFormatException: For
input string: ""
02-25 20:00:20.271 30163 30163 W System.err: at
java.lang.Integer.parseInt(Integer.java:807)
02-25 20:00:20.271 30163 30163 W System.err: at
java.lang.Integer.parseInt(Integer.java:915)
02-25 20:00:20.271 30163 30163 W System.err: at
mbmodsd.mbmodsw.home.HomeActivity.mbcRe(Native Method)
02-25 20:00:20.271 30163 30163 W System.err: at
com.whatsapp.HomeActivity.onPause(Unknown Source:9)
02-25 20:00:20.271 30163 30163 W System.err: at
android.app.Activity.performPause(Activity.java:8778)
02-25 20:00:20.271 30163 30163 W System.err: at
android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1585)
02-25 20:00:20.272 30163 30163 W System.err: at
android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5707)
02-25 20:00:20.272 30163 30163 W System.err: at
android.app.ActivityThread.performPauseActivity(ActivityThread.java:5668)
02-25 20:00:20.272 30163 30163 W System.err: at
android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5620)
02-25 20:00:20.272 30163 30163 W System.err: at
android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:47)
02-25 20:00:20.272 30163 30163 W System.err: at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
02-25 20:00:20.272 30163 30163 W System.err: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:176)
02-25 20:00:20.272 30163 30163 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
02-25 20:00:20.272 30163 30163 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 20:00:20.272 30163 30163 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 20:00:20.272 30163 30163 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:00:20.272 30163 30163 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 20:00:20.272 30163 30163 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 20:00:20.273 30163 30163 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 20:00:20.273 30163 30163 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 20:00:20.273 30163 30163 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 20:00:20.393 30163 31001 W Parcel : Expecting binder but got null!
02-25 20:00:20.428 30163 30163 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.
02-25 20:00:20.429 30163 30163 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.
02-25 20:00:20.492 30163 30163 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.
02-25 20:00:20.492 30163 30163 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.
02-25 20:00:20.507 30163 16226 W VideoCapabilities: Unsupported mime
image/vnd.android.heic
02-25 20:00:20.511 30163 16226 W AudioCapabilities: Unsupported mime audio/x-ima
02-25 20:00:20.511 30163 16226 W AudioCapabilities: Unsupported mime audio/mpeg-L1
02-25 20:00:20.511 30163 16226 W AudioCapabilities: Unsupported mime audio/mpeg-L2
02-25 20:00:20.511 30163 16226 W VideoCapabilities: Unsupported mime video/wvc1
02-25 20:00:20.511 30163 16226 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-25 20:00:20.519 30163 30163 E RecyclerView: No adapter attached; skipping layout
02-25 20:00:20.662 30163 16229 W ACodec : Fail to set FramePackingMode(-1010)
02-25 20:00:20.874 30163 16238 W Codec2Client: query -- param skipped: index =
1107298332.
02-25 20:00:20.874 30163 16238 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.
02-25 20:00:20.887 30163 16238 W Codec2Client: query -- param skipped: index =
1342179345.
02-25 20:00:20.888 30163 16238 W Codec2Client: query -- param skipped: index =
2415921170.
02-25 20:00:20.888 30163 16238 W Codec2Client: query -- param skipped: index =
1610614798.
02-25 20:00:20.915 30163 16228 E Surface : freeAllBuffers: 8 buffers were freed
while being dequeued!
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=1de2309c-18d5-4614-bc8b-f0b8ee3c3d59 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/35081190_433924238961233_5413791861887484395_n.enc?ccb=11-
4&oh=01_AdTB71moOal_6Hruv8ObKpr_LcYfikSFfprbMU3tiOE5CA&oe=660230E8&_nc_sid=5e03e0&_
nc_hot=1708829258 thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=9NX2Hha/humA+z2i1qKzkHdBEcGLhTNDi34+uWrrc70=
file_path=Media/.Statuses/2d23eb033ffd4e1dbe8f977e5471aeba.mp4 file_size=1486801
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1708829256000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/35081190_433924238961233_5413791861887484395_n.enc?ccb=11-
4&oh=01_AdTB71moOal_6Hruv8ObKpr_LcYfikSFfprbMU3tiOE5CA&oe=660230E8&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=720 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=50 multicast_id=null
enc_file_hash=JC0UvSf9UUtLQum7tyhPKCWSPufhmQGhf4PQXvd8sL0= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1486801
media_name=null media_duration=15 chat_row_id=14 media_key=[B@69147f8
02-25 20:00:21.309 30163 30210 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 20:00:21.309 30163 30210 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=6929286c-37b4-440b-b433-f8590803834a transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/33338804_758694425889715_4956431020820513409_n.enc?ccb=11-
4&oh=01_AdQEE6cePk85lq76dtIYtvisKB9xpYgtLOWpIzE1mtxUbQ&oe=66022449&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=uwWqIC5+g75uT7u5GAHvwXrjKO3ccxUNNgRj1HdYUjk= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1708830785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/33338804_758694425889715_4956431020820513409_n.enc?ccb=11-
4&oh=01_AdQEE6cePk85lq76dtIYtvisKB9xpYgtLOWpIzE1mtxUbQ&oe=66022449&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=360 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=51 multicast_id=null
enc_file_hash=JdFAd0dARsi92PE2yKdMIzfMTQxVcdTRwZbLSGW1oRU= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1881592
media_name=null media_duration=12 chat_row_id=14 media_key=[B@57e7d0d
02-25 20:00:21.358 30163 30210 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 20:00:21.358 30163 30210 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 20:00:21.370 30163 30163 E RecyclerView: No adapter attached; skipping layout
02-25 20:00:21.370 30163 16238 W Codec2Client: query -- param skipped: index =
1342179345.
02-25 20:00:21.370 30163 16238 W Codec2Client: query -- param skipped: index =
2415921170.
02-25 20:00:21.370 30163 16238 W Codec2Client: query -- param skipped: index =
1610614798.
02-25 20:00:21.380 30163 16228 E Surface : freeAllBuffers: 12 buffers were freed
while being dequeued!
02-25 20:00:21.421 30163 16254 W ACodec : Fail to set FramePackingMode(-1010)
02-25 20:00:21.516 30163 16259 W Codec2Client: query -- param skipped: index =
1107298332.
02-25 20:00:21.516 30163 16259 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.
02-25 20:00:21.521 30163 16259 W Codec2Client: query -- param skipped: index =
1342179345.
02-25 20:00:21.521 30163 16259 W Codec2Client: query -- param skipped: index =
2415921170.
02-25 20:00:21.521 30163 16259 W Codec2Client: query -- param skipped: index =
1610614798.
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=6929286c-37b4-440b-b433-f8590803834a transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/33338804_758694425889715_4956431020820513409_n.enc?ccb=11-
4&oh=01_AdQEE6cePk85lq76dtIYtvisKB9xpYgtLOWpIzE1mtxUbQ&oe=66022449&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=uwWqIC5+g75uT7u5GAHvwXrjKO3ccxUNNgRj1HdYUjk=
file_path=Media/.Statuses/62a13bc578224053b273e3c3060eac9a.mp4 file_size=1881592
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1708830785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/33338804_758694425889715_4956431020820513409_n.enc?ccb=11-
4&oh=01_AdQEE6cePk85lq76dtIYtvisKB9xpYgtLOWpIzE1mtxUbQ&oe=66022449&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=360 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=51 multicast_id=null
enc_file_hash=JdFAd0dARsi92PE2yKdMIzfMTQxVcdTRwZbLSGW1oRU= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1881592
media_name=null media_duration=12 chat_row_id=14 media_key=[B@57e7d0d
02-25 20:00:22.221 30163 30210 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 20:00:22.221 30163 30210 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 20:00:23.504 30163 30163 W SoundPool: Use of stream types is deprecated for
operations other than volume control
02-25 20:00:23.505 30163 30163 W SoundPool: See the documentation of SoundPool()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
02-25 20:00:23.527 30163 30163 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.
02-25 20:00:23.592 30163 31001 W Parcel : Expecting binder but got null!
02-25 20:00:23.856 30163 30163 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:00:23.856 30163 30163 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:00:38.963 30163 16259 W Codec2Client: query -- param skipped: index =
1342179345.
02-25 20:00:38.963 30163 16259 W Codec2Client: query -- param skipped: index =
2415921170.
02-25 20:00:38.963 30163 16259 W Codec2Client: query -- param skipped: index =
1610614798.
02-25 20:00:38.965 30163 16253 E Surface : freeAllBuffers: 7 buffers were freed
while being dequeued!
02-25 20:00:45.228 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:00:45.232 30163 30163 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:00:45.403 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:00:45.406 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:00:45.431 30163 31001 W Parcel : Expecting binder but got null!
02-25 20:00:45.458 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:45.460 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:45.477 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:45.480 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:45.496 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:45.500 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:45.548 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:45.550 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:46.033 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:46.039 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:46.534 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:46.538 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:47.048 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:47.055 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:47.550 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:47.557 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:48.050 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:48.056 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:48.553 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:48.559 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:49.053 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:49.057 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:49.554 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:49.560 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:50.051 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:50.054 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:50.552 30163 30163 E ArmVmp : Match--------- beginning of main
02-25 20:00:50.555 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:50.768 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:50.773 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:51.582 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:00:51.593 30163 30163 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:01:04.668 30163 16077 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
02-25 20:01:04.669 30163 16077 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
02-25 20:06:19.572 20241 20241 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 20:06:19.803 20241 20241 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 20:06:19.804 20241 20241 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 20:06:19.804 20241 20241 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 20:06:19.804 20241 20241 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 20:06:19.804 20241 20241 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 20:06:19.804 20241 20241 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 20:06:19.804 20241 20241 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 20:06:19.804 20241 20241 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 20:06:19.804 20241 20241 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 20:06:19.804 20241 20241 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 20:06:19.804 20241 20241 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 20:06:19.804 20241 20241 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 20:06:19.804 20241 20241 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 20:06:19.804 20241 20241 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 20:06:19.804 20241 20241 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 20:06:19.804 20241 20241 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 20:06:19.804 20241 20241 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 20:06:19.804 20241 20241 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:06:19.804 20241 20241 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 20:06:19.804 20241 20241 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 20:06:19.804 20241 20241 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 20:06:19.804 20241 20241 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 20:06:19.804 20241 20241 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 20:06:19.881 20241 20241 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 20:06:20.292 20241 20241 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:06:20.292 20241 20241 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 20:06:20.499 20241 20295 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 20:06:20.499 20241 20295 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 20:06:20.499 20241 20295 W com.whatsapp: and incorrect proguard
optimizations.
02-25 20:06:22.636 20241 20241 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 20:06:22.671 20241 20241 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 20:06:23.079 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 20:06:23.109 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 20:06:23.116 20241 20375 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:06:23.117 20241 20375 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:06:23.117 20241 20375 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 20:06:23.117 20241 20375 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 20:06:23.117 20241 20375 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 20:06:23.117 20241 20375 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 20:06:23.117 20241 20375 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 20:06:23.117 20241 20375 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 20:06:23.147 20241 20241 W Activity: Can request only one set of permissions
at a time
02-25 20:06:23.152 20241 20375 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 20:06:23.152 20241 20375 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 20:06:23.376 20241 20389 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 20:06:23.444 20241 20241 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 20:06:23.494 20241 20241 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 20:06:23.873 20241 20365 W Parcel : Expecting binder but got null!
02-25 20:06:23.922 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:07:40.143 20241 20253 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:07:40.193 20241 20253 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:07:40.228 20241 20253 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:07:40.299 20241 20365 W Parcel : Expecting binder but got null!
02-25 20:07:56.795 20241 20302 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 20:07:57.817 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 20:07:57.840 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 20:07:57.867 20241 20241 W Activity: Can request only one set of permissions
at a time
02-25 20:07:58.299 20241 20365 W Parcel : Expecting binder but got null!
02-25 20:07:58.303 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:07:59.428 20241 21005 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 20:07:59.428 20241 21005 E RenderScript: Failed to load runtime , loading
default
02-25 20:07:59.564 20241 20998 W LOTTIE : Unknown shape type rd
02-25 20:07:59.642 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:07:59.648 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:07:59.921 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:07:59.924 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:07:59.947 20241 20365 W Parcel : Expecting binder but got null!
02-25 20:07:59.989 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:07:59.991 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:08:00.031 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:08:00.033 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:08:00.074 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:08:00.076 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:08:00.556 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:08:00.559 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:08:01.073 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:08:01.079 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:08:01.336 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:08:01.343 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:20.172 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:09:20.176 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:09:20.262 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:20.275 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:20.324 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:20.326 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:20.352 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:20.354 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:20.848 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:20.850 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:21.240 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:21.242 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:21.375 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:21.377 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:24.803 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:09:24.807 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:09:25.033 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:09:25.036 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:09:25.068 20241 20365 W Parcel : Expecting binder but got null!
02-25 20:09:25.102 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:25.105 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:25.120 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:25.123 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:25.151 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:25.153 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:25.193 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:25.195 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:25.687 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:25.692 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:26.060 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:26.063 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:26.184 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:26.187 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:26.314 20241 20241 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:09:26.314 20241 20241 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:09:26.418 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:26.421 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:26.440 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:26.443 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:26.686 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:26.689 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.189 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.199 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.632 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.634 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.643 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.646 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.655 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.661 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.670 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.676 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.687 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.689 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.704 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.706 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.721 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.724 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.739 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.741 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.755 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.757 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.771 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.774 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.789 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.792 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.806 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.809 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.821 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:27.823 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:28.157 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:28.161 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:28.189 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:28.193 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:28.508 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:28.510 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:28.875 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:28.879 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:28.975 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:28.979 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.211 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.215 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.227 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.230 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.244 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.248 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.260 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.264 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.278 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.282 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.295 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.300 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.312 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.317 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.328 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.332 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.344 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.350 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.362 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.367 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.377 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.381 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.395 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.398 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.409 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.413 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.428 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.433 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.444 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.449 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.461 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.466 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.479 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.484 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.494 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.499 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.512 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.517 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.528 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.533 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.545 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.550 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.609 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:29.611 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:30.112 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:30.117 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:30.128 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:30.131 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:30.379 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:30.383 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:30.546 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:30.549 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:30.780 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:30.783 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:31.264 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:31.267 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:31.433 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:31.438 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:31.864 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:31.867 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:31.882 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:31.885 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.385 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.390 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.516 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.519 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.537 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.540 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.566 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.569 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.582 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.584 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.593 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.596 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.640 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.643 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.662 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.665 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.679 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.682 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.686 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.690 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.705 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.708 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.717 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.720 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.728 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.730 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.930 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.932 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:32.943 20241 22871 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 20:09:32.943 20241 22871 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 20:09:33.039 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:33.042 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:33.060 20241 20254 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:09:33.542 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:33.548 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:34.044 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:34.049 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:34.545 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:34.550 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:35.046 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:35.051 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:35.547 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:35.552 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:36.048 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:36.054 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:36.544 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:36.550 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:37.047 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:37.052 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:37.547 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:37.553 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:38.049 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:38.054 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:38.567 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:38.571 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:39.068 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:39.074 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:39.569 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:39.575 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:40.067 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:40.070 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:40.568 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:40.571 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:41.069 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:41.072 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:41.571 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:41.574 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:42.075 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:42.081 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:42.574 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:42.577 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:43.076 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:43.082 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:43.503 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:43.507 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:43.545 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:43.547 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:43.564 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:43.567 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:44.069 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:44.073 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:44.549 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:44.552 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:44.658 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:09:44.663 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.400 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:11:22.405 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:11:22.520 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.533 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.578 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.581 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.619 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.623 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.629 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.632 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.645 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.648 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.656 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.659 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.667 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.672 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.679 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.682 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.690 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.693 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.701 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.704 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.712 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.715 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.724 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.726 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.735 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.738 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.745 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.748 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.757 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.760 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.768 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.772 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.780 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.783 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.791 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.794 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.801 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.804 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.813 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.816 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.824 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.827 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.835 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.838 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.847 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.850 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.857 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.860 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.868 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:22.871 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:23.102 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:23.105 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:23.605 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:23.612 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:24.106 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:24.110 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:24.675 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:24.679 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:24.874 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:24.878 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:25.361 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:11:25.370 --------- beginning of main
02-25 20:11:32.444 20241 24385 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 20:12:24.109 20241 20282 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:12:24.141 20241 20282 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:12:24.174 20241 20282 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:12:24.255 20241 20365 W Parcel : Expecting binder but got null!
02-25 20:12:25.789 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:12:25.792 20241 20241 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:12:25.865 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:25.870 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:25.913 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:25.916 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:25.985 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:25.989 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:26.475 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:26.481 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:26.977 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:26.982 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:27.479 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:27.485 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:27.981 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:27.987 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:28.481 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:28.487 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:28.982 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:28.986 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:29.484 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:29.490 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:29.991 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:29.996 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:30.493 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:30.498 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:30.994 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:31.000 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:31.496 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:31.503 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:31.631 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:31.634 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:31.649 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:31.653 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:31.769 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:12:31.772 20241 20241 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:14:13.856 25387 25387 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 20:14:13.972 25387 25387 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 20:14:13.973 25387 25387 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 20:14:13.973 25387 25387 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 20:14:13.973 25387 25387 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 20:14:13.973 25387 25387 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 20:14:13.973 25387 25387 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 20:14:13.973 25387 25387 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 20:14:13.973 25387 25387 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 20:14:13.973 25387 25387 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 20:14:13.973 25387 25387 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 20:14:13.973 25387 25387 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 20:14:13.973 25387 25387 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 20:14:13.973 25387 25387 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 20:14:13.973 25387 25387 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 20:14:13.973 25387 25387 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 20:14:13.973 25387 25387 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 20:14:13.973 25387 25387 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 20:14:13.973 25387 25387 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:14:13.973 25387 25387 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 20:14:13.973 25387 25387 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 20:14:13.973 25387 25387 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 20:14:13.973 25387 25387 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 20:14:13.973 25387 25387 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 20:14:14.006 25387 25387 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 20:14:14.296 25387 25387 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:14:14.296 25387 25387 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 20:14:14.427 25387 25437 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 20:14:14.427 25387 25437 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 20:14:14.427 25387 25437 W com.whatsapp: and incorrect proguard
optimizations.
02-25 20:14:14.430 25387 25387 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 20:14:14.568 25387 25387 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 20:14:14.849 25387 25387 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 20:14:14.871 25387 25387 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 20:14:14.900 25387 25387 W Activity: Can request only one set of permissions
at a time
02-25 20:14:14.917 25387 25455 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:14:14.917 25387 25455 W com.whatsapp: Accessing hidden method
Lcom/and--------- beginning of main
02-25 20:14:14.918 25387 25455 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 20:14:14.918 25387 25455 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 20:14:14.918 25387 25455 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 20:14:14.918 25387 25455 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 20:14:14.918 25387 25455 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 20:14:14.973 25387 25455 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 20:14:14.973 25387 25455 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 20:14:15.262 25387 25387 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 20:14:15.615 25387 25449 W Parcel : Expecting binder but got null!
02-25 20:14:15.666 25387 25387 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:14:15.828 25387 25503 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 20:14:15.939 25387 25411 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 20:14:15.956 25387 25387 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 20:14:16.005 25387 25387 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
02-25 20:14:35.848 25387 25397 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 20:16:08.185 26754 26754 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 20:16:08.307 26754 26754 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 20:16:08.308 26754 26754 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 20:16:08.308 26754 26754 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 20:16:08.308 26754 26754 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 20:16:08.308 26754 26754 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 20:16:08.308 26754 26754 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 20:16:08.308 26754 26754 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 20:16:08.308 26754 26754 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 20:16:08.308 26754 26754 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 20:16:08.308 26754 26754 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 20:16:08.308 26754 26754 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 20:16:08.308 26754 26754 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 20:16:08.308 26754 26754 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 20:16:08.308 26754 26754 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 20:16:08.308 26754 26754 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 20:16:08.308 26754 26754 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 20:16:08.308 26754 26754 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 20:16:08.308 26754 26754 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:16:08.308 26754 26754 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 20:16:08.308 26754 26754 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 20:16:08.308 26754 26754 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 20:16:08.308 26754 26754 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 20:16:08.308 26754 26754 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 20:16:08.319 26754 26754 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 20:16:08.644 26754 26754 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:16:08.644 26754 26754 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 20:22:16.294 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 20:22:16.317 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 20:22:16.337 26754 29242 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:22:16.337 26754 29242 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:22:16.337 26754 29242 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 20:22:16.337 26754 29242 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 20:22:16.338 26754 29242 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 20:22:16.338 26754 29242 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 20:22:16.338 26754 29242 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 20:22:16.338 26754 29242 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 20:22:16.385 26754 26754 W Activity: Can request only one set of permissions
at a time
02-25 20:22:16.392 26754 29242 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 20:22:16.392 26754 29242 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 20:22:16.737 26754 26754 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 20:22:17.102 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:22:17.148 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:22:17.281 26754 29264 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 20:22:17.400 26754 26754 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 20:22:23.428 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 20:22:23.439 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:22:23.488 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:22:34.085 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:22:40.554 26754 29388 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 20:22:40.555 26754 29388 E RenderScript: Failed to load runtime , loading
default
02-25 20:22:40.695 26754 29264 W LOTTIE : Unknown shape type rd
02-25 20:22:40.772 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:22:40.777 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:22:40.979 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:22:40.981 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:22:40.999 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:22:41.038 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:41.040 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:41.072 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:41.074 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:41.111 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:41.114 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:41.599 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:41.603 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:42.104 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:42.116 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:42.620 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:42.632 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:42.791 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:42.794 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:42.846 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:42.848 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:42.864 26754 29235 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 20:22:42.970 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 380
02-25 20:22:42.972 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 633
02-25 20:22:42.979 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 677
02-25 20:22:42.981 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 248
02-25 20:22:42.986 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 571
02-25 20:22:42.991 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 333
02-25 20:22:42.994 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 20:22:42.997 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
02-25 20:22:42.999 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 491
02-25 20:22:43.001 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
02-25 20:22:43.004 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 659
02-25 20:22:43.006 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 593
02-25 20:22:43.011 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1171
02-25 20:22:43.013 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 510
02-25 20:22:43.044 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
02-25 20:22:43.096 26754 26754 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 20:22:43.137 26754 26754 W View : requestLayout() improperly called by
android.widget.Space{16a9d8f I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 20:22:43.137 26754 26754 W View : requestLayout() improperly called by
android.widget.Space{200d81c I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 20:22:43.137 26754 26754 W View : requestLayout() improperly called by
android.widget.Space{ddcbc25 I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 20:22:43.141 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:43.143 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:43.214 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:22:43.240 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:43.242 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.737 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:22:50.742 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:22:50.785 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.788 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.792 26754 29235 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 20:22:50.804 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.806 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.824 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.827 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.847 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.849 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.875 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.878 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.888 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.891 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.960 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:50.962 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:51.006 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:51.010 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:51.503 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:51.506 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:51.726 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:51.728 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:22:52.586 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6905d
02-25 20:22:52.614 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:22:55.717 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:22:56.871 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:22:59.178 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:23:19.476 26754 26754 W ViewRootImpl: Not reporting timeline because
gpuCompletedTime is 4.611683049616169E12ms ahead of presentTime.
FRAME_TIMELINE_VSYNC_ID=1625235, INPUT_EVENT_ID=866104053
02-25 20:23:27.246 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:23:43.589 26754 26762 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 20:24:58.196 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 20:24:58.215 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 20:24:58.260 26754 26754 W Activity: Can request only one set of permissions
at a time
02-25 20:24:58.902 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:24:58.909 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:25:01.491 26754 26754 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 20:25:01.524 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:25:02.118 26754 26754 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 20:25:02.581 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 20:25:02.592 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:25:02.622 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:25:07.430 26754 26754 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 20:25:48.765 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:25:48.769 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:25:49.024 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:25:49.027 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:25:49.050 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:25:49.099 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:49.103 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:49.118 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:49.121 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:49.134 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:49.137 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:49.179 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:49.182 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:49.682 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:49.689 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:50.170 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:50.174 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:50.391 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:50.393 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:50.527 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:25:50.531 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:31.477 26754 2049 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 20:26:51.292 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:26:51.296 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:26:51.359 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:51.362 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:51.402 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:51.407 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:51.430 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:51.434 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:51.926 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:51.929 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:52.428 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:52.433 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:52.946 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:52.957 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:53.447 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:53.459 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:53.948 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:53.960 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:54.450 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:54.463 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:54.949 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:54.960 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:55.458 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:55.469 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:55.961 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:55.974 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:56.456 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:56.464 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:56.960 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:56.972 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:57.461 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:57.476 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:57.963 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:57.976 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:58.464 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:58.477 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:58.959 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:58.964 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:59.459 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:59.461 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:59.960 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:26:59.962 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:00.485 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:00.501 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:00.987 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:00.999 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:01.484 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:01.493 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:01.989 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:02.002 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:02.500 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:02.503 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:02.518 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:02.521 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:02.594 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:02.599 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:02.625 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:02.627 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:03.001 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:03.005 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:03.501 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:03.505 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:03.698 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:03.703 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:03.838 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:03.841 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:03.874 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:03.877 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:07.623 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:27:14.047 26754 26754 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 20:27:15.676 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:27:15.679 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:27:15.826 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:27:15.829 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:27:15.846 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:27:15.869 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:15.871 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:15.886 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:15.888 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:15.898 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:15.900 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:15.913 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:15.915 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:15.947 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:15.949 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:16.444 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:16.455 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:16.522 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:16.525 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:16.564 26754 26754 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 20:27:16.614 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:27:16.619 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:16.621 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:16.633 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:16.637 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:17.985 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:17.987 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:18.222 26754 26754 W SoundPool: Use of stream types is deprecated for
operations other than volume control
02-25 20:27:18.222 26754 26754 W SoundPool: See the documentation of SoundPool()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
02-25 20:27:18.453 26754 26754 W VideoCapabilities: Unsupported mime
image/vnd.android.heic
02-25 20:27:18.457 26754 26754 W AudioCapabilities: Unsupported mime audio/x-ima
02-25 20:27:18.457 26754 26754 W AudioCapabilities: Unsupported mime audio/mpeg-L1
02-25 20:27:18.457 26754 26754 W AudioCapabilities: Unsupported mime audio/mpeg-L2
02-25 20:27:18.457 26754 26754 W VideoCapabilities: Unsupported mime video/wvc1
02-25 20:27:18.457 26754 26754 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-25 20:27:18.613 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:18.615 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:18.775 26754 26764 W System : A resource failed to call
AbstractCursor.close.
02-25 20:27:18.775 26754 26764 W System : A resource failed to call
CursorWrapperInner.close.
02-25 20:27:18.949 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:18.951 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:18.978 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:27:19.071 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:27:19.092 26754 26754 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.
02-25 20:27:19.223 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:19.225 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:19.410 26754 2751 W libOpenSLES: Conversion from OpenSL ES positional
channel mask 0x4 to Android mask 0 loses channels
02-25 20:27:41.251 26754 26767 E BufferQueueProducer: [SurfaceTexture-4-26754-0]
(id:688200000020,api:4,p:1342,c:26754) queueBuffer: BufferQueue has been abandoned
02-25 20:27:41.296 26754 26766 E BufferQueueProducer: [ImageReader-1280x720f23m3-
26754-0](id:68820000001f,api:4,p:1342,c:26754) queueBuffer: BufferQueue has been
abandoned
02-25 20:27:41.298 26754 26766 E BufferQueueProducer: [ImageReader-1280x720f23m3-
26754-0](id:68820000001f,api:4,p:1342,c:26754) dequeueBuffer: BufferQueue has been
abandoned
02-25 20:27:41.319 26754 26766 E BufferQueueProducer: [SurfaceTexture-4-26754-0]
(id:688200000020,api:4,p:1342,c:26754) queueBuffer: BufferQueue has been abandoned
02-25 20:27:41.385 26754 26766 E BufferQueueProducer: [SurfaceTexture-4-26754-0]
(id:688200000020,api:4,p:1342,c:26754) queueBuffer: BufferQueue has been abandoned
02-25 20:27:41.385 26754 26766 E BufferQueueProducer: [ImageReader-1280x720f23m3-
26754-0](id:68820000001f,api:4,p:1342,c:26754) queueBuffer: BufferQueue has been
abandoned
02-25 20:27:41.438 26754 2691 E BufferQueueProducer: [ImageReader-1280x720f23m3-
26754-0](id:68820000001f,api:4,p:1342,c:26754) queueBuffer: BufferQueue has been
abandoned
02-25 20:27:41.439 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:27:41.449 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:27:41.451 26754 2691 E BufferQueueProducer: [SurfaceTexture-4-26754-0]
(id:688200000020,api:4,p:1342,c:26754) queueBuffer: BufferQueue has been abandoned
02-25 20:27:41.504 26754 2691 E BufferQueueProducer: [ImageReader-1280x720f23m3-
26754-0](id:68820000001f,api:4,p:1342,c:26754) queueBuffer: BufferQueue has been
abandoned
02-25 20:27:41.519 26754 2691 E BufferQueueProducer: [SurfaceTexture-4-26754-0]
(id:688200000020,api:4,p:1342,c:26754) queueBuffer: BufferQueue has been abandoned
02-25 20:27:41.523 26754 2691 E BufferQueueProducer: [SurfaceTexture-4-26754-0]
(id:688200000020,api:4,p:1342,c:26754) cancelBuffer: BufferQueue has been abandoned
02-25 20:27:41.523 26754 2691 E BufferQueueProducer: [ImageReader-1280x720f23m3-
26754-0](id:68820000001f,api:4,p:1342,c:26754) cancelBuffer: BufferQueue has been
abandoned
02-25 20:27:41.524 26754 2691 E BufferQueueProducer: [SurfaceTexture-4-26754-0]
(id:688200000020,api:4,p:1342,c:26754) cancelBuffer: BufferQueue has been abandoned
02-25 20:27:41.524 26754 2691 E BufferQueueProducer: [ImageReader-1280x720f23m3-
26754-0](id:68820000001f,api:4,p:1342,c:26754) cancelBuffer: BufferQueue has been
abandoned
02-25 20:27:41.524 26754 2691 E BufferQueueProducer: [SurfaceTexture-4-26754-0]
(id:688200000020,api:4,p:1342,c:26754) cancelBuffer: BufferQueue has been abandoned
02-25 20:27:41.525 26754 2691 E BufferQueueProducer: [ImageReader-1280x720f23m3-
26754-0](id:68820000001f,api:4,p:1342,c:26754) cancelBuffer: BufferQueue has been
abandoned
02-25 20:27:41.530 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:41.534 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:41.577 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:41.579 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:41.596 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:41.599 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:41.642 26754 26796 W MessageQueue: Handler (X.6OH) {8ddbe86} sending
message to a Handler on a dead thread
02-25 20:27:41.642 26754 26796 W MessageQueue: java.lang.IllegalStateException:
Handler (X.6OH) {8ddbe86} sending message to a Handler on a dead thread
02-25 20:27:41.642 26754 26796 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
02-25 20:27:41.642 26754 26796 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:778)
02-25 20:27:41.642 26754 26796 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:727)
02-25 20:27:41.642 26754 26796 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:697)
02-25 20:27:41.642 26754 26796 W MessageQueue: at
android.os.Handler.post(Handler.java:427)
02-25 20:27:41.642 26754 26796 W MessageQueue: at
android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor.execute(Camera
DeviceImpl.java:2383)
02-25 20:27:41.642 26754 26796 W MessageQueue: at
android.hardware.camera2.impl.CameraDeviceImpl.close(CameraDeviceImpl.java:1459)
02-25 20:27:41.642 26754 26796 W MessageQueue: at
com.whatsapp.voipcalling.camera.VoipCameraApi2$StopCameraRunnable.run(Unknown
Source:2)
02-25 20:27:41.642 26754 26796 W MessageQueue: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:27:41.642 26754 26796 W MessageQueue: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:27:41.642 26754 26796 W MessageQueue: at X.3gH.run(Unknown Source:1548)
02-25 20:27:41.642 26754 26796 W MessageQueue: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:27:41.643 26754 26767 W com.whatsapp: Long monitor contention with owner
High Pri Worker #2 (26796) at void
android.hardware.camera2.impl.CameraDeviceImpl.close()(CameraDeviceImpl.java:1463)
waiters=0 in void
android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks.onCaptureStart
ed(android.hardware.camera2.impl.CaptureResultExtras, long) for 380ms
02-25 20:27:41.695 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:41.697 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.191 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.193 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.695 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.699 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.771 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.774 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.830 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.833 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.874 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:27:42.880 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.882 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.893 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:42.895 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:44.157 26754 26754 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 20:27:44.203 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:27:45.455 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:27:45.481 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:45.484 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:45.499 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:45.501 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:46.362 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:46.364 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:46.483 26754 26754 W SoundPool: Use of stream types is deprecated for
operations other than volume control
02-25 20:27:46.483 26754 26754 W SoundPool: See the documentation of SoundPool()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
02-25 20:27:46.733 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:46.736 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:46.925 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:46.927 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:46.946 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:27:47.011 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:27:47.015 26754 26754 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.
02-25 20:27:47.104 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:47.106 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:27:47.117 26754 2751 W libOpenSLES: Conversion from OpenSL ES positional
channel mask 0x4 to Android mask 0 loses channels
02-25 20:28:02.945 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:28:02.952 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:28:03.022 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.024 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.064 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.066 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.174 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.176 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.665 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.668 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.792 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.796 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.813 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.816 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.891 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:03.893 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:15.867 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 20:28:15.875 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:28:15.906 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:28:28.597 26754 26754 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 20:28:42.293 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:28:45.152 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:28:47.851 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:28:49.046 26754 26764 W MessageQueue: Handler (X.6OH) {8ddbe86} sending
message to a Handler on a dead thread
02-25 20:28:49.046 26754 26764 W MessageQueue: java.lang.IllegalStateException:
Handler (X.6OH) {8ddbe86} sending message to a Handler on a dead thread
02-25 20:28:49.046 26754 26764 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:778)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:727)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:697)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
android.os.Handler.post(Handler.java:427)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor.execute(Camera
DeviceImpl.java:2383)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
android.hardware.camera2.impl.CallbackProxies$SessionStateCallbackProxy.onClosed(Ca
llbackProxies.java:104)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionIm
pl.java:588)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
android.hardware.camera2.impl.CameraCaptureSessionImpl.finalize(CameraCaptureSessio
nImpl.java:879)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:339)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.processReference(Daemons.java:324)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:300)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
java.lang.Daemons$Daemon.run(Daemons.java:145)
02-25 20:28:49.046 26754 26764 W MessageQueue: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:28:49.937 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6903d
02-25 20:28:49.955 26754 26754 E ArmVmp : Match on catch block at 0x22 in for
0x7b18e6902d
02-25 20:28:50.058 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 20:28:50.069 26754 26754 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)
02-25 20:28:50.090 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:28:50.126 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:28:50.129 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:28:50.131 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:28:50.133 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:28:50.135 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:28:50.136 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:28:50.138 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:28:50.155 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:28:50.157 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.160 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.161 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.162 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.164 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.165 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.168 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.182 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.185 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.186 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.187 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.189 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.190 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.190 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.214 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.217 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.219 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.220 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.221 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.223 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.223 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.227 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.230 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.231 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.235 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.236 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.237 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.238 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.248 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.251 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.252 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.252 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.253 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.254 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.255 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.260 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.263 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.264 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.265 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.266 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.267 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.267 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.271 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.274 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.275 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.276 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.277 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.278 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.279 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.282 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.285 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.286 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.286 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.287 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.288 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.289 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.293 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.295 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.296 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.297 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.298 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.298 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.299 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.304 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.307 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.308 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.309 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.310 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.311 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.311 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.315 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.318 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.318 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.319 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.320 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.321 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.321 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.327 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.329 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.329 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.330 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.331 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.331 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:50.332 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.818 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.822 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.824 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.826 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.828 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.829 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.832 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.899 26754 26754 E com.whatsapp: Invalid ID 0x00000000.
02-25 20:28:52.948 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:28:52.948 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.951 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.951 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.952 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.953 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.954 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.954 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.978 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.981 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.982 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.983 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.984 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.984 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:52.985 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:54.207 26754 26754 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:28:54.219 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:54.222 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:54.223 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:54.225 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:54.226 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:54.227 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:54.228 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:56.182 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:56.186 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:56.188 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:56.189 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:56.191 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:56.193 26754 26754 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:28:56.194 26754 26754 E ArmVmp : Match on catch block at ---------
beginning of main
02-25 20:29:00.278 26754 29301 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:29:00.313 26754 29301 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:29:00.353 26754 29301 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:29:00.452 26754 29235 W Parcel : Expecting binder but got null!
02-25 20:29:10.465 3705 3705 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 20:29:10.582 3705 3705 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 20:29:10.582 3705 3705 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 20:29:10.582 3705 3705 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 20:29:10.582 3705 3705 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 20:29:10.582 3705 3705 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 20:29:10.582 3705 3705 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 20:29:10.582 3705 3705 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 20:29:10.582 3705 3705 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 20:29:10.582 3705 3705 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 20:29:10.582 3705 3705 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 20:29:10.582 3705 3705 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 20:29:10.582 3705 3705 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 20:29:10.582 3705 3705 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 20:29:10.582 3705 3705 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 20:29:10.582 3705 3705 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 20:29:10.582 3705 3705 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 20:29:10.583 3705 3705 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 20:29:10.583 3705 3705 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:29:10.583 3705 3705 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 20:29:10.583 3705 3705 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 20:29:10.583 3705 3705 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 20:29:10.583 3705 3705 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 20:29:10.583 3705 3705 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 20:29:10.617 3705 3705 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 20:29:10.926 3705 3705 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:29:10.926 3705 3705 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 20:29:11.028 3705 3705 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 20:29:11.028 3705 3705 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 20:29:11.028 3705 3705 W com.whatsapp: and incorrect proguard
optimizations.
02-25 20:29:11.032 3705 3765 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 20:29:11.173 3705 3705 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 20:29:11.461 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 20:29:11.484 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 20:29:11.534 3705 3795 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:29:11.534 3705 3795 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:29:11.534 3705 3795 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 20:29:11.535 3705 3795 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 20:29:11.535 3705 3795 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 20:29:11.535 3705 3795 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 20:29:11.535 3705 3795 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 20:29:11.535 3705 3795 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 20:29:11.551 3705 3705 W Activity: Can request only one set of permissions
at a time
02-25 20:29:11.564 3705 3795 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 20:29:11.564 3705 3795 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 20:29:11.865 3705 3705 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 20:29:12.202 3705 3781 W FirebaseMessaging: Message ack failed:
java.util.concurrent.TimeoutException: Timed out waiting for Task
02-25 20:29:12.256 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:29:12.313 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:29:12.466 3705 3735 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 20:29:12.496 3705 3884 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 20:29:12.607 3705 3705 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 20:29:27.711 3705 3716 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 20:30:02.727 3705 3718 W System : A resource failed to call
CursorWindow.close.
02-25 20:30:02.727 3705 3718 W System : A resource failed to call
CursorWrapperInner.close.
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=97846ca5-6054-4011-82ca-97d0daf464c8 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/19396264_778619840269536_5378553737929732297_n.enc?ccb=11-
4&oh=01_AdS1o1hBg7CmzgrpCw2fwDS8DzmzSaLQUIH0UZJd338ShQ&oe=66034D7A&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=M51/ecgC/KEAavXgoiNXjGgftQocoQYBTMxLEJeOVkg= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240225-WA0004.opus file_size=8022 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708908942000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/19396264_778619840269536_5378553737929732297_n.enc?ccb=11-
4&oh=01_AdS1o1hBg7CmzgrpCw2fwDS8DzmzSaLQUIH0UZJd338ShQ&oe=66034D7A&_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=61
multicast_id=null enc_file_hash=wVl2pQgieVdHcEgVg/T2sBJm+6XXSrtQMyPUdzYhpJM=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=8022 media_name=null media_duration=3 chat_row_id=21
media_key=[B@1c27bc6
02-25 20:30:03.206 3705 3762 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 20:30:03.206 3705 3762 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=b91be332-f079-4def-8457-d82b335d8dca transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/23625329_1096335445021925_687875546570624637_n.enc?ccb=11-
4&oh=01_AdQ10r4J8YscaO8-5WIHPsnhngQ4lI7eIkaCNortcej0tw&oe=66035B6C&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=GC3cnutW+z1HI8i+zqoaIinPi5RBwcdq6oM1WrI/d0w= file_path=Media/WhatsApp
Stickers/STK-20240225-WA0005.webp file_size=55946 partial_media_hash=null face_x=0
face_y=0 height=64 trim_to=0 media_key_timestamp=1708909156000
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/23625329_1096335445021925_687875546570624637_n.enc?ccb=11-
4&oh=01_AdQ10r4J8YscaO8-
5WIHPsnhngQ4lI7eIkaCNortcej0tw&oe=66035B6C&_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=64
multicast_id=null enc_file_hash=CNCkcL0qgIdis63IR5DywmbJRag5MtXzpC0BEju8LbU=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=55946 media_name=null media_duration=0 chat_row_id=15
media_key=[B@2702081
02-25 20:30:06.123 3705 3762 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 20:30:06.123 3705 3762 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 20:30:11.765 3705 5777 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 20:30:11.765 3705 5777 E RenderScript: Failed to load runtime , loading
default
02-25 20:30:11.887 3705 5786 W LOTTIE : Unknown shape type rd
02-25 20:30:11.887 3705 3884 W LOTTIE : Unknown shape type rd
02-25 20:30:11.964 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:30:11.969 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:30:12.250 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:30:12.260 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:30:12.263 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:30:12.298 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:30:12.325 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.328 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.330 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.344 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.347 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.349 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.369 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.372 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.373 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.411 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.414 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.416 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.904 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.915 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:12.920 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.282 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.284 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.286 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.400 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.403 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.404 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.557 3705 3705 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:30:13.557 3705 3705 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:30:13.657 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.660 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.668 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.671 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.901 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:13.905 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:14.336 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:14.340 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:14.403 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:14.408 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:14.906 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:14.916 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:15.037 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:15.041 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:15.423 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:15.435 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:15.924 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:15.938 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:16.186 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00821
02-25 20:30:16.198 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:30:16.198 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-25 20:30:16.199 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:30:16.199 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:30:16.199 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:30:16.199 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:30:16.199 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:30:16.199 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:30:16.199 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:30:16.199 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:30:16.199 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:30:16.200 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:30:16.200 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:30:16.200 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:30:16.200 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:30:16.200 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:30:16.200 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:30:16.200 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:30:16.200 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:30:16.200 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:30:16.200 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:30:16.201 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:30:16.201 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:30:16.201 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:30:16.201 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:30:16.201 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:30:16.202 3705 3894 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-25 20:30:16.202 3705 3894 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-25 20:30:16.202 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:30:16.203 3705 3894 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-25 20:30:16.203 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:30:16.203 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-25 20:30:16.203 3705 3894 W System.err: ... 24 more
02-25 20:30:16.206 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00825
02-25 20:30:16.206 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:30:16.207 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:30:16.207 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:30:16.207 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:30:16.207 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:30:16.208 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:30:16.208 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:30:16.208 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:30:16.208 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:30:16.208 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:30:16.209 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:30:16.209 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:30:16.209 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:30:16.209 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:30:16.210 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:30:16.210 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:30:16.210 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:30:16.211 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:30:16.211 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:30:16.211 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:30:16.211 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:30:16.211 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:30:16.212 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:30:16.212 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:30:16.212 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:30:16.212 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:30:16.425 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:16.436 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:16.925 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:16.937 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:17.427 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:17.439 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:17.927 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:17.939 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:18.429 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:18.440 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:18.930 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:18.942 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:19.431 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:19.443 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:19.933 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:19.946 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:20.433 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:20.446 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:20.936 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:20.950 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:21.436 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:21.449 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:21.932 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:21.938 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:22.432 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:22.434 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:22.933 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:22.935 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:23.466 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:30:23.474 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:23.478 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:23.491 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:23.495 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:23.509 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:23.513 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:23.997 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:24.009 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:24.498 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:24.510 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:24.851 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:24.854 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:24.861 3705 3808 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 20:30:24.861 3705 3808 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 20:30:24.869 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:24.872 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:24.928 3705 5151 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:30:24.995 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:24.999 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:25.501 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:25.509 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:26.002 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:26.016 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:26.502 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:26.513 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:27.005 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:27.018 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:27.506 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:27.518 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:28.008 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:28.021 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:28.507 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:28.519 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:28.931 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:28.935 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:28.985 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:28.989 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:29.034 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:30:29.041 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:29.044 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:29.053 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:29.057 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:29.863 3705 3705 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:30:29.863 3705 3705 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:30:29.880 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:29.884 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.374 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.378 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.385 3705 5886 W VideoCapabilities: Unsupported mime
image/vnd.android.heic
02-25 20:30:30.387 3705 5886 W AudioCapabilities: Unsupported mime audio/x-ima
02-25 20:30:30.387 3705 5886 W AudioCapabilities: Unsupported mime audio/mpeg-L1
02-25 20:30:30.387 3705 5886 W AudioCapabilities: Unsupported mime audio/mpeg-L2
02-25 20:30:30.387 3705 5886 W VideoCapabilities: Unsupported mime video/wvc1
02-25 20:30:30.387 3705 5886 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-25 20:30:30.488 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.490 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.497 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.500 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.529 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.531 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.566 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:30:30.588 3705 3705 W SoundPool: Use of stream types is deprecated for
operations other than volume control
02-25 20:30:30.588 3705 3705 W SoundPool: See the documentation of SoundPool()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
02-25 20:30:30.656 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.660 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:30.677 3705 3752 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:30:30.690 3705 3705 E FileSource: Failed to open file
'content://settings/system/ringtone'. (No such file or directory)
02-25 20:30:30.690 3705 3705 E AudioManager: hasHapticChannels
failure:java.io.IOException: Failed to instantiate extractor.
02-25 20:30:31.248 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:31.252 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:31.264 3705 3782 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 20:30:31.452 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 380
02-25 20:30:31.455 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 633
02-25 20:30:31.464 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 677
02-25 20:30:31.467 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 248
02-25 20:30:31.474 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 571
02-25 20:30:31.479 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 333
02-25 20:30:31.482 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 20:30:31.485 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
02-25 20:30:31.488 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 491
02-25 20:30:31.491 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
02-25 20:30:31.494 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 659
02-25 20:30:31.497 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 593
02-25 20:30:31.502 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1171
02-25 20:30:31.504 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 510
02-25 20:30:31.536 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
02-25 20:30:31.589 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 20:30:31.599 3705 3705 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:30:31.599 3705 3705 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:30:31.659 3705 3705 W View : requestLayout() improperly called by
android.widget.Space{98dae97 I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 20:30:31.659 3705 3705 W View : requestLayout() improperly called by
android.widget.Space{c4f8884 I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 20:30:31.659 3705 3705 W View : requestLayout() improperly called by
android.widget.Space{38d886d I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 20:30:31.674 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:31.677 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:31.698 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:31.702 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:31.769 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:30:31.800 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:31.805 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:31.822 3705 3705 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:30:31.822 3705 3705 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:30:31.834 3705 3705 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
02-25 20:30:32.970 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:30:33.058 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:30:33.075 3705 3705 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.
02-25 20:30:33.630 3705 5883 W libOpenSLES: Conversion from OpenSL ES positional
channel mask 0x4 to Android mask 0 loses channels
02-25 20:30:33.991 3705 3718 W System : A resource failed to call
AbstractCursor.close.
02-25 20:30:33.991 3705 3718 W System : A resource failed to call
CursorWrapperInner.close.
02-25 20:30:34.102 3705 3705 W View : requestLayout() improperly called by
android.view.SurfaceView{1451b0f I.E...... ......I. 0,0-0,0 #7f0b196b
app:id/surface_view} during layout: running second layout pass
02-25 20:30:34.149 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.149 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.149 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.149 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.150 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.155 3705 5895 W libc : Access denied finding property
"ro.mediatek.platform"
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.615 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:34.616 3705 3757 E wamedia : missing pthread specific data for logger
02-25 20:30:41.662 3705 5151 E BufferQueueProducer: [SurfaceTexture-4-3705-0]
(id:e790000000d,api:4,p:1342,c:3705) queueBuffer: BufferQueue has been abandoned
02-25 20:30:41.662 3705 5151 E BufferQueueProducer: [ImageReader-1280x720f23m3-
3705-0](id:e790000000c,api:4,p:1342,c:3705) queueBuffer: BufferQueue has been
abandoned
02-25 20:30:41.663 3705 5151 E BufferQueueProducer: [SurfaceTexture-4-3705-0]
(id:e790000000d,api:4,p:1342,c:3705) dequeueBuffer: BufferQueue has been abandoned
02-25 20:30:41.772 3705 5151 E BufferQueueProducer: [ImageReader-1280x720f23m3-
3705-0](id:e790000000c,api:4,p:1342,c:3705) queueBuffer: BufferQueue has been
abandoned
02-25 20:30:41.772 3705 3729 E BufferQueueProducer: [SurfaceTexture-4-3705-0]
(id:e790000000d,api:4,p:1342,c:3705) queueBuffer: BufferQueue has been abandoned
02-25 20:30:41.820 3705 3729 E BufferQueueProducer: [ImageReader-1280x720f23m3-
3705-0](id:e790000000c,api:4,p:1342,c:3705) queueBuffer: BufferQueue has been
abandoned
02-25 20:30:41.839 3705 3705 W View : requestLayout() improperly called by
android.view.SurfaceView{3e8c76a I.E...... ......I. 0,0-1080,2408 #7f0b196b
app:id/surface_view} during layout: running second layout pass
02-25 20:30:41.847 3705 3729 E BufferQueueProducer: [SurfaceTexture-4-3705-0]
(id:e790000000d,api:4,p:1342,c:3705) queueBuffer: BufferQueue has been abandoned
02-25 20:30:41.892 3705 5151 E BufferQueueProducer: [ImageReader-1280x720f23m3-
3705-0](id:e790000000c,api:4,p:1342,c:3705) queueBuffer: BufferQueue has been
abandoned
02-25 20:30:41.907 3705 6071 E libEGL : call to OpenGL ES API with no current
context (logged once per thread)
02-25 20:30:41.918 3705 3705 W MessageQueue: Handler (X.6OI) {15b7915} sending
message to a Handler on a dead thread
02-25 20:30:41.918 3705 3705 W MessageQueue: java.lang.IllegalStateException:
Handler (X.6OI) {15b7915} sending message to a Handler on a dead thread
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:778)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:727)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:697)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.os.Handler.sendMessage(Handler.java:635)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.7y1.A02(Unknown Source:2)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.7y1.setCornerRadius(Unknown
Source:22)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.6Ky.surfaceCreated(Unknown
Source:33)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.view.SurfaceView.updateSurface(SurfaceView.java:1138)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.view.SurfaceView.setVisibility(SurfaceView.java:392)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.4Wj.A08(Unknown Source:30)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.4X4.A0H(Unknown Source:8)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.4X4.A07(Unknown Source:73)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
androidx.recyclerview.widget.RecyclerView.setItemAnimator(Unknown Source:4)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
com.whatsapp.calling.callgrid.view.CallGrid.A0D(Unknown Source:71)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.8f7.BHr(Unknown Source:48)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.0Xk.A0D(Unknown Source:27)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.0Xk.A0C(Unknown Source:59)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.0Xk.A0H(Unknown Source:14)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
com.whatsapp.calling.callgrid.viewmodel.CallGridViewModel.A0Y(Unknown Source:178)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
com.whatsapp.calling.callgrid.viewmodel.CallGridViewModel.A0g(Unknown Source:2190)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.4E0.A1P(Unknown Source:7)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
com.whatsapp.voipcalling.VoipActivityV2.A6n(Unknown Source:108)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.6N0.BHr(Unknown Source:3242)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.0Xk.A0D(Unknown Source:27)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.0Xk.A0C(Unknown Source:59)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.0Xk.A0H(Unknown Source:14)
02-25 20:30:41.918 3705 3705 W MessageQueue: at X.5ev.onDisplayChanged(Unknown
Source:55)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate.handleMessage
(DisplayManagerGlobal.java:1652)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.os.Looper.loop(Looper.java:313)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
java.lang.reflect.Method.invoke(Native Method)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 20:30:41.918 3705 3705 W MessageQueue: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 20:30:41.922 3705 5151 E BufferQueueProducer: [SurfaceTexture-4-3705-0]
(id:e790000000d,api:4,p:1342,c:3705) queueBuffer: BufferQueue has been abandoned
02-25 20:30:41.962 3705 3705 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 20:30:41.963 3705 6074 E BufferQueueProducer: [ImageReader-1280x720f23m3-
3705-0](id:e790000000c,api:4,p:1342,c:3705) queueBuffer: BufferQueue has been
abandoned
02-25 20:30:41.996 3705 3752 E BufferQueueProducer: [SurfaceTexture-4-3705-0]
(id:e790000000d,api:4,p:1342,c:3705) queueBuffer: BufferQueue has been abandoned
02-25 20:30:42.025 3705 3752 E BufferQueueProducer: [SurfaceTexture-4-3705-0]
(id:e790000000d,api:4,p:1342,c:3705) cancelBuffer: BufferQueue has been abandoned
02-25 20:30:42.025 3705 3752 E BufferQueueProducer: [ImageReader-1280x720f23m3-
3705-0](id:e790000000c,api:4,p:1342,c:3705) cancelBuffer: BufferQueue has been
abandoned
02-25 20:30:42.029 3705 3752 E BufferQueueProducer: [SurfaceTexture-4-3705-0]
(id:e790000000d,api:4,p:1342,c:3705) cancelBuffer: BufferQueue has been abandoned
02-25 20:30:42.035 3705 5151 E BufferQueueProducer: [ImageReader-1280x720f23m3-
3705-0](id:e790000000c,api:4,p:1342,c:3705) cancelBuffer: BufferQueue has been
abandoned
02-25 20:30:42.156 3705 3755 W MessageQueue: Handler (X.6OH) {988e430} sending
message to a Handler on a dead thread
02-25 20:30:42.156 3705 3755 W MessageQueue: java.lang.IllegalStateException:
Handler (X.6OH) {988e430} sending message to a Handler on a dead thread
02-25 20:30:42.156 3705 3755 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
02-25 20:30:42.156 3705 3755 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:778)
02-25 20:30:42.156 3705 3755 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:727)
02-25 20:30:42.156 3705 3755 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:697)
02-25 20:30:42.156 3705 3755 W MessageQueue: at
android.os.Handler.post(Handler.java:427)
02-25 20:30:42.156 3705 3755 W MessageQueue: at
android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor.execute(Camera
DeviceImpl.java:2383)
02-25 20:30:42.156 3705 3755 W MessageQueue: at
android.hardware.camera2.impl.CameraDeviceImpl.close(CameraDeviceImpl.java:1459)
02-25 20:30:42.156 3705 3755 W MessageQueue: at
com.whatsapp.voipcalling.camera.VoipCameraApi2$StopCameraRunnable.run(Unknown
Source:2)
02-25 20:30:42.156 3705 3755 W MessageQueue: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:30:42.156 3705 3755 W MessageQueue: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:30:42.156 3705 3755 W MessageQueue: at X.3gH.run(Unknown Source:1548)
02-25 20:30:42.156 3705 3755 W MessageQueue: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:30:42.156 3705 3721 W com.whatsapp: Long monitor contention with owner
High Pri Worker #1 (3755) 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 504ms
02-25 20:30:45.021 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:30:45.024 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:30:45.089 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.092 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.140 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.143 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.169 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.174 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.199 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.202 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.207 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.212 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.219 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.222 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.230 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.232 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.241 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.244 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.253 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.256 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.264 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.268 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.275 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.278 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.286 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.289 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.297 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.300 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.311 3705 3705 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:30:45.311 3705 3705 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:30:45.319 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.322 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.331 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.334 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.352 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.355 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.375 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.378 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.386 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.390 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.407 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.414 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.430 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.433 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.441 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.444 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.452 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.455 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.686 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.689 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.697 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:45.701 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:49.037 3705 3705 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:30:49.037 3705 3705 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:30:49.058 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:49.063 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:49.241 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00821
02-25 20:30:49.242 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:30:49.242 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-25 20:30:49.242 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:30:49.242 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:30:49.243 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:30:49.244 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:30:49.244 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:30:49.244 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:30:49.244 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:30:49.244 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:30:49.244 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:30:49.244 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:30:49.244 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:30:49.244 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:30:49.244 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:30:49.245 3705 3894 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-25 20:30:49.245 3705 3894 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-25 20:30:49.245 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:30:49.245 3705 3894 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-25 20:30:49.245 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:30:49.245 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-25 20:30:49.245 3705 3894 W System.err: ... 24 more
02-25 20:30:49.246 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00825
02-25 20:30:49.246 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:30:49.246 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:30:49.246 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:30:49.247 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:30:49.247 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:30:49.248 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:30:49.248 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:30:49.248 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:30:49.248 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:30:49.248 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:30:49.248 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:30:49.248 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:30:49.248 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:30:49.248 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:30:49.248 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:30:49.248 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:30:49.552 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:49.557 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:50.054 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:50.059 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:50.555 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:50.559 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:51.058 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:51.063 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:51.559 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:51.565 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:52.060 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:52.066 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:52.558 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:52.563 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:53.061 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:53.066 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:53.566 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:53.572 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:54.064 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:54.069 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:54.540 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:54.549 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:54.581 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:54.584 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:54.626 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:54.647 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:30:59.897 3705 3718 W MessageQueue: Handler (X.6OH) {988e430} sending
message to a Handler on a dead thread
02-25 20:30:59.897 3705 3718 W MessageQueue: java.lang.IllegalStateException:
Handler (X.6OH) {988e430} sending message to a Handler on a dead thread
02-25 20:30:59.897 3705 3718 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:778)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:727)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:697)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
android.os.Handler.post(Handler.java:427)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor.execute(Camera
DeviceImpl.java:2383)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
android.hardware.camera2.impl.CallbackProxies$SessionStateCallbackProxy.onClosed(Ca
llbackProxies.java:104)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionIm
pl.java:588)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
android.hardware.camera2.impl.CameraCaptureSessionImpl.finalize(CameraCaptureSessio
nImpl.java:879)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:339)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.processReference(Daemons.java:324)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:300)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
java.lang.Daemons$Daemon.run(Daemons.java:145)
02-25 20:30:59.897 3705 3718 W MessageQueue: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:29.945 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:29.949 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:30.033 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:30.037 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:30.084 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:30.088 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:30.111 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:30.114 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:30.603 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:30.606 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:31.104 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:31.107 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:31.609 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:31.616 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:32.001 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:32.004 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:32.268 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:32.271 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.633 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:33.638 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:33.823 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:31:33.826 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:31:33.828 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:31:33.852 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:31:33.876 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.879 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.881 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.892 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.895 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.897 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.911 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.914 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.916 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.966 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.968 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:33.970 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:34.165 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00821
02-25 20:31:34.165 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:31:34.172 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-25 20:31:34.172 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:31:34.172 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:31:34.172 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:31:34.172 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:31:34.173 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:31:34.173 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:31:34.174 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:34.174 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:34.174 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:31:34.174 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:31:34.174 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:31:34.174 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:31:34.174 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:31:34.174 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:34.176 3705 3894 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-25 20:31:34.176 3705 3894 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-25 20:31:34.176 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:31:34.176 3705 3894 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-25 20:31:34.176 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:31:34.176 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-25 20:31:34.176 3705 3894 W System.err: ... 24 more
02-25 20:31:34.177 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00825
02-25 20:31:34.177 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:31:34.178 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:31:34.178 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:31:34.178 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:31:34.178 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:31:34.178 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:31:34.178 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:31:34.178 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:31:34.178 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:31:34.178 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:31:34.178 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:31:34.178 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:31:34.178 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:31:34.178 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:31:34.179 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:31:34.179 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:31:34.179 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:31:34.179 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:31:34.179 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:34.179 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:34.179 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:31:34.179 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:31:34.179 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:31:34.179 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:31:34.179 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:31:34.179 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:34.184 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00821
02-25 20:31:34.185 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:31:34.185 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:31:34.185 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:31:34.185 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:31:34.185 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:31:34.185 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:31:34.185 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:31:34.185 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:31:34.185 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:31:34.185 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:31:34.185 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:31:34.186 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:31:34.186 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:31:34.186 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:31:34.186 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:31:34.186 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:31:34.186 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:31:34.186 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:31:34.186 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:34.186 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:34.186 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:31:34.186 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:31:34.186 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:31:34.186 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:31:34.186 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:31:34.187 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:34.187 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00825
02-25 20:31:34.187 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:31:34.187 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:31:34.187 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:31:34.188 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:31:34.188 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:31:34.189 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:31:34.189 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:34.189 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:34.189 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:31:34.189 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:31:34.189 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:31:34.189 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:31:34.189 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:31:34.189 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:34.458 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:34.462 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:34.465 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:34.803 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:34.806 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:34.808 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:34.844 3705 3705 W AudioManager: Use of stream types is deprecated
for operations other than volume control
02-25 20:31:34.844 3705 3705 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=97846ca5-6054-4011-82ca-97d0daf464c8 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/19396264_778619840269536_5378553737929732297_n.enc?ccb=11-
4&oh=01_AdS1o1hBg7CmzgrpCw2fwDS8DzmzSaLQUIH0UZJd338ShQ&oe=66034D7A&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=M51/ecgC/KEAavXgoiNXjGgftQocoQYBTMxLEJeOVkg= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240225-WA0004.opus file_size=8022 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708908942000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/19396264_778619840269536_5378553737929732297_n.enc?ccb=11-
4&oh=01_AdS1o1hBg7CmzgrpCw2fwDS8DzmzSaLQUIH0UZJd338ShQ&oe=66034D7A&_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=61
multicast_id=null enc_file_hash=wVl2pQgieVdHcEgVg/T2sBJm+6XXSrtQMyPUdzYhpJM=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=8022 media_name=PTT-20240225-WA0004.opus media_duration=3
chat_row_id=21 media_key=[B@1c27bc6
02-25 20:31:34.912 3705 3762 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at X.3g7.run(Unknown
Source:1017)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 20:31:34.912 3705 3762 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 20:31:35.029 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.032 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.034 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.050 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.053 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.056 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.062 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.065 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.067 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.076 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.080 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.082 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.087 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.091 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.093 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.104 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=97846ca5-6054-4011-82ca-97d0daf464c8 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/19396264_778619840269536_5378553737929732297_n.enc?ccb=11-
4&oh=01_AdS1o1hBg7CmzgrpCw2fwDS8DzmzSaLQUIH0UZJd338ShQ&oe=66034D7A&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=M51/ecgC/KEAavXgoiNXjGgftQocoQYBTMxLEJeOVkg= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240225-WA0004.opus file_size=8022 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708908942000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/19396264_778619840269536_5378553737929732297_n.enc?ccb=11-
4&oh=01_AdS1o1hBg7CmzgrpCw2fwDS8DzmzSaLQUIH0UZJd338ShQ&oe=66034D7A&_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=61
multicast_id=null enc_file_hash=wVl2pQgieVdHcEgVg/T2sBJm+6XXSrtQMyPUdzYhpJM=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=8022 media_name=PTT-20240225-WA0004.opus media_duration=3
chat_row_id=21 media_key=[B@1c27bc6
02-25 20:31:35.107 3705 3763 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at X.3Uz.A07(Unknown
Source:381)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at X.3Uz.A02(Unknown
Source:692)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at X.3eS.run(Unknown
Source:4041)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
X.0zr.dispatchMessage(Unknown Source:4)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 20:31:35.107 3705 3763 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 20:31:35.107 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.109 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.122 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.125 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.128 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.137 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.140 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.142 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.153 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.156 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.159 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.165 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.169 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.171 3705 7522 W AudioTrack: getTimestamp_l(107): retrograde
timestamp time corrected, 4547234858003 < 4547240972690
02-25 20:31:35.172 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.181 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.185 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.188 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.194 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.197 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.199 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.204 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.208 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.210 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.215 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.218 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.220 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.226 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.230 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.234 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.240 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.243 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.246 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.251 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.255 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.260 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.264 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.267 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.269 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.275 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.278 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.280 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.284 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.287 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.289 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.303 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.306 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.308 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.337 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.339 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.342 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.381 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.384 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.386 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.438 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.441 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.445 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.483 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.486 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.488 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.539 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.542 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.544 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.560 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.563 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.566 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.583 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.587 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.589 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.640 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.644 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.647 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.694 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.697 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.699 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.738 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.740 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.743 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.795 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.798 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.802 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.841 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.844 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.848 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.896 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.900 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.904 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.940 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.945 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.948 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:35.996 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.000 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.002 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.053 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.056 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.059 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.074 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.078 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.081 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.108 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.112 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.114 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.162 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.164 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.166 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.208 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.212 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.215 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.263 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.267 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.270 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.319 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.322 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.325 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.363 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.366 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.368 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.419 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.422 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.425 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.462 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.465 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.468 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.518 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.521 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.524 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.564 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.567 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.571 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.586 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.590 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.594 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.620 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.624 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.627 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.664 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.668 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.672 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.720 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.723 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.726 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.777 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.781 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.784 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.819 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.822 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.824 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.874 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.876 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.878 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.920 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.925 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.928 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.976 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.979 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:36.982 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.020 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.025 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.029 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.075 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.079 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.083 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.097 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.100 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.103 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.130 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.133 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.135 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.187 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.191 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.194 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.232 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.236 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.239 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.287 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.290 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.293 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.332 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.336 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.339 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.388 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.392 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.395 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.442 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.444 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.446 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.488 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.492 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.496 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.543 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.546 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.548 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.587 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.590 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.592 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.599 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.602 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.604 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.643 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.646 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.648 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.699 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.702 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.703 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.743 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.746 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.748 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.799 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.801 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.803 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.844 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.848 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.851 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.867 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.870 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.872 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.902 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.905 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.907 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.955 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.957 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:37.958 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:38.757 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:38.761 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:38.889 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:31:38.892 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:31:38.911 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:31:38.940 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:38.943 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:38.967 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:38.969 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:38.988 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:38.992 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:39.010 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:39.012 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:39.066 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:39.068 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:39.548 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:39.551 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:39.603 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:39.607 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:39.742 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:39.748 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:42.350 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:42.355 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:42.539 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:31:42.541 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:31:42.570 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:31:42.593 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:42.595 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:42.612 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:42.616 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:42.625 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:42.629 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:42.673 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:42.675 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:42.976 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00821
02-25 20:31:42.977 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:31:42.977 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-25 20:31:42.977 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:31:42.977 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:31:42.977 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:31:42.977 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:31:42.977 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:31:42.977 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:31:42.977 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:31:42.977 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:31:42.978 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:31:42.978 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:31:42.978 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:31:42.978 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:31:42.978 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:31:42.978 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:31:42.978 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:31:42.978 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:31:42.978 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:42.978 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:42.978 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:31:42.978 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:31:42.978 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:31:42.978 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:31:42.978 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:31:42.979 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:42.979 3705 3894 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-25 20:31:42.979 3705 3894 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-25 20:31:42.979 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:31:42.979 3705 3894 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-25 20:31:42.979 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:31:42.979 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-25 20:31:42.979 3705 3894 W System.err: ... 24 more
02-25 20:31:42.980 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00825
02-25 20:31:42.980 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:31:42.980 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:31:42.980 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:31:42.980 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:31:42.980 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:31:42.980 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:31:42.980 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:31:42.980 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:31:42.981 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:31:42.981 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:31:42.981 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:31:42.981 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:31:42.981 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:31:42.981 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:31:42.981 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:31:42.981 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:31:42.981 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:31:42.981 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:31:42.981 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:42.981 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:42.981 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:31:42.981 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:31:42.981 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:31:42.982 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:31:42.982 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:31:42.982 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:42.985 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00821
02-25 20:31:42.985 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:31:42.985 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:31:42.985 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:31:42.985 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:31:42.985 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:31:42.985 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:31:42.985 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:31:42.986 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:31:42.986 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:31:42.986 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:31:42.986 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:31:42.986 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:31:42.986 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:31:42.986 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:31:42.986 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:31:42.986 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:31:42.986 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:31:42.986 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:31:42.986 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:42.986 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:42.986 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:31:42.987 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:31:42.987 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:31:42.987 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:31:42.987 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:31:42.987 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:42.987 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00825
02-25 20:31:42.987 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:31:42.988 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:31:42.988 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:31:42.988 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:31:42.988 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:31:42.989 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:31:42.989 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:31:42.989 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:31:42.989 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:42.989 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:42.989 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:31:42.989 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:31:42.989 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:31:42.989 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:31:42.989 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:31:42.989 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:43.169 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:43.173 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:43.525 3705 3705 W SQLiteLog: (28) double-quoted string literal: "29"
02-25 20:31:43.655 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:31:43.671 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:43.675 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:46.250 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:46.255 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:46.327 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:46.330 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:46.380 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:46.383 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:46.428 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:46.431 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:46.916 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:46.919 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:46.938 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:46.941 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:47.271 3705 3705 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:31:47.271 3705 3705 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:31:47.384 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:47.389 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:47.409 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:47.412 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:47.902 3705 3705 W ImageView: Unable to open content:
file:///data/user/0/com.whatsapp/cache/fmmediapreview.jpg
02-25 20:31:47.902 3705 3705 W ImageView: java.io.FileNotFoundException:
/data/user/0/com.whatsapp/cache/fmmediapreview.jpg: open failed: ENOENT (No such
file or directory)
02-25 20:31:47.902 3705 3705 W ImageView: at
libcore.io.IoBridge.open(IoBridge.java:574)
02-25 20:31:47.902 3705 3705 W ImageView: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
02-25 20:31:47.902 3705 3705 W ImageView: at
java.io.FileInputStream.<init>(FileInputStream.java:115)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.content.ContentResolver.openInputStream(ContentResolver.java:1523)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.graphics.ImageDecoder$ContentResolverSource.createImageDecoder(ImageDecoder
.java:278)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.graphics.ImageDecoder.decodeDrawableImpl(ImageDecoder.java:1911)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.graphics.ImageDecoder.decodeDrawable(ImageDecoder.java:1904)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.widget.ImageView.getDrawableFromUri(ImageView.java:1019)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.widget.ImageView.resolveUri(ImageView.java:988)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.widget.ImageView.setImageURI(ImageView.java:562)
02-25 20:31:47.902 3705 3705 W ImageView: at
com.whatsapp.yo.TouchImageView.setImageURI(Native Method)
02-25 20:31:47.902 3705 3705 W ImageView: at
com.whatsapp.yo.MediaPreviewActivity.f(Native Method)
02-25 20:31:47.902 3705 3705 W ImageView: at
com.whatsapp.yo.MediaPreviewActivity.c(Unknown Source:1)
02-25 20:31:47.902 3705 3705 W ImageView: at com.whatsapp.yo.k2.run(Native
Method)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.os.Looper.loop(Looper.java:313)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 20:31:47.902 3705 3705 W ImageView: at
java.lang.reflect.Method.invoke(Native Method)
02-25 20:31:47.902 3705 3705 W ImageView: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 20:31:47.902 3705 3705 W ImageView: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 20:31:47.902 3705 3705 W ImageView: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-25 20:31:47.902 3705 3705 W ImageView: at libcore.io.Linux.open(Native
Method)
02-25 20:31:47.902 3705 3705 W ImageView: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-25 20:31:47.902 3705 3705 W ImageView: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-25 20:31:47.902 3705 3705 W ImageView: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-25 20:31:47.902 3705 3705 W ImageView: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8624)
02-25 20:31:47.902 3705 3705 W ImageView: at
libcore.io.IoBridge.open(IoBridge.java:560)
02-25 20:31:47.902 3705 3705 W ImageView: ... 21 more
02-25 20:31:47.902 3705 3705 W ImageView: resolveUri failed on bad bitmap uri:
file:///data/user/0/com.whatsapp/cache/fmmediapreview.jpg
02-25 20:31:47.924 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:47.931 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.203 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.207 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.237 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.240 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.251 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.256 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.262 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.265 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.275 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.281 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.296 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.303 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.319 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.325 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.358 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.362 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.384 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.389 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.396 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.401 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.406 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.410 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.574 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.579 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.657 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:48.662 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:49.161 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:49.169 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:49.665 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:49.670 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:50.161 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:50.165 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:50.494 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00821
02-25 20:31:50.495 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:31:50.495 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-25 20:31:50.495 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:31:50.495 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:31:50.496 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:31:50.496 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:31:50.496 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:31:50.496 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:31:50.496 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:31:50.496 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:31:50.496 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:31:50.496 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:31:50.497 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:31:50.497 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:31:50.497 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:31:50.497 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:31:50.497 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:31:50.497 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:31:50.497 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:50.497 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:50.498 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:31:50.498 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:31:50.498 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:31:50.498 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:31:50.498 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:31:50.498 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:50.498 3705 3894 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-25 20:31:50.499 3705 3894 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-25 20:31:50.499 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:31:50.499 3705 3894 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-25 20:31:50.499 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:31:50.499 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-25 20:31:50.499 3705 3894 W System.err: ... 24 more
02-25 20:31:50.500 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00825
02-25 20:31:50.500 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:31:50.500 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:31:50.501 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:31:50.501 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:31:50.501 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:31:50.501 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:31:50.501 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:31:50.501 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:31:50.501 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:31:50.501 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:31:50.502 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:31:50.502 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:31:50.502 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:31:50.502 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:31:50.502 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:31:50.502 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:31:50.502 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:31:50.502 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:31:50.502 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:50.503 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:31:50.503 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:31:50.503 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:31:50.503 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:31:50.503 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:31:50.503 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:31:50.503 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:31:50.654 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:50.659 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:51.159 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:51.164 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:51.654 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:51.660 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:52.156 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:52.161 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:52.669 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:52.673 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.169 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.173 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.481 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.484 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.510 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.512 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.530 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.533 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.546 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.549 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.558 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.560 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.591 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.595 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.608 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.612 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.626 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.629 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.635 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.639 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.647 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.650 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.658 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.662 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.669 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.672 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.680 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.684 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.691 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.694 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.807 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.810 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:53.824 3705 3808 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 20:31:53.824 3705 3808 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 20:31:54.005 3705 6267 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:31:54.014 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:54.016 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:54.516 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:54.522 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:55.017 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:55.021 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:55.107 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:55.111 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:55.133 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:55.138 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:55.286 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:55.289 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:55.433 3705 3705 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 47569145
02-25 20:31:56.518 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:56.522 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:31:56.811 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:31:56.817 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:31:56.841 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:31:56.875 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:56.879 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:56.893 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:56.897 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:56.923 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:56.926 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:56.948 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:56.951 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:57.422 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:57.426 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:57.445 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:57.449 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:57.490 3705 3705 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:31:57.490 3705 3705 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:31:57.556 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:57.559 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:57.566 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:57.569 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:57.948 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:57.953 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:58.454 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:58.467 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:58.953 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:58.967 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:59.071 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:59.076 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:59.192 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:59.197 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:59.245 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:59.249 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:31:59.291 3705 3705 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 47569145
02-25 20:32:00.125 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:32:00.129 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:32:00.280 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:32:00.283 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:32:00.303 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:32:00.331 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.334 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.348 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.354 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.367 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.372 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.385 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.388 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.430 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.432 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.737 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00821
02-25 20:32:00.737 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:32:00.737 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-25 20:32:00.737 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:32:00.737 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:32:00.737 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:32:00.738 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:32:00.739 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:32:00.739 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:32:00.739 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:00.739 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:00.739 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:32:00.739 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:32:00.739 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:32:00.739 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:32:00.739 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:32:00.739 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:32:00.740 3705 3894 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-25 20:32:00.740 3705 3894 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-25 20:32:00.740 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:32:00.740 3705 3894 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-25 20:32:00.740 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:32:00.740 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-25 20:32:00.740 3705 3894 W System.err: ... 24 more
02-25 20:32:00.741 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00825
02-25 20:32:00.741 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:32:00.741 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:32:00.741 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:32:00.741 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:32:00.741 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:32:00.742 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:32:00.742 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:32:00.742 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:32:00.742 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:32:00.742 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:32:00.742 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:32:00.742 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:32:00.742 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:32:00.742 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:32:00.742 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:32:00.743 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:32:00.743 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:32:00.743 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:32:00.743 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:00.743 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:00.743 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:32:00.743 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:32:00.743 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:32:00.743 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:32:00.743 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:32:00.743 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:32:00.747 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00821
02-25 20:32:00.747 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:32:00.747 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:32:00.747 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:32:00.747 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:32:00.747 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:32:00.747 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:32:00.748 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:32:00.749 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:32:00.749 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:00.749 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:00.749 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:32:00.749 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:32:00.749 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:32:00.749 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:32:00.749 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:32:00.749 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:32:00.750 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00825
02-25 20:32:00.750 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:32:00.750 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:32:00.750 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:32:00.750 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:32:00.750 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:32:00.750 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:32:00.751 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:32:00.752 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:32:00.752 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:00.752 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:00.752 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:32:00.752 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:32:00.752 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:32:00.752 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:32:00.752 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:32:00.752 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:32:00.920 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:00.925 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:01.424 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:01.429 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:01.559 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:01.562 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:01.593 3705 3705 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:32:01.593 3705 3705 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:32:01.651 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:01.654 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:01.665 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:01.668 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:01.922 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:01.926 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:02.412 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:02.416 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:02.438 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:02.441 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:02.496 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:02.499 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:02.585 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:02.589 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:02.633 3705 3705 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 47569145
02-25 20:32:04.440 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:32:04.445 3705 3705 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 20:32:04.697 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:32:04.702 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 20:32:04.726 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:32:04.763 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:04.767 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:04.781 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:04.787 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:04.803 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:04.808 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:04.853 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:04.856 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:05.323 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:05.328 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:05.347 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:05.351 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:05.377 3705 3705 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 20:32:05.377 3705 3705 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 20:32:05.435 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:05.437 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:05.446 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:05.449 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:05.849 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:05.854 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.348 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.352 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.412 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.417 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.430 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.435 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.443 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.452 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.459 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.465 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.476 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.479 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.494 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.498 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.510 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.515 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.529 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.533 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.543 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.547 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.560 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.564 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.577 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.581 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.594 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.599 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.611 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.616 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.889 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.893 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.905 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.910 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.934 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.938 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.960 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.964 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.989 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:06.992 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.005 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.009 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.023 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.027 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.034 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.037 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.044 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.049 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.056 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.059 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.067 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.072 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.078 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.083 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.181 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.185 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.204 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.207 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.214 3705 3808 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 20:32:07.214 3705 3808 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 20:32:07.235 3705 5151 W MediaPlayerNative: info/warning (10973, 0)
02-25 20:32:07.414 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.419 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.873 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.877 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.895 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.899 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.905 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:07.909 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:08.416 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:08.422 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:08.659 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00821
02-25 20:32:08.659 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:32:08.659 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-25 20:32:08.660 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:32:08.660 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:32:08.660 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:32:08.660 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:32:08.660 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:32:08.660 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:32:08.660 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:32:08.660 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:32:08.660 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:32:08.660 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:32:08.661 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:32:08.661 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:32:08.661 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:32:08.661 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:32:08.661 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:32:08.661 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:32:08.661 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:08.661 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:08.662 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:32:08.662 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:32:08.662 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:32:08.662 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:32:08.662 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:32:08.662 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:32:08.662 3705 3894 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-25 20:32:08.663 3705 3894 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-25 20:32:08.663 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:32:08.663 3705 3894 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-25 20:32:08.663 3705 3894 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-25 20:32:08.663 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-25 20:32:08.663 3705 3894 W System.err: ... 24 more
02-25 20:32:08.664 3705 3894 E ArmVmp : Match on catch block at 0x48 in for
0x7b05e00825
02-25 20:32:08.664 3705 3894 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-25 20:32:08.664 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-25 20:32:08.664 3705 3894 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-25 20:32:08.664 3705 3894 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-25 20:32:08.665 3705 3894 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-25 20:32:08.665 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-25 20:32:08.665 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-25 20:32:08.665 3705 3894 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-25 20:32:08.665 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-25 20:32:08.665 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-25 20:32:08.665 3705 3894 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-25 20:32:08.665 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-25 20:32:08.666 3705 3894 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-25 20:32:08.666 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-25 20:32:08.666 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-25 20:32:08.666 3705 3894 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-25 20:32:08.666 3705 3894 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-25 20:32:08.666 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-25 20:32:08.666 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:08.666 3705 3894 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-25 20:32:08.666 3705 3894 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-25 20:32:08.667 3705 3894 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-25 20:32:08.667 3705 3894 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-25 20:32:08.667 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-25 20:32:08.667 3705 3894 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-25 20:32:08.667 3705 3894 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-25 20:32:08.918 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:08.923 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:09.418 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:09.424 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:09.920 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:09.925 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:10.427 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:10.433 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:10.929 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:10.935 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:11.430 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:11.435 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:11.932 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:11.939 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:12.433 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:12.438 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:12.934 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:12.940 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:13.344 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:13.348 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:13.588 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:13.596 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:13.648 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:13.652 3705 3705 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 20:32:13.711 3705 3705 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 47569145
02-25 20:41:56.504 3705 3705 E View : This model doesn't support window blur!
02-25 20:41:56.819 3705 3705 E View : This model doesn't support window blur!
02-25 20:41:57.559 3705 3782 W Parcel : Expecting binder but got null!
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=777963bd-fd65-4915-8a20-a48424b127bf transcoded=0 gif_attribution=0
first_scan_length=1113 direct_path=/o1/v/t62.7118-24/f1/m269/up-oil-image-8bb3987c-
5770-4393-bf4c-7cf84db23a8b?ccb=9-4&oh=01_AdR-
s53uvYeJZUTADFCL2cZTWxipGKs5nWMRYcDNR1tS4g&oe=66034D61&_nc_sid=000000
thumbnail_height_width_ratio=0.7916667 is_animated_sticker=0
file_hash=GSamIgGXTW8XiR4kDPntgk9EyMkGnT3HBD6sYd6fLYo=
file_path=Media/.Statuses/f99da3ece3604401a2f4301f03616fdc.jpg file_size=7835
partial_media_hash=VxEx30tVgrb5quuxGyY0E0ts9E/4eeUXA/EnaVIyGFM= face_x=0 face_y=0
height=382 trim_to=0 media_key_timestamp=1708911495000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m269/up-oil-image-
8bb3987c-5770-4393-bf4c-7cf84db23a8b?ccb=9-4&oh=01_AdR-
s53uvYeJZUTADFCL2cZTWxipGKs5nWMRYcDNR1tS4g&oe=66034D61&_nc_sid=000000&mms3=true
media_caption=null trim_from=0 mime_type=image/jpeg 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=72
multicast_id=null enc_file_hash=M6xai7MJmKN168IhxJ78MqQjsC85lVSYS0WRe90+kcU=
mute_video=0 page_count=0 first_scan_sidecar=[B@bcec127 suspicious_content=0
file_length=7835 media_name=null media_duration=0 chat_row_id=14
media_key=[B@10c4fd4
02-25 20:41:58.699 3705 3762 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:41:58.699 3705 3762 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 20--------- beginning of main
02-25 20:42:04.266 3705 3705 E View : This model doesn't support window blur!
02-25 20:42:15.211 12680 12680 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 20:42:15.473 12680 12680 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 20:42:15.478 12680 12680 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 20:42:15.478 12680 12680 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 20:42:15.478 12680 12680 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 20:42:15.478 12680 12680 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 20:42:15.478 12680 12680 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 20:42:15.478 12680 12680 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 20:42:15.478 12680 12680 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 20:42:15.478 12680 12680 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 20:42:15.478 12680 12680 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 20:42:15.478 12680 12680 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 20:42:15.478 12680 12680 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 20:42:15.478 12680 12680 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 20:42:15.478 12680 12680 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 20:42:15.478 12680 12680 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 20:42:15.478 12680 12680 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 20:42:15.478 12680 12680 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 20:42:15.478 12680 12680 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 20:42:15.478 12680 12680 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 20:42:15.478 12680 12680 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 20:42:15.478 12680 12680 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 20:42:15.478 12680 12680 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 20:42:15.478 12680 12680 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 20:42:15.501 12680 12680 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 20:42:15.583 12680 12702 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 20:42:16.156 12680 12680 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 20:42:16.156 12680 12680 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:09:18.210 17900 17900 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 21:09:18.449 17900 17900 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 21:09:18.453 17900 17900 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 21:09:18.453 17900 17900 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 21:09:18.453 17900 17900 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 21:09:18.453 17900 17900 W System.err: at
java.lang.Runtime.loadLibrary0(R--------- beginning of main
02-25 21:09:18.491 17900 17900 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 21:09:19.114 17900 17900 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:09:19.114 17900 17900 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:12:50.767 19205 19205 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 21:12:50.998 19205 19205 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 21:12:51.000 19205 19205 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 21:12:51.000 19205 19205 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 21:12:51.000 19205 19205 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 21:12:51.000 19205 19205 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 21:12:51.000 19205 19205 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 21:12:51.000 19205 19205 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 21:12:51.000 19205 19205 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 21:12:51.000 19205 19205 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 21:12:51.000 19205 19205 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 21:12:51.000 19205 19205 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 21:12:51.000 19205 19205 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 21:12:51.000 19205 19205 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 21:12:51.000 19205 19205 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 21:12:51.000 19205 19205 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 21:12:51.000 19205 19205 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 21:12:51.000 19205 19205 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 21:12:51.001 19205 19205 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:12:51.001 19205 19205 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 21:12:51.001 19205 19205 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 21:12:51.001 19205 19205 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 21:12:51.001 19205 19205 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 21:12:51.001 19205 19205 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 21:12:51.058 19205 19205 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 21:12:51.529 19205 19205 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:12:51.529 19205 19205 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:12:53.212 19205 19205 W SoundPool: Use of stream types is deprecated for
operations other than volume control
02-25 21:12:53.212 19205 19205 W SoundPool: See the documentation of SoundPool()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
02-25 21:12:53.607 19205 19312 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:12:53.649 19205 19205 E FileSource: Failed to open file
'content://settings/system/ringtone'. (No such file or directory)
02-25 21:12:53.652 19205 19205 E AudioManager: hasHapticChannels
failure:java.io.IOException: Failed to instantiate extractor.
02-25 21:13:00.101 19205 19205 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 21:13:00.147 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:13:00.272 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:13:00.275 19205 19205 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.
02-25 21:13:00.572 19205 19307 W libOpenSLES: Conversion from OpenSL ES positional
channel mask 0x4 to Android mask 0 loses channels
02-25 21:13:00.839 19205 19215 W System : A resource failed to call
AbstractCursor.close.
02-25 21:13:00.839 19205 19215 W System : A resource failed to call
CursorWrapperInner.close.
02-25 21:13:13.208 19205 19304 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=9b8ba188-dcaa-4b7b-8f85-64b0fb6cce91 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/33344369_1466616017598731_377584951082935266_n.enc?ccb=11-
4&oh=01_AdTWgpVRazWmQItYQMYwHqvO4cI-tYwPUAJ7qZLPcIwckg&oe=660359ED&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=hMc4HDWlfjfRDoYvQp8Lo/pzV9jh5wAXS0xIB7V56TI= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240225-WA0006.opus file_size=4471 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708913595000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/33344369_1466616017598731_377584951082935266_n.enc?ccb=11-
4&oh=01_AdTWgpVRazWmQItYQMYwHqvO4cI-
tYwPUAJ7qZLPcIwckg&oe=660359ED&_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=73 multicast_id=null
enc_file_hash=5kbw668sNrzlTyPmOjAEttPV+az/S9ftBkG6IejQz6Y= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=4471
media_name=null media_duration=1 chat_row_id=22 media_key=[B@fbd200b
02-25 21:13:16.844 19205 19248 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 21:13:16.844 19205 19248 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 21:13:19.815 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:13:19.844 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 21:13:19.943 19205 19205 W Activity: Can request only one set of permissions
at a time
02-25 21:13:20.020 19205 19803 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:13:20.020 19205 19803 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:13:20.020 19205 19803 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:13:20.020 19205 19803 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:13:20.020 19205 19803 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:13:20.020 19205 19803 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 21:13:20.020 19205 19803 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 21:13:20.020 19205 19803 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 21:13:20.060 19205 19803 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 21:13:20.060 19205 19803 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 21:13:20.907 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:13:20.915 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:13:21.362 19205 19903 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 21:13:21.664 19205 19205 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 21:13:22.617 19205 19965 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 21:13:22.617 19205 19965 E RenderScript: Failed to load runtime , loading
default
02-25 21:13:22.767 19205 19903 W LOTTIE : Unknown shape type rd
02-25 21:13:22.866 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:13:22.874 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:13:23.116 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:13:23.120 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:13:23.122 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:13:23.159 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:13:23.215 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.219 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.221 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.248 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.250 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.251 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.293 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.295 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.297 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.782 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.786 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:23.788 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.138 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.143 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.146 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.161 19205 19205 W AudioManager: Use of stream types is deprecated
for operations other than volume control
02-25 21:13:24.161 19205 19205 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=9b8ba188-dcaa-4b7b-8f85-64b0fb6cce91 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/33344369_1466616017598731_377584951082935266_n.enc?ccb=11-
4&oh=01_AdTWgpVRazWmQItYQMYwHqvO4cI-tYwPUAJ7qZLPcIwckg&oe=660359ED&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=hMc4HDWlfjfRDoYvQp8Lo/pzV9jh5wAXS0xIB7V56TI= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240225-WA0006.opus file_size=4471 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708913595000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/33344369_1466616017598731_377584951082935266_n.enc?ccb=11-
4&oh=01_AdTWgpVRazWmQItYQMYwHqvO4cI-
tYwPUAJ7qZLPcIwckg&oe=660359ED&_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=73 multicast_id=null
enc_file_hash=5kbw668sNrzlTyPmOjAEttPV+az/S9ftBkG6IejQz6Y= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=4471
media_name=PTT-20240225-WA0006.opus media_duration=1 chat_row_id=22
media_key=[B@fbd200b
02-25 21:13:24.208 19205 19248 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at X.3g7.run(Unknown
Source:1017)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 21:13:24.208 19205 19248 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 21:13:24.341 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.342 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.344 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.352 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.357 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.359 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.367 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.370 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.371 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.374 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.377 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.379 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.382 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.385 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.387 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.392 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.395 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.397 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.404 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.406 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.407 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.414 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.417 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.418 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.426 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.428 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.430 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.437 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.440 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.441 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.442 19205 20003 W AudioTrack: getTimestamp_l(156): retrograde
timestamp time corrected, 6861438400662 < 6861442541651
02-25 21:13:24.448 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.450 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.452 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.459 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.462 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.464 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=9b8ba188-dcaa-4b7b-8f85-64b0fb6cce91 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/33344369_1466616017598731_377584951082935266_n.enc?ccb=11-
4&oh=01_AdTWgpVRazWmQItYQMYwHqvO4cI-tYwPUAJ7qZLPcIwckg&oe=660359ED&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=hMc4HDWlfjfRDoYvQp8Lo/pzV9jh5wAXS0xIB7V56TI= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240225-WA0006.opus file_size=4471 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708913595000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/33344369_1466616017598731_377584951082935266_n.enc?ccb=11-
4&oh=01_AdTWgpVRazWmQItYQMYwHqvO4cI-
tYwPUAJ7qZLPcIwckg&oe=660359ED&_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=73 multicast_id=null
enc_file_hash=5kbw668sNrzlTyPmOjAEttPV+az/S9ftBkG6IejQz6Y= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=4471
media_name=PTT-20240225-WA0006.opus media_duration=1 chat_row_id=22
media_key=[B@fbd200b
02-25 21:13:24.470 19205 19249 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at X.3Uz.A07(Unknown
Source:381)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at X.3Uz.A02(Unknown
Source:692)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at X.3eS.run(Unknown
Source:4041)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
X.0zr.dispatchMessage(Unknown Source:4)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 21:13:24.470 19205 19249 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 21:13:24.470 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.472 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.474 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.483 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.485 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.487 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.492 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.495 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.496 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.503 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.506 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.507 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.515 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.517 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.518 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.526 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.529 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.531 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.539 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.542 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.545 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.548 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.552 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.553 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.559 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.562 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.563 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.571 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.573 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.575 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.582 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.584 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.585 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.593 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.595 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.596 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.604 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.606 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.608 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.615 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.617 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.618 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.626 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.628 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.630 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.682 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.684 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.686 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.727 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.731 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.735 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.783 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.787 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.790 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.827 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.830 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.832 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.860 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.863 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.864 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.884 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.887 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.889 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.930 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.935 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.939 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.985 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.987 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:24.990 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.041 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.044 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.047 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.086 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.090 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.094 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.141 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.144 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.146 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.187 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.191 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.194 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.241 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.244 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.247 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.284 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.287 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.290 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.340 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.342 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.344 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.362 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.364 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.366 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.395 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.398 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.400 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.451 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.453 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.456 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.495 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.498 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.500 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.552 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.556 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.559 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.865 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.868 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:25.871 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.360 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.362 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.365 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.439 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.441 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.444 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.843 19205 19205 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:13:26.843 19205 19205 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:13:26.865 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.867 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.870 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.985 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.988 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:26.991 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.010 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.013 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.016 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.368 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.372 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.377 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.698 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.701 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.704 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.720 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.722 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.724 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.733 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.736 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.739 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.750 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.752 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.756 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.767 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.772 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.775 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.784 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.787 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.791 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.807 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.815 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.823 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.836 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.843 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.847 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.867 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.876 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.879 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.888 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.892 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.895 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.900 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.903 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.905 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.937 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.942 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.944 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.952 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.959 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.961 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.968 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.970 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.973 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.985 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.989 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:27.992 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.001 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.003 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.006 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.018 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.021 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.023 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.034 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.037 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.042 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.051 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.053 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.056 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.068 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.072 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.075 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.084 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.089 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.092 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.101 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.104 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.106 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.119 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.124 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.127 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.135 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.140 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.143 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.152 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.155 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.157 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.168 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.172 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.175 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.185 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.189 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.192 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.203 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.207 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.210 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.220 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.224 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.228 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.402 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.406 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.409 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.441 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.443 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.445 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.466 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.469 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.480 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.482 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.491 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.494 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.545 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.547 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.566 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.569 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.593 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.596 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.602 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.606 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.614 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.617 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.625 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.628 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.839 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.841 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.852 19205 19812 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:13:28.852 19205 19812 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:13:28.886 19205 19312 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:13:28.937 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:28.940 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.242 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.245 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.352 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.356 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.401 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.406 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.561 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:13:29.569 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.572 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.586 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.593 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.605 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.610 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.623 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.626 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.639 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.642 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.650 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.653 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.662 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:29.665 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:30.096 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:30.099 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:30.600 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:30.604 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:31.100 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:31.106 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:31.415 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:13:31.601 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:31.605 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:32.103 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:32.107 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:32.604 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:32.607 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:33.106 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:33.111 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:33.606 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:33.611 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:34.108 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:34.114 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:34.610 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:34.614 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:35.108 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:35.112 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:35.611 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:35.616 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:36.113 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:36.124 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:36.615 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:36.619 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:36.809 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:36.822 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:36.833 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:36.840 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:37.042 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:13:37.058 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:04.557 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:15:04.561 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:15:04.770 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:04.801 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:05.056 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:05.061 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:05.161 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:05.169 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:05.269 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:05.274 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:05.591 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:05.596 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:06.203 19205 22843 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 21:15:07.978 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:15:07.988 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:15:08.487 19205 19205 W View : requestLayout() improperly called by
X.4rg{e4cf1de V.E....L. ......ID 0,1102-1080,1522} during layout: running second
layout pass
02-25 21:15:08.487 19205 19205 W View : requestLayout() improperly called by
android.widget.LinearLayout{828cfbf V.E...... ......ID 38,3-816,407 #7f0b0e50
app:id/main_layout} during layout: running second layout pass
02-25 21:15:08.487 19205 19205 W View : requestLayout() improperly called by
com.whatsapp.conversation.conversationrow.ConversationRowImage$RowImageView{566d68c
VFED..CL. ......ID 11,11-767,200 #7f0b0c84 app:id/image} during layout: running
second layout pass
02-25 21:15:08.543 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:15:08.552 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:15:08.625 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:08.671 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:08.676 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:08.705 19205 19205 W View : requestLayout() improperly called by
X.4rg{e4cf1de V.E....L. ......ID 0,1102-1080,1522} during second layout pass:
posting in next frame
02-25 21:15:08.705 19205 19205 W View : requestLayout() improperly called by
android.widget.LinearLayout{828cfbf V.E...... ......ID 38,3-816,407 #7f0b0e50
app:id/main_layout} during second layout pass: posting in next frame
02-25 21:15:08.710 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:08.716 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:08.774 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:08.778 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.212 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.216 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.471 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.475 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.509 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.515 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.529 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.535 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.859 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.862 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.977 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:09.980 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:15:11.369 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:12.382 19205 19205 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 21:15:13.165 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:13.925 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:15.236 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:16.271 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:21.282 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:23.504 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:15:23.524 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:15:23.651 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:15:23.852 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:27.396 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:34.051 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:34.890 19205 19205 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 21:15:35.477 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:36.263 19205 19205 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 21:15:45.996 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:15:45.998 19205 19205 W RemoteInputConnectionImpl: getExtractedText on
inactive InputConnection
02-25 21:16:39.678 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:16:42.465 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:16:46.139 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:16:49.337 19205 19205 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 21:16:49.485 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:17:00.466 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:17:01.558 19205 19205 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 21:17:02.234 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:17:03.145 19205 19205 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 21:17:13.250 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 21:17:13.268 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 21:17:13.409 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:17:13.427 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:17:13.675 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:17:25.410 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:17:31.133 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6903d
02-25 21:17:31.150 19205 19205 E ArmVmp : Match on catch block at 0x22 in for
0x7b18e6902d
02-25 21:17:31.288 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:17:31.301 19205 19205 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)
02-25 21:17:31.329 19205 19205 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:17:31.377 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:17:31.381 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:17:31.383 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:17:31.385 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:17:31.386 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:17:31.387 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:17:31.389 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:17:31.412 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:17:31.414 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.418 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.419 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.421 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.422 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.424 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.426 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.432 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.437 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.439 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.441 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.442 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.443 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.444 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.457 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.460 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.462 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.463 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.464 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.465 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.466 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.488 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.491 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.493 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.496 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.497 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.498 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.500 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.510 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.513 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.514 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.515 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.516 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.517 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.518 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.521 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.524 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.525 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.526 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.527 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.528 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.529 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.533 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.536 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.537 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.538 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.539 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.540 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.541 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.544 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.548 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.549 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.550 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.551 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.552 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.552 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.555 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.558 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.559 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.560 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.561 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.562 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.563 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.566 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.569 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.570 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.571 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.572 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.573 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:31.574 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.515 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.518 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.520 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.521 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.522 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.524 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.525 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.600 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.603 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.604 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.605 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.606 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.607 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.608 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.681 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.685 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.686 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.687 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.688 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.689 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:39.690 19205 19205 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:17:41.682 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:17:44.084 19205 19488 W Parcel : Expecting bi--------- beginning of main
02-25 21:17:45.920 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:17:47.518 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:18:01.327 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:18:02.656 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:18:02.658 19205 19205 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.
02-25 21:18:22.651 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:18:27.993 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:18:35.521 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:18:41.850 19205 19312 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:18:41.893 19205 19312 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:18:41.938 19205 19312 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:18:42.025 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:18:45.897 19205 19488 W Parcel : Expecting binder but got null!
02-25 21:18:46.267 19205 19205 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 21:19:11.405 27644 27644 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 21:19:11.524 27644 27644 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 21:19:11.525 27644 27644 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 21:19:11.525 27644 27644 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 21:19:11.526 27644 27644 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 21:19:11.526 27644 27644 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 21:19:11.526 27644 27644 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 21:19:11.526 27644 27644 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 21:19:11.526 27644 27644 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 21:19:11.526 27644 27644 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 21:19:11.526 27644 27644 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 21:19:11.526 27644 27644 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 21:19:11.526 27644 27644 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 21:19:11.526 27644 27644 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 21:19:11.526 27644 27644 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 21:19:11.526 27644 27644 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 21:19:11.526 27644 27644 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 21:19:11.526 27644 27644 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 21:19:11.526 27644 27644 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:19:11.526 27644 27644 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 21:19:11.526 27644 27644 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 21:19:11.526 27644 27644 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 21:19:11.526 27644 27644 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 21:19:11.526 27644 27644 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 21:19:11.563 27644 27644 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 21:19:11.841 27644 27644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:19:11.841 27644 27644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:19:11.967 27644 27702 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 21:19:11.967 27644 27702 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 21:19:11.967 27644 27702 W com.whatsapp: and incorrect proguard
optimizations.
02-25 21:19:11.970 27644 27644 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 21:19:12.103 27644 27644 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 21:19:12.372 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:19:12.399 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 21:19:12.456 27644 27644 W Activity: Can request only one set of permissions
at a time
02-25 21:19:12.653 27644 27644 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 21:19:12.686 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:19:15.462 27644 27675 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 21:19:15.539 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:19:16.150 27644 27793 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 21:19:16.589 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:19:16.648 27644 27644 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 21:19:23.420 27644 27652 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 21:19:27.439 27644 27720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:19:27.439 27644 27720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:19:27.439 27644 27720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:19:27.439 27644 27720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:19:27.439 27644 27720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:19:27.439 27644 27720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 21:19:27.439 27644 27720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 21:19:27.439 27644 27720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 21:19:27.472 27644 27720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 21:19:27.472 27644 27720 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 21:20:04.963 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:20:13.819 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:20:14.728 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:20:31.318 27644 27644 E ViewDragHelper: Ignoring pointerId=1 because
ACTION_DOWN was not received for this pointer before ACTION_MOVE. It likely
happened because ViewDragHelper did not receive all the events in the event
stream.
02-25 21:20:31.318 27644 27644 E ViewDragHelper: Ignoring pointerId=1 because
ACTION_DOWN was not received for this pointer before ACTION_MOVE. It likely
happened because ViewDragHelper did not receive all the events in the event
stream.
02-25 21:20:31.395 27644 27644 E ViewDragHelper: Ignoring pointerId=1 because
ACTION_DOWN was not received for this pointer before ACTION_MOVE. It likely
happened because ViewDragHelper did not receive all the events in the event
stream.
02-25 21:20:31.395 27644 27644 E ViewDragHelper: Ignoring pointerId=1 because
ACTION_DOWN was not received for this pointer before ACTION_MOVE. It likely
happened because ViewDragHelper did not receive all the events in the event
stream.
02-25 21:20:31.406 27644 27644 E ViewDragHelper: Ignoring pointerId=1 because
ACTION_DOWN was not received for this pointer before ACTION_MOVE. It likely
happened because ViewDragHelper did not receive all the events in the event
stream.
02-25 21:20:31.406 27644 27644 E ViewDragHelper: Ignoring pointerId=1 because
ACTION_DOWN was not received for this pointer before ACTION_MOVE. It likely
happened because ViewDragHelper did not receive all the events in the event
stream.
02-25 21:20:31.417 27644 27644 E ViewDragHelper: Ignoring pointerId=1 because
ACTION_DOWN was not received for this pointer before ACTION_MOVE. It likely
happened because ViewDragHelper did not receive all the events in the event
stream.
02-25 21:20:31.417 27644 27644 E ViewDragHelper: Ignoring pointerId=1 because
ACTION_DOWN was not received for this pointer before ACTION_MOVE. It likely
happened because ViewDragHelper did not receive all the events in the event
stream.
02-25 21:20:40.302 27644 27713 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 21:20:42.583 27644 28617 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 21:20:42.583 27644 28617 E RenderScript: Failed to load runtime , loading
default
02-25 21:20:42.800 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:20:42.808 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:20:42.989 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:20:42.994 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:20:43.020 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:20:43.047 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:43.048 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:43.067 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:43.069 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:43.101 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:43.102 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:43.834 27644 27644 W SQLiteLog: (28) double-quoted string literal: "21"
02-25 21:20:43.936 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:20:43.950 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:43.953 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:43.975 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:43.977 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:44.156 27644 28644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:20:44.156 27644 28644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:20:44.156 27644 28644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:20:44.156 27644 28644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:20:44.156 27644 28644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:20:44.156 27644 28644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 21:20:44.156 27644 28644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 21:20:44.156 27644 28644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 21:20:44.416 27644 28644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 21:20:44.416 27644 28644 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 21:20:44.687 27644 27644 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{7ed1a89 VFED..C.. ......ID 0,10-
127,136 #0} during layout: running second layout pass
02-25 21:20:44.687 27644 27644 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{d003a8e V.E...... ......ID 953,0-1080,147}
during layout: running second layout pass
02-25 21:20:48.649 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:20:48.652 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:20:48.699 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:48.701 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:48.731 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:48.733 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:48.798 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:20:50.306 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:20:50.310 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:20:50.361 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:50.363 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:50.389 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:50.391 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:50.434 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:50.436 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:56.181 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:56.183 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:56.191 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:56.192 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:56.285 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:20:56.288 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:16.742 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:21:18.091 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:21:18.095 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:21:18.188 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:21:18.190 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:21:18.203 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:21:18.224 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:18.225 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:18.241 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:18.242 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:18.261 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:18.263 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:18.298 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:18.300 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:19.364 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:19.367 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:20.057 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:20.061 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:20.141 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:20.144 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:20.909 27644 28822 W LOTTIE : Unknown shape type rd
02-25 21:21:20.944 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:21:20.947 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:21:21.162 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:21:21.166 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:21:21.193 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:21:21.219 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.222 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.250 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.254 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.279 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.281 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.322 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.325 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.333 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.336 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.344 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.347 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.356 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.358 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.367 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.369 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.378 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.381 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.389 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.392 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.400 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.403 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.411 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.414 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.423 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.425 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.434 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.437 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.445 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.449 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.456 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.459 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.467 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.471 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.478 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.480 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.557 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.560 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.657 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.660 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.770 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.776 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.814 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.820 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.859 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.863 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.960 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:21.965 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.071 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.076 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.172 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.178 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.271 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.276 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.316 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.321 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.372 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.378 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.473 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.478 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.573 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.577 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.674 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.679 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.773 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.778 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.818 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.824 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.874 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.880 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.972 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:22.975 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.072 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.074 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.175 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.181 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.274 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.279 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.307 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.312 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.374 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.378 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.475 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.480 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.574 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.579 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.686 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.691 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.787 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.792 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.808 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.813 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.886 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.892 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.987 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:23.991 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.087 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.092 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.187 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.193 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.288 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.293 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.309 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.314 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.387 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.393 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.487 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.492 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.588 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.593 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.689 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.696 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.795 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.811 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.838 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.844 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.913 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.916 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.932 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.935 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.993 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:24.996 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.092 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.095 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.122 27644 27644 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:21:25.122 27644 27644 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:21:25.193 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.196 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.298 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.300 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.315 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.318 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.326 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.329 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.393 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.395 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.493 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.495 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.593 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.595 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.694 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.697 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.795 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.800 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.829 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.834 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.901 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.913 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.991 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:25.995 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.006 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.008 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.072 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.075 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.107 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.111 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.207 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.212 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.308 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.312 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.330 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.335 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.420 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.425 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.520 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.524 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.620 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.625 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.724 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.737 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.825 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.838 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.855 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.864 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.925 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:26.937 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.026 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.038 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.126 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.139 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.226 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.236 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.325 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.336 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.360 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.373 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.426 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.435 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.526 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.538 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.627 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.636 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.727 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.739 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.827 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.840 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.861 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.872 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.929 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:27.938 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.040 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.053 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.140 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.152 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.240 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.253 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.340 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.354 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.381 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.386 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.428 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.432 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.466 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.469 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.485 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.488 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.502 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.505 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.511 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.517 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.528 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.531 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.546 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.549 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.562 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.565 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.581 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.584 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.596 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.598 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.612 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.614 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.629 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.631 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.646 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.648 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.663 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.665 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.746 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.754 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.781 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.786 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.846 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.849 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.912 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.915 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.945 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:28.948 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.049 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.054 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.147 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.150 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.163 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.166 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.249 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.254 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.347 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.353 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.447 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.450 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.549 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.553 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.649 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.654 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.666 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.671 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.750 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.754 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.850 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.855 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.970 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:29.978 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.000 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.006 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.050 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.058 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.151 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.156 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.268 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.272 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.367 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.372 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.400 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.402 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.468 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.473 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.568 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.573 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.669 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.674 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.768 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.773 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.869 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.874 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.885 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.890 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.975 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:30.990 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.075 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.081 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.171 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.176 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.274 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.289 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.375 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.387 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.406 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.413 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.474 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.487 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.563 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.566 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.596 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.599 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.615 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.617 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.634 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.637 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.641 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.644 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.672 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.675 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.689 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.693 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.707 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.710 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.719 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.722 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.730 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.733 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.741 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.745 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.752 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.755 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.763 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.766 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.774 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.777 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.786 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.789 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.797 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.800 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.887 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.891 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.987 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:31.992 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.089 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.094 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.110 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.115 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.170 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.174 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.193 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.193 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:21:32.193 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:21:32.196 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.300 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.305 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.321 27644 28260 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:21:32.398 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.401 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.500 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.505 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.600 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.605 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.622 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.628 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.704 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.719 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.805 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.815 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.903 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:32.916 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:33.003 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:33.013 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:33.106 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:33.117 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:33.137 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:33.148 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:33.635 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:33.638 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:34.143 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:34.156 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:34.645 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:34.655 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:35.144 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:35.156 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:35.652 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:35.674 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:36.155 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:36.174 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:36.652 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:36.667 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:37.157 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:37.174 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:37.657 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:37.670 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:38.160 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:38.177 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:38.661 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:38.678 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:39.154 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:39.159 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:39.654 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:39.656 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:40.155 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:40.157 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:40.656 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:40.660 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:41.165 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:41.182 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:41.668 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:41.682 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:42.167 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:42.181 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:42.669 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:42.688 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:43.169 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:43.186 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:43.673 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:43.691 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:44.173 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:44.189 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:44.692 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:44.709 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:45.194 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:45.216 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:45.694 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:45.713 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:46.110 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:46.115 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:46.253 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:46.257 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:46.397 27644 27644 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-25 21:21:47.266 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:21:47.269 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:21:47.432 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:21:47.435 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:21:47.453 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:21:47.476 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.479 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.503 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.506 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.528 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.531 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.562 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.566 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.578 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.580 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.589 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.592 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.600 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.604 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.612 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.615 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.623 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.626 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.634 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.638 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.645 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.648 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.656 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.658 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.667 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.670 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.678 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.681 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.701 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.705 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.801 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.805 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.901 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:47.905 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.002 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.013 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.058 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.063 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.103 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.109 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.209 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.222 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.304 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.309 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.404 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.409 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.499 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:48.502 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:53.830 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:21:53.834 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:21:53.940 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:21:53.942 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:21:53.958 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:21:53.988 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:53.989 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.006 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.008 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.025 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.027 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.060 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.061 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.071 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.073 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.566 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.569 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.676 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:54.679 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:55.052 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:55.054 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:55.198 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:55.202 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:55.312 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:55.315 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.061 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:21:56.064 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:21:56.219 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:21:56.221 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:21:56.244 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:21:56.265 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.268 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.288 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.290 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.313 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.315 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.352 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.353 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.374 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.377 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.388 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.390 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.399 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.401 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.410 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.412 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.421 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.424 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.433 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.436 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.444 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.446 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.455 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.457 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.466 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.468 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.477 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.480 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.488 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.491 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.499 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.502 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.510 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.513 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.522 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.524 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.533 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.536 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.544 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.546 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.555 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.558 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.566 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.569 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.577 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.580 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.588 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.591 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.862 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:56.873 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:57.262 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:57.265 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:57.309 27644 27644 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:21:57.309 27644 27644 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:21:57.346 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:57.348 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:57.373 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:57.376 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:57.390 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:57.393 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:57.864 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:57.876 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.072 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.076 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.097 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.103 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.114 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.118 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.131 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.148 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.150 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.164 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.166 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.182 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.186 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.199 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.203 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.216 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.220 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.232 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.239 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.249 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.254 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.265 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.269 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.332 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.335 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.483 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.485 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.533 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.536 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.989 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:58.994 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.014 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.018 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.036 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.040 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.069 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.071 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.080 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.083 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.093 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.096 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.101 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.103 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.111 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.113 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.122 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.125 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.136 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.144 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.147 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.155 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.158 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.166 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.168 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.177 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.180 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.188 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.191 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.200 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.203 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.518 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.531 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.844 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.848 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.859 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:21:59.859 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:21:59.861 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.864 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:21:59.917 27644 27659 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:22:00.014 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:00.018 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:00.521 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:00.534 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:01.112 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:01.115 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:01.138 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:22:01.263 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:01.268 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:01.301 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:01.306 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:01.443 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:01.446 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:01.586 27644 27644 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-25 21:22:03.144 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:22:05.177 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:22:06.548 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:22:06.552 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:22:06.812 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:22:06.816 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:22:06.839 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:22:06.870 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:06.873 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:06.888 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:06.893 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:06.913 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:06.915 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:06.953 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:06.956 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:07.461 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:07.475 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:07.701 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:07.709 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:07.751 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:07.754 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:07.836 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:07.841 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.678 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:22:08.681 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:22:08.830 27644 27644 W View : requestLayout() improperly called by
X.4rg{13a4691 V.E....L. ......ID 0,1102-1080,1522} during layout: running second
layout pass
02-25 21:22:08.831 27644 27644 W View : requestLayout() improperly called by
android.widget.LinearLayout{c7669f6 V.E...... ......ID 38,3-816,407 #7f0b0e50
app:id/main_layout} during layout: running second layout pass
02-25 21:22:08.831 27644 27644 W View : requestLayout() improperly called by
com.whatsapp.conversation.conversationrow.ConversationRowImage$RowImageView{cf841f7
VFED..CL. ......ID 11,11-767,200 #7f0b0c84 app:id/image} during layout: running
second layout pass
02-25 21:22:08.834 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:22:08.837 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:22:08.839 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:22:08.861 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:22:08.880 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.882 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.884 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.894 27644 27644 W View : requestLayout() improperly called by
X.4rg{13a4691 V.E....L. ......ID 0,1102-1080,1522} during second layout pass:
posting in next frame
02-25 21:22:08.894 27644 27644 W View : requestLayout() improperly called by
android.widget.LinearLayout{c7669f6 V.E...... ......ID 38,3-816,407 #7f0b0e50
app:id/main_layout} during second layout pass: posting in next frame
02-25 21:22:08.898 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.900 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.902 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.911 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.914 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.916 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.949 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.951 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:08.953 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.430 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.433 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.436 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.446 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.449 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.452 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.480 27644 27644 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:22:09.480 27644 27644 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:22:09.544 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.549 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.551 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.557 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.562 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.565 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.947 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.951 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:09.953 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.208 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.212 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.216 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.232 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.235 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.238 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.248 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.251 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.254 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.264 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.267 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.269 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.283 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.288 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.293 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.298 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.301 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.304 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.317 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.322 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.325 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.332 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.337 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.340 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.350 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.354 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.357 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.366 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.371 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.374 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.383 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.387 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.389 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.399 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.403 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.405 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.448 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.453 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.457 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.651 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.657 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.661 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.751 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.755 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.758 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.868 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.874 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:10.877 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:11.369 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:11.374 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:11.377 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:11.401 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:11.406 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:11.410 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:11.653 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:11.658 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:11.662 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:12.036 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:12.040 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:12.046 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:12.543 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:12.557 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:12.568 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.040 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.045 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.049 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.172 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.176 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.179 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.188 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.191 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.193 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.427 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.432 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.435 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.577 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.582 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.586 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.608 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.613 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.617 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.841 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.845 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.850 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.874 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.878 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:13.880 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.058 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.063 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.066 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.292 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.295 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.297 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.460 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.464 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.467 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.627 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.632 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:14.636 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:15.150 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:15.165 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:15.173 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:15.294 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:15.299 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:15.304 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:15.814 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:15.830 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:15.837 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.079 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.083 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.089 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.441 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.447 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.450 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.465 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.467 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.470 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.489 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.493 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.524 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.527 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.545 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.550 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.565 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.569 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.574 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.579 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.585 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.590 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.596 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.599 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.607 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.610 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.618 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.621 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.629 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.632 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.641 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.644 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.652 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.655 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.799 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.802 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.806 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:22:16.806 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:22:16.829 27644 28276 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:22:16.930 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.936 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.951 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.954 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.959 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.962 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.975 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.979 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.991 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:16.996 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.010 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.013 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.025 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.029 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.048 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.051 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.058 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.062 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.075 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.080 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.092 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.097 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.109 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.113 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.125 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.129 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.209 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.214 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.277 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.283 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.411 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.416 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.444 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.449 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.528 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:17.532 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.030 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.036 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.128 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.154 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.159 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.180 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.183 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.215 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.218 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.233 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.236 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.250 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.253 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.262 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.265 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.273 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.277 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.283 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.287 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.294 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.297 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.305 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.308 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.316 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.319 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.327 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.330 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.339 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.342 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.441 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.444 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.451 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:22:18.451 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:22:18.467 27644 28260 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:22:18.657 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.672 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.760 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.763 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.776 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:18.779 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:19.160 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:19.174 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:19.661 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:19.675 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.150 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.155 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.202 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.206 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.223 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.227 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.249 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.253 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.266 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.269 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.283 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.286 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.300 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.303 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.318 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.321 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.334 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.340 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.352 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.358 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.367 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.371 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.384 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.389 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.400 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.406 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.891 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:20.905 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:21.086 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:21.092 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:21.554 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:21.559 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:21.771 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:21.775 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:21.939 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:21.944 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:22.389 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:22.394 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:22.606 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:22.611 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:22.789 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:22.792 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:22.873 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:22.878 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:23.376 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:23.382 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:23.624 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:23.628 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:23.776 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:23.782 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:23.976 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:23.981 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:24.126 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:24.130 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:24.293 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:24.298 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:24.493 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:24.497 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:24.644 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:24.649 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:24.729 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:24.735 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:25.234 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:25.249 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:25.735 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:25.754 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:25.863 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:25.868 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:26.315 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:26.319 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:26.432 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:26.436 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:26.582 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:26.586 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:26.883 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:26.887 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.049 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.052 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.250 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.254 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.478 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.483 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.504 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.508 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.534 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.538 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.565 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.567 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.583 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.586 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.600 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.603 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.611 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.616 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.622 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.625 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.633 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.637 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.644 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.647 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.655 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.658 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.666 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.669 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.677 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.679 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.688 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.691 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.758 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.761 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.767 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:22:27.767 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:22:27.789 27644 28260 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:22:27.947 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.953 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.971 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:27.976 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:28.001 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:28.004 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:28.135 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:28.140 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:28.256 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:28.260 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:28.357 27644 27644 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-25 21:22:31.215 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:22:31.219 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:22:31.420 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:22:31.422 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:22:31.442 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:22:31.463 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:31.465 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:31.480 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:31.482 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:31.492 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:31.494 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:31.531 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:31.532 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:32.028 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:32.033 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:32.327 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:32.335 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:32.517 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:32.524 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:33.803 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:22:33.808 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:22:33.865 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:33.867 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:33.904 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:33.905 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:33.970 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:22:35.071 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:22:35.075 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:22:35.122 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:35.124 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:35.145 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:35.148 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:35.184 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:35.187 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:35.674 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:35.676 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:35.948 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:35.950 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:35.980 27644 27644 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:22:35.980 27644 27644 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:22:36.041 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.044 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.053 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.060 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.188 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.192 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.675 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.679 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.691 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.694 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.705 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.709 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.721 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.724 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.737 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.740 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.755 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.759 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.771 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.775 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.789 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.793 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.804 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.808 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.821 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.825 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.838 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.841 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.855 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.859 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.872 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.877 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.939 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:36.942 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:37.058 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:37.064 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:37.391 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:37.396 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:37.641 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:37.646 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:37.808 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:37.810 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:37.824 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:37.827 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:38.332 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:38.345 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:38.832 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:38.846 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:39.078 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:39.084 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:39.578 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:39.582 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:39.680 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:39.683 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:40.080 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:40.083 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:40.531 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:40.534 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:40.866 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:40.871 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:41.388 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:41.401 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:41.890 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:41.903 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:42.190 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:42.199 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:42.636 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:42.639 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:42.836 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:42.840 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:43.104 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:43.108 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:43.472 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:43.475 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:43.994 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.006 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.491 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.496 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.524 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.529 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.658 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.662 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.758 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.761 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.910 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:44.914 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:45.343 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:45.347 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:45.558 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:45.561 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:45.760 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:45.765 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:46.266 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:46.273 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:46.783 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:46.796 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:47.285 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:47.299 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:47.787 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:47.800 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:48.288 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:48.297 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:48.789 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:48.801 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:49.292 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:49.302 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:49.573 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:49.577 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:49.787 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:49.790 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:49.976 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:49.982 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:50.159 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:50.163 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:50.359 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:50.364 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:50.878 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:50.890 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:51.190 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:51.195 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:51.609 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:51.617 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:51.657 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:51.661 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:51.710 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:51.715 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:51.724 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:51.730 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.029 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.033 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.089 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.092 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.114 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.122 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.145 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:22:52.169 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.172 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.181 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.186 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.193 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.196 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.204 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.207 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.215 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.218 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.225 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.228 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.235 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.239 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.246 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.249 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.257 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.262 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.271 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.275 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.287 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.290 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.302 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.305 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.314 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.318 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.327 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.330 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.340 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.345 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.358 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.363 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.373 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.379 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.391 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.395 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.406 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.412 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.425 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.431 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.444 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.449 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.460 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.465 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.477 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.483 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.496 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.500 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.514 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.518 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.531 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.536 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.693 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.701 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.747 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.751 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.797 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.801 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.849 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.851 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.900 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:52.907 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:53.421 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:53.434 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:53.885 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:53.890 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.156 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:22:54.291 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.294 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.346 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.350 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.402 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.405 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.458 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.461 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.512 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.516 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.568 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.571 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.613 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.616 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.668 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:54.672 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:55.179 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:55.182 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:55.680 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:55.693 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:55.912 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:55.917 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:56.211 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:56.216 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:56.721 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:56.734 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:57.220 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:57.234 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:57.347 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:57.352 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:57.515 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:57.519 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:57.532 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:57.540 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.038 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.051 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.238 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:22:58.246 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.252 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.267 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.273 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.551 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.560 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.768 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.773 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.954 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:58.961 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.191 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.200 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.235 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.237 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.251 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.254 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.303 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.308 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.354 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.359 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.404 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.409 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.460 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.466 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.487 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.491 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.505 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.508 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.521 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.525 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.536 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.539 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.552 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.555 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.569 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.572 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.587 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.590 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.602 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.605 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.619 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.622 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.637 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.642 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.654 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.659 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.705 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.709 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.755 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.759 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.805 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.812 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.946 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.955 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.961 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:22:59.961 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:22:59.968 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.971 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.987 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:22:59.990 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:00.017 27644 27659 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:23:00.359 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:23:00.364 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:00.368 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:00.377 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:00.380 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:00.496 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:00.501 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.000 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.014 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.503 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.517 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.748 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.755 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.772 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.776 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.780 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.785 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.796 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.801 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.813 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.819 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.830 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.834 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.846 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.852 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.865 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.868 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.880 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.884 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.897 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.905 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.914 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.922 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.932 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.940 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.946 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:01.951 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.015 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.018 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.098 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.102 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.216 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.220 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.665 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.668 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.905 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.911 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.972 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:02.976 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.150 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.155 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.163 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:23:03.163 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:23:03.172 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.176 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.218 27644 27660 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:23:03.480 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.495 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.635 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.641 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.798 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.814 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:03.986 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.000 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.480 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.486 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.702 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.706 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.727 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.733 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.758 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.762 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.795 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.799 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.810 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.814 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.826 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.829 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.837 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.841 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.849 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.852 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.859 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.863 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.870 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.874 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.881 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.884 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.892 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.895 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.903 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.906 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.915 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:04.917 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.129 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.138 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:23:05.138 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:23:05.157 27644 29080 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:23:05.228 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.234 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.435 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.439 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.468 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.472 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.485 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.489 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.499 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.503 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.516 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.521 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.533 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.537 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.549 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.552 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.566 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.568 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.584 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.587 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.599 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.602 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.616 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.618 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.633 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.636 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.650 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.653 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.667 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.670 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.934 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:05.938 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:06.186 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:06.192 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:06.403 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:06.407 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:06.503 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:06.508 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:06.771 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:06.775 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:07.276 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:07.291 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:07.488 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:07.492 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:07.622 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:07.626 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:07.822 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:07.825 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:08.329 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:08.343 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:08.642 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:08.648 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.055 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.064 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.093 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.099 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.112 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.116 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.160 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.165 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.214 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.220 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.278 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.283 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.327 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.332 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.381 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.386 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.448 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.455 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.478 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.485 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.495 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.500 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.510 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.514 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.526 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.530 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.543 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.546 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.559 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.563 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.578 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.582 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.594 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.600 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.612 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.617 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.627 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.632 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.645 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.651 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.877 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.884 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.896 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.900 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.911 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.914 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.927 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.933 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.943 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.948 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.960 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.963 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.977 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.981 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:09.996 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.000 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.012 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.021 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.028 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.034 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.045 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.050 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.062 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.067 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.078 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.083 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.144 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.149 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.195 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.198 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.328 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.332 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.613 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:10.618 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:11.031 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:11.034 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:11.297 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:11.301 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:11.516 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:11.519 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:12.020 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:12.032 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:12.282 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:12.286 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:12.650 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:12.658 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:12.820 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:12.825 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:13.073 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:13.080 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:13.203 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:13.208 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:13.320 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:13.325 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:13.669 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:13.673 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:13.820 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:13.824 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:14.021 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:14.025 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:14.524 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:14.530 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:14.588 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:14.593 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:14.776 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:14.782 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:15.278 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:15.292 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:15.373 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:15.377 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:15.389 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:15.393 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:15.893 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:15.898 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:15.974 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:15.980 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:16.480 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:16.493 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:16.726 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:16.730 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:16.927 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:16.931 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:17.044 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:17.048 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:17.179 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:17.190 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:17.680 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:17.686 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:17.729 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:17.736 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:18.221 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:18.237 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:18.280 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:18.284 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:18.581 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:18.586 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:19.104 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:19.117 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:19.382 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:19.386 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:19.596 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:19.600 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:19.618 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:19.626 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:19.868 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:19.873 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:20.087 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:20.092 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:20.436 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:20.440 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:20.553 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:20.557 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:21.055 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:21.060 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:21.171 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:21.177 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:21.300 27644 27732 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
02-25 21:23:21.300 27644 27732 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
02-25 21:23:21.342 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:21.349 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:21.806 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:21.811 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:22.090 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:22.094 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:22.613 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:22.625 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:23.113 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:23.128 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:23.616 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:23.630 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:24.117 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:24.132 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:24.618 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:24.633 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:25.119 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:25.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:25.622 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:25.638 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:25.922 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:25.929 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:25.958 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:25.964 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:25.991 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:25.994 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.035 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.038 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.051 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.053 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.064 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.067 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.076 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.080 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.086 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.090 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.097 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.100 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.109 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.112 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.120 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.123 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.130 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.333 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.336 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.341 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:23:26.341 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:23:26.361 27644 27660 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:23:26.444 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.448 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.664 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.672 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.690 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.693 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.961 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:26.972 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:27.169 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:27.174 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:27.205 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:27.209 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:27.279 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:27.281 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:27.405 27644 27644 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-25 21:23:29.516 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:23:30.606 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:23:30.609 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:23:30.763 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:23:30.765 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:23:30.784 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:23:30.805 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.808 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.831 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.834 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.851 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.856 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.870 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.873 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.907 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.911 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.925 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.927 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.936 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.939 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.947 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.950 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.959 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.962 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.970 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.973 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.981 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.986 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.992 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:30.994 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.003 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.005 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.014 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.017 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.025 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.028 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.036 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.040 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.048 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.051 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.137 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.141 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.237 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.239 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.338 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.341 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.406 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.412 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.439 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.444 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.540 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.546 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.640 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.646 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.741 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.746 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.840 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.846 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.897 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.902 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.921 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.927 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.942 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:31.948 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.052 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.060 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.099 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.106 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.142 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.148 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.243 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.249 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.344 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.351 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.422 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.429 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.443 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.449 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.543 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.550 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.644 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.651 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.741 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:23:32.754 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.760 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.865 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.870 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.922 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.927 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.966 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.970 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:32.999 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.004 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.014 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.018 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.026 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.030 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.039 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.042 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.050 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.054 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.075 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.078 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.086 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.089 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.121 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.124 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.136 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.144 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.147 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.156 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.160 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.168 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.171 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.182 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.185 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.196 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.199 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.211 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.214 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.226 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.230 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.242 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.247 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.260 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.264 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.272 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.276 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.282 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.288 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.294 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.298 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.306 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.310 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.321 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.325 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.331 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.333 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.342 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.344 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.353 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.356 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.365 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.367 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.376 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.378 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.387 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.389 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.398 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.400 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.409 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.411 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.420 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.422 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.431 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.434 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.442 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.445 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.521 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.525 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.621 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.626 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.679 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.685 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.692 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.698 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.710 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.714 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.722 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.726 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.739 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.743 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.755 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.760 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.766 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.770 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.778 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.781 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.788 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.791 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.800 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.804 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.811 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.815 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.822 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.826 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.833 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.838 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.845 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.849 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.855 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.857 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.866 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.868 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.877 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.880 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.888 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.892 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.900 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.904 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.911 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.915 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.922 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.925 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.957 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:33.961 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.057 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.061 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.135 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.138 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.150 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.154 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.220 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.221 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.277 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.280 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:34.764 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:23:37.993 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:23:39.920 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:23:39.923 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:23:40.095 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:23:40.098 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:23:40.120 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:23:40.143 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:40.146 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:40.162 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:40.166 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:40.185 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:40.188 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:40.224 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:40.227 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:40.735 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:40.754 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:41.217 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:41.222 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:41.318 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:41.323 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:41.344 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:41.347 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:41.398 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:41.400 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:41.475 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:41.480 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:23:50.772 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:24:00.643 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:24:01.332 27644 27644 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 21:24:13.438 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:24:15.729 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:24:15.732 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:24:15.919 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:24:15.922 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:24:15.924 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:24:15.946 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:24:15.965 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:15.968 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:15.971 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:15.993 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:15.997 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:15.999 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.010 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.014 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.017 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.051 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.053 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.055 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.544 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.551 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.554 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.574 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.577 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.579 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.614 27644 27644 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:24:16.614 27644 27644 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:24:16.677 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.680 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.684 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.691 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.694 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:16.696 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:17.047 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:17.052 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:17.057 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:17.554 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:17.569 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:17.576 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:18.053 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:18.063 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:18.070 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:18.551 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:18.558 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:18.561 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:19.057 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:19.073 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:19.086 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:19.557 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:19.573 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:19.580 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:20.059 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:20.074 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:20.085 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:20.573 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:20.588 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:20.601 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:20.849 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:20.854 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:20.857 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:21.062 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:21.067 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:21.071 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:21.565 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:21.571 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:21.576 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:22.070 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:22.084 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:22.097 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:22.570 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:22.584 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:22.591 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.015 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.020 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.023 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.041 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.044 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.046 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.058 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.063 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.065 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.075 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.078 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.080 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.091 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.096 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.099 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.108 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.114 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.116 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.126 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.129 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.131 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.141 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.144 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.146 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.159 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.163 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.167 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.177 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.183 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.186 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.194 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.200 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.203 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.211 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.216 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.220 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.347 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.352 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.354 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.362 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.366 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.369 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.376 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.382 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.385 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.393 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.399 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.401 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.410 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.415 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.420 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.427 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.431 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.433 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.443 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.446 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.451 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.459 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.461 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.464 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.476 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.479 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.481 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.493 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.497 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.500 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.510 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.514 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.517 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.527 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.532 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.535 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.543 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.547 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.550 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.763 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.768 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.770 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.780 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.783 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.786 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.795 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.798 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.801 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.810 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.814 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.816 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.827 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.830 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.836 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.844 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.849 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.853 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.860 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.863 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.866 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.878 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.881 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.884 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.895 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.898 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.901 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.912 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.915 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.919 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.928 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.933 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.937 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.944 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.948 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.952 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.960 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.964 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:23.967 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.096 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.101 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.104 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.297 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.300 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.303 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.398 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.404 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.407 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.731 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.735 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.738 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.898 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.903 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:24.908 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.087 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.097 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.104 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.382 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.386 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.394 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.499 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.503 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.507 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.667 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.672 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:25.676 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.172 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.185 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.193 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.301 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.305 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.310 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.519 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.522 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.526 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.618 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.623 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.627 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.751 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.754 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:26.756 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.103 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.107 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.110 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.626 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.639 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.652 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.754 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.758 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.763 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.922 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.928 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.932 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.954 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.959 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:27.966 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.138 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.142 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.146 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.645 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.659 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.668 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.789 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.793 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.795 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.957 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.962 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:28.967 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.157 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.161 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.164 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.358 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.363 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.367 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.526 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.532 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.536 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.559 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.562 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:29.565 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.027 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.033 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.037 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.282 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.290 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.294 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.778 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.782 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.786 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.928 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.931 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:30.933 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.112 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.121 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.379 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.383 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.387 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.530 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.534 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.538 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.964 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.968 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:31.974 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.048 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.052 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.056 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.415 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.419 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.424 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.482 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.485 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.489 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.665 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.669 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.672 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.726 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.729 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.731 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.748 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.755 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:32.757 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:33.234 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:33.240 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:33.244 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:33.740 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:33.753 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:33.761 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:34.241 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:34.254 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:34.261 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:34.742 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:34.754 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:34.761 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:35.242 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:35.252 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:35.260 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:35.744 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:35.757 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:35.768 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:36.247 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:36.263 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:36.274 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:36.750 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:36.764 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:36.776 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.250 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.265 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.278 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.535 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.540 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.544 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.572 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.575 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.578 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.603 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.606 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.646 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.650 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.672 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.675 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.687 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.690 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.699 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.703 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.710 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.714 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.721 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.724 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.731 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.734 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.742 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.746 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.913 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.916 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:37.923 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:24:37.924 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:24:37.947 27644 27666 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:24:38.068 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.073 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.226 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.231 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.296 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.299 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.326 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.333 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.356 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:24:38.363 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.369 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.377 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.383 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.394 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.398 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.411 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.415 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.425 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.429 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.437 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.441 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.448 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.450 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.457 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.460 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.467 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.470 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.477 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.481 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.488 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.492 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.500 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.502 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.511 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.513 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.522 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.525 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.533 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.536 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.544 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.547 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.555 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.559 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.567 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.570 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.578 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.582 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.590 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.593 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.602 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.605 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.613 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.616 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.624 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.627 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.635 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.639 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.646 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.649 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.948 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.952 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.962 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.966 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.979 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.989 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:38.997 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.005 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.013 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.018 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.029 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.035 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.045 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.048 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.064 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.067 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.080 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.084 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.096 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.100 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.112 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.117 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.129 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.132 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.145 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.150 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.502 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.505 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.516 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.518 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.538 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.541 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.578 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.581 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.597 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.600 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.613 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.616 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.625 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.627 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.636 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.638 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.647 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.650 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.658 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.662 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.669 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.672 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.680 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.683 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.692 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.694 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.702 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.705 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.828 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.831 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:39.837 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:24:39.837 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:24:39.859 27644 27659 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:24:40.016 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.020 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.064 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.069 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.119 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.123 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.131 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.134 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.142 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.146 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.150 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.153 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.159 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.162 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.170 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.174 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.181 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.185 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.193 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.197 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.204 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.208 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.215 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.219 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.227 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.231 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.238 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.242 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.249 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.252 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.260 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.263 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.271 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.275 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.287 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.292 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.312 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.316 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.331 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:24:40.333 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.336 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.348 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.351 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.360 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.364 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.371 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.375 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.382 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.385 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.393 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.396 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.404 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.407 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.415 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.418 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.426 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.429 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.437 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.441 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.449 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.452 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.460 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.462 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.471 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.474 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.482 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.485 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.528 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:40.532 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:41.030 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:41.034 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:41.062 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:41.065 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:41.181 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:41.184 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:24:42.346 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:24:44.357 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:24:47.488 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:24:58.494 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:25:04.193 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:25:04.208 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:25:04.406 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:25:04.410 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:25:04.412 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:25:04.432 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:25:04.449 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.452 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.453 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.468 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.472 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.473 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.495 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.498 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.499 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.541 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.544 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:04.546 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:05.043 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:05.053 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:05.058 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:05.540 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:05.553 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:05.560 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.042 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.054 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.063 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.544 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.556 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.562 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.782 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.784 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.786 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.816 27644 27644 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:25:06.816 27644 27644 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:25:06.872 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.877 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.879 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.894 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.897 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:06.898 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:07.039 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:07.043 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:07.045 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:07.544 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:07.556 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:07.564 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.049 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.065 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.074 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.549 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.567 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.577 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.710 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.714 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.717 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.737 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.743 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.746 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.755 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.758 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.760 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.771 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.774 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.776 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.788 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.791 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.793 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.804 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.807 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.813 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.822 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.825 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.827 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.838 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.841 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.844 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.855 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.859 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.861 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.872 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.877 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.881 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.890 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.897 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.901 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.922 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.928 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:08.931 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.074 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.079 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.084 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.223 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.226 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.228 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.540 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.544 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.547 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.808 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.811 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.818 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.958 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.963 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:09.967 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:10.276 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:10.282 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:10.285 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:10.710 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:10.714 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:10.718 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:10.944 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:10.951 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:10.954 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:11.428 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:11.433 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:11.437 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:11.815 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:11.821 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:11.824 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.217 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.225 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.228 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.247 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.253 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.256 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.280 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.286 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.289 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.332 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.337 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.341 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.383 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.388 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.392 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.448 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.454 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.458 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.498 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.503 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.507 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.551 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.557 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.561 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.583 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.590 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.595 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.616 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.621 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.624 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.632 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.638 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.640 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.647 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.650 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.652 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.663 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.666 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.670 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.680 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.683 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.685 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.697 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.701 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.703 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.714 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.719 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.723 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.732 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.738 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.740 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.748 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.753 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:12.756 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.049 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.055 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.058 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.100 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.106 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.111 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.131 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.134 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.136 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.149 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.152 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.156 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.164 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.173 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.176 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.182 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.187 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.194 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.197 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.201 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.204 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.216 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.219 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.223 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.231 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.237 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.240 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.248 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.251 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.255 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.267 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.270 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.273 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.282 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.286 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.290 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.298 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.304 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.309 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.434 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.449 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.453 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.800 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.804 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.809 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.984 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.988 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:13.990 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:14.485 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:14.491 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:14.495 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:14.501 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:14.504 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:14.508 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:15.004 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:15.009 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:15.012 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:15.037 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:15.041 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:15.044 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:15.538 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:15.543 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:15.551 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.038 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.043 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.046 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.139 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.142 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.146 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.256 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.261 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.265 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.407 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.412 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.416 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.557 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.561 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.565 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.775 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.779 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:16.789 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.142 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.146 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.149 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.376 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.380 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.384 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.576 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.588 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.595 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.810 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.814 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.818 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.993 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.996 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:17.999 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:18.194 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:18.198 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:18.201 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:18.700 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:18.715 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:18.727 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.197 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.203 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.207 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.229 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.234 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.242 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.402 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.409 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.415 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.597 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.602 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.607 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.784 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.790 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:19.795 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.215 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.222 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.226 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.484 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.490 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.494 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.517 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.523 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.526 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.684 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.689 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.693 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.717 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.721 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.724 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.918 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.926 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:20.933 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:21.333 27644 27752 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
02-25 21:25:21.333 27644 27752 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
02-25 21:25:21.418 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:21.423 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:21.426 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:21.941 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:21.954 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:21.961 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:22.442 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:22.456 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:22.463 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:22.942 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:22.955 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:22.964 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:23.444 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:23.456 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:23.463 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:23.946 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:23.960 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:23.969 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:24.441 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:24.445 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:24.447 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:24.481 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:24.486 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:24.489 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:24.999 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.012 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.018 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.206 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.211 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.214 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.227 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.231 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.235 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.362 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.367 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.370 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.528 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.532 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.536 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.713 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.719 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.722 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.745 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.748 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.750 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.930 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.936 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.940 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:25.996 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.000 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.003 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.145 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.148 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.151 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.339 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.345 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.353 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.837 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.853 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:26.859 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:27.337 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:27.354 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:27.362 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:27.448 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:27.451 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:27.453 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:27.949 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:27.954 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:27.957 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.055 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.059 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.061 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.090 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.093 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.096 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.128 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.130 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.167 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.169 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.184 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.188 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.200 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.204 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.211 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.214 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.222 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.226 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.233 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.237 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.244 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.247 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.255 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.258 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.265 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.268 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.390 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.393 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.399 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:25:28.399 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:25:28.419 27644 28276 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:25:28.585 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.592 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.605 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:28.608 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:29.086 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:29.096 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:29.588 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:29.604 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:30.084 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:30.096 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:30.588 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:30.604 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:31.093 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:31.111 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:31.593 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:31.606 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:32.099 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:32.114 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:32.597 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:32.608 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:33.101 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:33.124 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:33.604 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:33.619 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:34.104 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:34.120 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:34.606 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:34.625 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:35.105 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:35.117 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:35.601 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:35.605 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:36.101 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:36.103 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:36.240 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:36.247 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:36.321 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:36.328 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:36.425 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:25:36.441 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:06.256 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:26:06.261 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:26:06.357 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:06.359 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:06.361 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:06.407 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:06.409 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:06.411 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:06.491 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:26:07.579 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:26:07.582 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:26:07.630 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:07.632 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:07.634 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:07.659 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:07.662 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:07.664 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:07.706 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:07.709 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:07.710 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:08.200 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:08.204 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:08.207 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:08.703 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:08.708 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:08.712 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.031 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.033 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.036 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.067 27644 27644 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:26:09.067 27644 27644 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:26:09.131 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.135 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.137 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.145 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.148 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.150 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.201 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.203 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.205 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.703 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.708 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.712 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.748 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.751 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.753 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.773 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.777 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.783 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.798 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.802 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.805 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.814 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.822 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.832 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.848 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.853 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.861 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.882 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.885 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.888 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.899 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.904 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.918 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.931 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.937 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.940 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.947 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.952 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.954 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.964 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.967 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:09.969 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:10.083 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:10.087 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:10.089 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:10.587 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:10.599 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:10.604 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.105 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.117 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.124 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.501 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.506 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.509 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.685 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.688 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.691 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.869 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.872 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:11.875 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:12.376 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:12.390 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:12.397 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:12.738 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:12.742 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:12.745 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.056 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.060 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.064 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.323 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.328 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.332 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.523 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.527 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.530 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.840 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.844 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:13.846 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.042 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.047 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.051 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.358 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.362 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.366 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.408 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.412 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.415 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.692 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.697 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.701 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.861 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.866 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.869 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.894 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.898 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.901 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.976 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.980 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:14.985 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.400 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.406 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.409 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.429 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.435 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.438 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.464 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.466 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.496 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.499 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.515 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.517 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.532 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.535 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.543 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.547 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.554 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.557 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.565 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.568 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.576 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.579 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.588 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.591 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.598 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.601 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.610 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.613 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.926 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:15.937 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:16.069 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:16.073 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:16.081 27644 27730 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:26:16.082 27644 27730 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:26:16.126 27644 27659 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:26:16.428 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:16.443 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:16.929 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:16.944 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:17.432 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:17.448 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:17.929 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:17.941 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:18.446 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:18.461 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:18.947 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:18.957 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:19.313 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:19.318 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:19.419 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:19.423 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:19.442 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:19.447 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:19.938 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:19.943 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:20.074 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:20.078 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.325 27644 27644 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:26:21.325 27644 27644 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:26:21.361 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.364 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.419 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.423 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.486 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.490 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.834 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:26:21.860 27644 27644 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:26:21.860 27644 27644 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:26:21.867 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.871 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.873 27644 27644 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
02-25 21:26:21.932 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.935 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.961 27644 27644 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
--------- beginning of system
02-25 21:26:21.961 27644 27644 W ViewRootImpl@28fff0a[PopupWindow:89f7375]:
Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE,
actionButton=0, id[0]=0, x[0]=-201.03423, y[0]=-930.051,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=7626014,
downTime=7625982, deviceId=4, source=0x1002, displayId=0, eventId=218202215 }
02-25 21:26:21.962 27644 27644 E ViewRootImpl@28fff0a[PopupWindow:89f7375]:
mStopped=false mHasWindowFocus=true mPausedForTransition=false
02-25 21:26:21.962 27644 27644 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 21:26:21.962 27644 27644 W RemoteInputConnectionImpl: getCursorCapsMode on
inactive InputConnection
02-25 21:26:21.964 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.968 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.972 27644 27644 W RemoteInputConnectionImpl: getExtractedText on
inactive InputConnection
02-25 21:26:21.996 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:21.999 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.008 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.011 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.013 27644 27644 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:26:22.013 27644 27644 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:26:22.120 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.122 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.131 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.492 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.505 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.677 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.680 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.712 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.715 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.783 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:22.785 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:24.969 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:26:24.973 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:26:25.166 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:26:25.169 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:26:25.188 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:26:25.213 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:25.216 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:25.232 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:25.235 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:25.255 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:25.257 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:25.295 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:25.298 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:25.801 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:25.807 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:26.065 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:26.070 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:26.099 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:26.103 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:26.158 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:26.161 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:26.231 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:26.235 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:26:46.179 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6905d
02-25 21:26:46.213 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:26:47.968 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:27:11.727 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:27:11.730 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:27:11.868 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:27:11.870 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:27:11.882 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:27:11.901 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.903 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.916 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.919 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.924 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.926 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.936 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.938 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.959 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.961 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.980 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:11.982 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:12.472 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:12.476 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:12.563 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:12.566 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:12.657 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:12.660 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=4cf1c91a-ae66-4abc-8f9d-bd5cd299aa6a transcoded=0 gif_attribution=0
first_scan_length=12078 direct_path=/o1/v/t62.7118-24/f1/m238/up-oil-image-
92a614ab-7013-4f64-b9b1-c6b982af5c81?ccb=9-
4&oh=01_AdT0UXRYUwE3xtBbpIPDwvI1EkM0UnL7pir2bv7oLlnZ5Q&oe=6603643C&_nc_sid=000000
thumbnail_height_width_ratio=1.8 is_animated_sticker=0
file_hash=SJ0UJv04mRX0OO1z8/Ww4PssjkzSy4njeAGWZBDIoYA=
file_path=/data/user/0/com.whatsapp/files/ViewOnce/IMG-lt2bjh3p.jpg
file_size=101504 partial_media_hash=Zke26F/icDBgfmkvmMa/Yn6yRfVR0ms5wAOctW8YNTU=
face_x=0 face_y=0 height=1600 trim_to=0 media_key_timestamp=1708914447000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m238/up-oil-image-
92a614ab-7013-4f64-b9b1-c6b982af5c81?ccb=9-
4&oh=01_AdT0UXRYUwE3xtBbpIPDwvI1EkM0UnL7pir2bv7oLlnZ5Q&oe=6603643C&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=901 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=97 multicast_id=null
enc_file_hash=RtVSpgrK9nLQezDw1fheIK772SArqtrbWdSaUbg37Gw= mute_video=0
page_count=0 first_scan_sidecar=[B@29bde14 suspicious_content=0 file_length=101504
media_name=null media_duration=0 chat_row_id=22 media_key=[B@17fd6bd
02-25 21:27:30.524 27644 27699 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 21:27:30.524 27644 27699 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 21:27:30.845 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:27:30.849 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:27:31.000 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:27:31.003 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:27:31.005 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:27:31.025 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:27:31.052 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.055 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.057 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.079 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.083 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.084 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.101 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.103 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.106 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.131 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.135 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.163 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.165 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.168 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.654 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.661 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:31.668 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:32.082 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:27:32.082 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:27:32.082 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:27:32.082 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:27:32.082 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:27:32.082 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:27:32.145 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:27:32.179 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:27:32.191 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:32.195 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:32.197 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:32.262 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:32.264 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:32.266 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:37.594 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:37.599 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:37.602 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:38.577 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:38.579 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:38.580 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:42.937 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:42.938 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:42.940 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:42.995 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:42.998 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:43.000 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:43.492 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:43.494 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:43.496 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:43.852 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:27:43.856 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:43.859 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:43.861 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:44.017 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:44.019 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:44.021 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:44.027 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:44.029 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:44.030 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.032 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.035 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.038 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.319 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.321 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.323 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.361 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.363 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.365 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.854 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.856 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:45.858 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:46.359 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:46.364 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:46.369 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:46.862 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:46.873 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:46.881 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.365 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.377 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.389 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.819 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.823 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.828 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.842 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.847 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.850 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.861 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.866 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:47.870 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.206 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.208 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.210 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.272 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.275 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.277 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.363 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.368 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.373 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.543 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.547 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.550 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.623 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.629 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.634 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.730 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.732 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.734 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.747 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.750 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.752 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.864 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.867 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:48.870 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.382 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.393 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.402 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.778 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.783 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.787 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.868 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.874 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.878 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.945 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.949 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:49.952 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.376 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.379 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.381 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.745 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.749 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.752 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.780 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.783 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.786 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.848 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.850 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.851 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.924 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.927 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:50.930 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=86d0453e-73fb-4e26-9836-d6635a950408 transcoded=0 gif_attribution=0
first_scan_length=8384 direct_path=/o1/v/t62.7118-24/f1/m234/up-oil-image-78b190f0-
b593-4db1-beed-af63c875b9aa?ccb=9-4&oh=01_AdTbQ5QiT4TrZZoSw4cVhz4D-KbW2Yotk-
ix9schsrLI3g&oe=66035A63&_nc_sid=000000 thumbnail_height_width_ratio=1.8
is_animated_sticker=0 file_hash=5TC7z+ir5WXMJJNC7sNLz6LD9mj9/pLghn5NQ4DqfHU=
file_path=/data/user/0/com.whatsapp/files/ViewOnce/IMG-lt2bk3c1.jpg file_size=68336
partial_media_hash=+9VdwMeCI1vNHvrpQysLtYQX8V9tHvfqFA4ge7pq1L4= face_x=0 face_y=0
height=1156 trim_to=0 media_key_timestamp=1708914477000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m234/up-oil-image-
78b190f0-b593-4db1-beed-af63c875b9aa?ccb=9-4&oh=01_AdTbQ5QiT4TrZZoSw4cVhz4D-
KbW2Yotk-ix9schsrLI3g&oe=66035A63&_nc_sid=000000&mms3=true media_caption=null
trim_from=0 mime_type=image/jpeg partial_media_enc_hash=null width=651
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=98 multicast_id=null
enc_file_hash=u8Ic92hYB1hMViQUEDdYokNDv88JBfO4LtUw7KwYbfE= mute_video=0
page_count=0 first_scan_sidecar=[B@2cd7ec7 suspicious_content=0 file_length=68336
media_name=null media_duration=0 chat_row_id=22 media_key=[B@309ccf4
02-25 21:27:59.331 27644 27699 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 21:27:59.331 27644 27699 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 21:28:00.131 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:28:00.135 27644 27644 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:28:00.270 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:28:00.272 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:28:00.274 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:28:00.292 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:28:00.310 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.312 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.314 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.328 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.330 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.331 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.343 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.345 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.346 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.354 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.356 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.358 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.371 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.373 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.374 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.410 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.412 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.413 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.906 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.917 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:00.928 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:01.345 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:28:01.349 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:01.351 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:01.353 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:01.504 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:01.506 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:01.508 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:02.622 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:02.624 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:02.625 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:02.647 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:02.650 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:02.653 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:03.143 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:03.145 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:03.147 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:03.390 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:28:03.394 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:03.396 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:03.398 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:03.559 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:03.561 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:03.563 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.259 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.261 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.262 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.282 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.284 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.287 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.781 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.783 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.785 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.904 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:28:04.908 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.910 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:04.912 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:05.073 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:05.075 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:05.077 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:05.569 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:05.570 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:05.572 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:05.590 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:05.592 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:05.593 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:06.084 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:06.087 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:06.088 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:06.594 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:06.608 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:06.618 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:07.093 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:07.105 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:07.115 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:07.606 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:07.615 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:07.624 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:08.092 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:08.096 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:08.100 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:08.609 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:08.622 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:08.631 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:09.109 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:09.118 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:09.125 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:09.606 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:09.612 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:09.622 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:10.112 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:10.125 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:10.133 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:10.614 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:10.630 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:10.636 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:11.117 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:11.129 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:11.139 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:11.608 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:28:11.612 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:11.615 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:11.618 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:11.768 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:11.770 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:11.772 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:13.053 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:13.055 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:13.056 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:13.103 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:13.105 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:13.108 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:13.591 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:13.593 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:13.595 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:14.098 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:14.110 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:14.119 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:14.449 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:28:14.452 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:14.455 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:14.457 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:14.607 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:14.609 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:14.611 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.248 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.249 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.251 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.296 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.297 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.299 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.787 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.789 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.792 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.797 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.799 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:15.801 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.130 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.132 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.134 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.301 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.306 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.310 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.765 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:28:16.768 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.771 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.773 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.925 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.927 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:16.928 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:17.232 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:17.233 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:17.234 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:17.277 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:17.279 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:17.281 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:17.767 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:17.769 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:17.771 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:18.270 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:18.276 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:18.281 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:18.790 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:18.802 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:18.811 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:19.291 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:19.304 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:19.316 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:19.791 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:19.802 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:19.812 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:20.244 27644 27713 W Parcel : Expecting binder but got null!
02-25 21:28:20.250 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:20.253 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:20.255 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:20.336 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.336 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.336 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.336 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.336 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.336 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.337 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.337 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.337 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.337 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.337 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.338 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.338 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.338 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.338 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.338 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.339 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.339 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.339 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.339 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.339 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.339 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.340 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.341 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.341 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.341 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.341 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.341 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.341 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.342 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.342 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.342 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.342 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.342 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.342 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.342 27644 27654 W System : A resource fai--------- beginning of
main
02-25 21:28:20.343 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.343 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.343 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.343 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.343 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.343 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:20.409 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:20.411 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:20.413 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:26.943 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:26.946 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:26.947 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.005 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.008 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.010 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.495 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.497 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.498 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.897 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.901 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.905 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.932 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.934 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.937 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.991 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.993 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:27.995 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:28.067 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:28.070 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:28.073 27644 27644 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:28:35.309 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:35.310 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:35.310 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:35.310 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:35.310 27644 27654 W System : A resource failed to call
AbstractCursor.close.
02-25 21:28:58.045 31801 31801 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 21:28:58.130 31801 31801 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 21:28:58.130 31801 31801 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 21:28:58.130 31801 31801 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 21:28:58.130 31801 31801 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 21:28:58.130 31801 31801 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 21:28:58.130 31801 31801 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 21:28:58.130 31801 31801 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 21:28:58.130 31801 31801 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 21:28:58.130 31801 31801 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 21:28:58.130 31801 31801 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 21:28:58.130 31801 31801 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 21:28:58.130 31801 31801 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 21:28:58.130 31801 31801 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 21:28:58.130 31801 31801 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 21:28:58.130 31801 31801 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 21:28:58.130 31801 31801 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 21:28:58.131 31801 31801 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 21:28:58.131 31801 31801 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:28:58.131 31801 31801 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 21:28:58.131 31801 31801 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 21:28:58.131 31801 31801 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 21:28:58.131 31801 31801 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 21:28:58.131 31801 31801 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 21:28:58.138 31801 31801 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 21:28:58.395 31801 31801 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:28:58.395 31801 31801 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:29:15.160 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:29:15.188 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 21:29:15.253 31801 31801 W Activity: Can request only one set of permissions
at a time
02-25 21:29:15.255 31801 31948 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:29:15.255 31801 31948 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:29:15.255 31801 31948 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:29:15.256 31801 31948 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:29:15.256 31801 31948 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:29:15.256 31801 31948 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 21:29:15.256 31801 31948 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 21:29:15.256 31801 31948 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 21:29:15.428 31801 31801 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 21:29:15.454 31801 31948 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 21:29:15.454 31801 31948 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 21:29:15.460 31801 31946 W Parcel : Expecting binder but got null!
02-25 21:29:17.162 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:29:17.786 31801 31809 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 21:29:17.890 31801 32009 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 21:29:18.297 31801 31946 W Parcel : Expecting binder but got null!
02-25 21:29:18.355 31801 31801 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 21:29:23.222 31801 32040 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 21:29:23.222 31801 32040 E RenderScript: Failed to load runtime , loading
default
02-25 21:29:23.421 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:29:23.426 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:29:23.593 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:29:23.596 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:29:23.618 31801 31946 W Parcel : Expecting binder but got null!
02-25 21:29:23.646 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:29:23.648 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:29:23.662 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:29:23.664 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:29:23.697 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:29:23.698 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:29:24.602 31801 31801 W SQLiteLog: (28) double-quoted string literal: "21"
02-25 21:29:24.693 31801 31946 W Parcel : Expecting binder but got null!
02-25 21:29:24.707 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:29:24.709 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:29:24.923 31801 32064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:29:24.923 31801 32064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:29:24.923 31801 32064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:29:24.923 31801 32064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:29:24.923 31801 32064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:29:24.923 31801 32064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 21:29:24.924 31801 32064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 21:29:24.924 31801 32064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 21:29:25.120 31801 32064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 21:29:25.120 31801 32064 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 21:29:25.385 31801 31801 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{a2fd4f6 VFED..C.. ......ID 0,10-
127,136 #0} during layout: running second layout pass
02-25 21:29:25.386 31801 31801 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{584d0f7 V.E...... ......ID 953,0-1080,147}
during layout: running second layout pass
02-25 21:30:02.745 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:30:02.751 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:30:02.802 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:02.804 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:02.837 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:02.839 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:02.902 31801 31946 W Parcel : Expecting binder but got null!
02-25 21:30:05.038 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:30:05.041 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:30:05.087 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:05.089 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:05.107 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:05.109 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:05.147 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:05.149 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:06.144 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:06.147 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:06.239 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:06.241 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:08.648 31801 31801 E ArmVmp : Match on catch block at 0x38 in for
0x7b18e6902d
02-25 21:30:08.648 31801 31801 W System.err: java.lang.NumberFormatException: For
input string: ""
02-25 21:30:08.649 31801 31801 W System.err: at
java.lang.Integer.parseInt(Integer.java:807)
02-25 21:30:08.649 31801 31801 W System.err: at
java.lang.Integer.parseInt(Integer.java:915)
02-25 21:30:08.649 31801 31801 W System.err: at
mbmodsd.mbmodsw.home.HomeActivity.mbcRe(Native Method)
02-25 21:30:08.649 31801 31801 W System.err: at
com.whatsapp.HomeActivity.onPause(Unknown Source:9)
02-25 21:30:08.649 31801 31801 W System.err: at
android.app.Activity.performPause(Activity.java:8778)
02-25 21:30:08.649 31801 31801 W System.err: at
android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1585)
02-25 21:30:08.649 31801 31801 W System.err: at
android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5707)
02-25 21:30:08.649 31801 31801 W System.err: at
android.app.ActivityThread.performPauseActivity(ActivityThread.java:5668)
02-25 21:30:08.649 31801 31801 W System.err: at
android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5620)
02-25 21:30:08.650 31801 31801 W System.err: at
android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:47)
02-25 21:30:08.650 31801 31801 W System.err: at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
02-25 21:30:08.650 31801 31801 W System.err: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:176)
02-25 21:30:08.650 31801 31801 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
02-25 21:30:08.650 31801 31801 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 21:30:08.650 31801 31801 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 21:30:08.650 31801 31801 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:30:08.650 31801 31801 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 21:30:08.650 31801 31801 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 21:30:08.650 31801 31801 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 21:30:08.650 31801 31801 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 21:30:08.650 31801 31801 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 21:30:08.757 31801 31946 W Parcel : Expecting binder but got null!
02-25 21:30:08.787 31801 31801 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.
02-25 21:30:08.787 31801 31801 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.
02-25 21:30:08.860 31801 31801 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.
02-25 21:30:08.860 31801 31801 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.
02-25 21:30:08.875 31801 31801 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.
02-25 21:30:08.875 31801 31801 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.
02-25 21:30:08.898 31801 31801 E RecyclerView: No adapter attached; skipping layout
02-25 21:30:09.283 31801 32257 W VideoCapabilities: Unsupported mime
image/vnd.android.heic
02-25 21:30:09.289 31801 32257 W AudioCapabilities: Unsupported mime audio/x-ima
02-25 21:30:09.289 31801 32257 W AudioCapabilities: Unsupported mime audio/mpeg-L1
02-25 21:30:09.290 31801 32257 W AudioCapabilities: Unsupported mime audio/mpeg-L2
02-25 21:30:09.290 31801 32257 W VideoCapabilities: Unsupported mime video/wvc1
02-25 21:30:09.290 31801 32257 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-25 21:30:09.366 31801 32264 W ACodec : Fail to set FramePackingMode(-1010)
02-25 21:30:09.512 31801 32271 W Codec2Client: query -- param skipped: index =
1107298332.
02-25 21:30:09.512 31801 32271 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.
02-25 21:30:09.519 31801 32271 W Codec2Client: query -- param skipped: index =
1342179345.
02-25 21:30:09.519 31801 32271 W Codec2Client: query -- param skipped: index =
2415921170.
02-25 21:30:09.519 31801 32271 W Codec2Client: query -- param skipped: index =
1610614798.
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=437c4136-e756-4589-ad08-949aa7c8f347 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/12156385_408342575023200_2644150489521526434_n.enc?ccb=11-
4&oh=01_AdRaanSzylBV0rgDlwiKteM39zxGFDxXR8aM2kzM2lPdJA&oe=66036B60&_nc_sid=5e03e0&_
nc_hot=1708910430 thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=BmljRZeWHa3+URt9lmMFbsZgiLIfJY4k+oQMLJjppOU=
file_path=Media/.Statuses/19103405481d48ee87214115974b328f.mp4 file_size=736563
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1708910429000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/12156385_408342575023200_2644150489521526434_n.enc?ccb=11-
4&oh=01_AdRaanSzylBV0rgDlwiKteM39zxGFDxXR8aM2kzM2lPdJA&oe=66036B60&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=720 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=67 multicast_id=null
enc_file_hash=akw9yVJq1me7kD5YYZCKsHhWxwqlVwBiGFbVzU/71Ac= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=736563
media_name=null media_duration=15 chat_row_id=14 media_key=[B@9bd263f
02-25 21:30:09.985 31801 31845 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 21:30:09.985 31801 31845 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 21:30:10.126 31801 32271 W Codec2Client: query -- param skipped: index =
1342179345.
02-25 21:30:10.126 31801 32271 W Codec2Client: query -- param skipped: index =
2415921170.
02-25 21:30:10.126 31801 32271 W Codec2Client: query -- param skipped: index =
1610614798.
02-25 21:30:10.128 31801 31801 E RecyclerView: No adapter attached; skipping layout
02-25 21:30:10.131 31801 32263 E Surface : freeAllBuffers: 12 buffers were freed
while being dequeued!
02-25 21:30:14.937 31801 32724 W LOTTIE : Unknown shape type rd
02-25 21:30:14.937 31801 32009 W LOTTIE : Unknown shape type rd
02-25 21:30:14.976 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:30:14.980 31801 31801 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:30:15.165 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:30:15.167 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:30:15.190 31801 31946 W Parcel : Expecting binder but got null!
02-25 21:30:15.214 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.216 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.239 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.240 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.261 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.262 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.301 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.303 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.872 31801 31946 W Parcel : Expecting binder but got null!
02-25 21:30:15.874 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.876 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.885 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:15.887 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:16.007 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:16.010 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:16.694 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:16.696 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:16.741 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:16.743 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:17.229 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:17.232 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:17.352 31801 31946 W Parcel : Expecting binder but got null!
02-25 21:30:17.356 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:17.359 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:17.522 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:17.524 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:17.902 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:17.904 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:17.922 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:17.924 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:18.421 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:18.424 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:18.924 31801 3--------- beginning of main
02-25 21:30:18.929 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:19.112 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:19.115 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:19.245 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:19.271 31801 31801 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:30:19.662 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.663 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.663 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.663 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.663 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.663 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.663 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.663 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.663 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.663 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.663 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.666 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.666 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.667 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.667 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.667 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.667 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.669 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.669 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.669 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.669 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:30:19.669 31801 31811 W System : A resource failed to call
AbstractCursor.close.
02-25 21:32:17.797 2570 2570 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 21:32:17.908 2570 2570 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 21:32:17.910 2570 2570 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 21:32:17.910 2570 2570 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 21:32:17.910 2570 2570 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 21:32:17.910 2570 2570 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 21:32:17.910 2570 2570 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 21:32:17.910 2570 2570 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 21:32:17.910 2570 2570 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 21:32:17.910 2570 2570 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 21:32:17.910 2570 2570 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 21:32:17.910 2570 2570 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 21:32:17.910 2570 2570 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 21:32:17.910 2570 2570 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 21:32:17.910 2570 2570 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 21:32:17.910 2570 2570 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 21:32:17.910 2570 2570 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 21:32:17.910 2570 2570 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 21:32:17.910 2570 2570 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:32:17.910 2570 2570 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 21:32:17.910 2570 2570 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 21:32:17.910 2570 2570 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 21:32:17.910 2570 2570 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 21:32:17.910 2570 2570 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 21:32:17.968 2570 2570 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 21:32:18.063 2570 2629 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 21:32:18.350 2570 2570 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:32:18.350 2570 2570 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:32:18.514 2570 2832 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 21:32:18.514 2570 2832 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 21:32:18.514 2570 2832 W com.whatsapp: and incorrect proguard
optimizations.
02-25 21:33:05.845 2570 2570 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 21:33:05.939 2570 2570 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 21:33:06.216 2570 2570 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:33:06.244 2570 2570 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 21:33:06.251 2570 3291 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:33:06.251 2570 3291 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:33:06.251 2570 3291 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:33:06.251 2570 3291 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:33:06.251 2570 3291 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:33:06.251 2570 3291 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 21:33:06.251 2570 3291 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 21:33:06.251 2570 3291 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->s--------- beginning of main
02-25 21:33:06.275 2570 2570 W Activity: Can request only one set of permissions
at a time
02-25 21:33:06.284 2570 3291 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 21:33:06.284 2570 3291 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 21:33:06.467 2570 2570 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 21:33:06.493 2570 3289 W Parcel : Expecting binder but got null!
02-25 21:33:07.313 2570 2570 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:33:07.382 2570 2591 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 21:33:07.689 2570 3333 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 21:33:08.091 2570 3289 W Parcel : Expecting binder but got null!
02-25 21:33:08.146 2570 2570 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 21:33:11.430 2570 3289 W Parcel : Expecting binder but got null!
02-25 21:33:13.964 2570 3289 W Parcel : Expecting binder but got null!
02-25 21:33:16.758 2570 3289 W Parcel : Expecting binder but got null!
02-25 21:33:18.945 2570 3289 W Parcel : Expecting binder but got null!
02-25 21:33:20.367 2570 3289 W Parcel : Expecting binder but got null!
02-25 21:33:22.949 2570 4029 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 21:33:22.949 2570 4029 E RenderScript: Failed to load runtime , loading
default
02-25 21:33:23.013 2570 2570 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 21:33:23.043 2570 3289 W Parcel : Expecting binder but got null!
02-25 21:33:25.479 2570 3289 W Parcel : Expecting binder but got null!
02-25 21:33:26.548 2570 2570 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69069
02-25 21:33:26.603 2570 3289 W Parcel : Expecting binder but got null!
02-25 21:33:27.892 4080 4080 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 21:33:28.033 4080 4080 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 21:33:28.033 4080 4080 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 21:33:28.033 4080 4080 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 21:33:28.033 4080 4080 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 21:33:28.033 4080 4080 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 21:33:28.033 4080 4080 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 21:33:28.033 4080 4080 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 21:33:28.033 4080 4080 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 21:33:28.033 4080 4080 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 21:33:28.033 4080 4080 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 21:33:28.033 4080 4080 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 21:33:28.033 4080 4080 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 21:33:28.033 4080 4080 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 21:33:28.033 4080 4080 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 21:33:28.033 4080 4080 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 21:33:28.033 4080 4080 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 21:33:28.033 4080 4080 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 21:33:28.033 4080 4080 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:33:28.034 4080 4080 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 21:33:28.034 4080 4080 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 21:33:28.034 4080 4080 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 21:33:28.034 4080 4080 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 21:33:28.034 4080 4080 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 21:33:28.066 4080 4080 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 21:33:28.127 4080 4110 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 21:33:28.227 4080 4080 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:33:28.227 4080 4080 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:33:28.332 4080 4080 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 21:33:28.332 4080 4080 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 21:33:28.332 4080 4080 W com.whatsapp: and incorrect proguard
optimizations.
02-25 21:33:28.343 4080 4175 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 21:33:28.657 4080 4080 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 21:33:28.697 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:33:29.887 4080 4080 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 21:33:30.180 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:33:30.203 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 21:33:30.217 4080 4326 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:33:30.217 4080 4326 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:33:30.217 4080 4326 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:33:30.217 4080 4326 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:33:30.217 4080 4326 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:33:30.217 4080 4326 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 21:33:30.217 4080 4326 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 21:33:30.217 4080 4326 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 21:33:30.235 4080 4080 W Activity: Can request only one set of permissions
at a time
02-25 21:33:30.253 4080 4326 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 21:33:30.253 4080 4326 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 21:33:30.859 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:33:30.864 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:33:30.987 4080 4381 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 21:33:31.109 4080 4080 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 21:33:33.198 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:33:34.537 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:33:45.124 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:33:48.718 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:33:56.460 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:33:56.473 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:33:56.564 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:33:56.717 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:34:08.982 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:34:09.020 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:09.052 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:34:15.766 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:17.759 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:23.988 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:34:24.012 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:24.034 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:34:29.362 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:30.877 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:32.331 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:34:32.356 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:32.377 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:34:33.247 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:34.612 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:34:34.636 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:34.658 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:34:35.249 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:37.880 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:34:37.903 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:37.926 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:34:39.977 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:49.933 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:34:49.946 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:34:50.042 4080 4080 E com.whatsapp: Invalid ID 0x00000000.
02-25 21:34:50.043 4080 4080 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-25 21:34:50.045 4080 4080 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-25 21:34:50.045 4080 4080 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-25 21:34:50.045 4080 4080 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-25 21:34:50.045 4080 4080 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-25 21:34:50.045 4080 4080 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-25 21:34:50.045 4080 4080 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-25 21:34:50.045 4080 4080 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-25 21:34:50.046 4080 4080 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-25 21:34:50.046 4080 4080 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-25 21:34:50.046 4080 4080 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-25 21:34:50.046 4080 4080 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-25 21:34:50.046 4080 4080 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-25 21:34:50.046 4080 4080 W System.err: at
mbmodsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native Method)
02-25 21:34:50.046 4080 4080 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 21:34:50.046 4080 4080 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 21:34:50.046 4080 4080 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 21:34:50.046 4080 4080 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 21:34:50.046 4080 4080 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 21:34:50.046 4080 4080 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 21:34:50.046 4080 4080 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 21:34:50.046 4080 4080 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 21:34:50.046 4080 4080 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 21:34:50.046 4080 4080 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 21:34:50.046 4080 4080 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:34:50.046 4080 4080 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 21:34:50.046 4080 4080 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 21:34:50.047 4080 4080 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 21:34:50.047 4080 4080 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 21:34:50.047 4080 4080 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 21:34:50.047 4080 4080 E com.whatsapp: Invalid ID 0x00000000.
02-25 21:34:50.047 4080 4080 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-25 21:34:50.047 4080 4080 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-25 21:34:50.047 4080 4080 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-25 21:34:50.047 4080 4080 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-25 21:34:50.047 4080 4080 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-25 21:34:50.047 4080 4080 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-25 21:34:50.047 4080 4080 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-25 21:34:50.048 4080 4080 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-25 21:34:50.048 4080 4080 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-25 21:34:50.048 4080 4080 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-25 21:34:50.048 4080 4080 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-25 21:34:50.048 4080 4080 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-25 21:34:50.048 4080 4080 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-25 21:34:50.048 4080 4080 W System.err: at
mbmodsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native Method)
02-25 21:34:50.048 4080 4080 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-25 21:34:50.048 4080 4080 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-25 21:34:50.048 4080 4080 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-25 21:34:50.048 4080 4080 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-25 21:34:50.048 4080 4080 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-25 21:34:50.048 4080 4080 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-25 21:34:50.048 4080 4080 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-25 21:34:50.048 4080 4080 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-25 21:34:50.048 4080 4080 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 21:34:50.048 4080 4080 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 21:34:50.048 4080 4080 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:34:50.048 4080 4080 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 21:34:50.049 4080 4080 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 21:34:50.049 4080 4080 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 21:34:50.049 4080 4080 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 21:34:50.049 4080 4080 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 21:34:50.064 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:34:50.335 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:35:06.518 4080 4089 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 21:35:19.307 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 21:35:19.319 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 21:35:19.395 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:35:19.407 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:35:19.502 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:35:23.528 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 21:35:23.540 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 21:35:23.598 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:35:23.610 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:35:23.775 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:35:25.502 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:35:26.716 4080 4080 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 21:35:26.788 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:35:34.035 4080 4080 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 21:35:34.114 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:35:38.378 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:36:53.902 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:36:53.917 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:37:06.758 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:37:14.424 4080 6298 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 21:37:14.425 4080 6298 E RenderScript: Failed to load runtime , loading
default
02-25 21:37:14.579 4080 6307 W LOTTIE : Unknown shape type rd
02-25 21:37:14.579 4080 6309 W LOTTIE : Unknown shape type rd
02-25 21:37:14.656 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:37:14.661 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:37:14.887 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:37:14.890 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:37:14.924 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:37:14.957 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:14.959 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:14.984 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:14.987 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.007 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.008 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.055 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.058 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.068 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.071 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.079 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.081 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.090 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.092 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.101 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.103 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.112 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.114 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.123 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.125 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.135 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.138 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.146 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.149 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.157 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.160 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.168 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.171 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.180 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.182 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.191 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.193 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.202 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.204 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.213 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.216 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.224 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.227 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.235 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.238 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.246 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.249 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.257 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.260 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.269 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.271 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.280 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.282 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.291 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.293 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.542 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:15.554 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:16.042 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:16.050 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:16.539 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:16.542 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:16.636 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:16.639 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:16.896 4080 4080 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:37:16.896 4080 4080 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:37:17.004 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:17.007 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:17.017 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:17.019 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:17.040 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:17.042 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:17.542 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:17.547 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:18.056 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:18.061 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:18.559 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:18.570 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:18.822 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:18.826 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:18.901 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:37:18.907 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:18.910 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:18.966 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:18.969 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:19.056 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:19.059 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:19.561 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:19.570 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:20.066 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:20.081 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:20.564 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:20.578 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:21.065 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:21.079 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:21.563 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:21.568 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:21.620 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:21.624 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:21.742 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:21.745 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:21.758 4080 4080 E RecyclerView: No adapter attached; skipping layout
02-25 21:37:21.766 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:37:21.775 4080 4080 E RecyclerView: No adapter attached; skipping layout
02-25 21:37:21.840 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.843 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.845 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.846 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.848 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.849 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.851 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.853 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.855 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.856 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.858 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.860 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.862 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.864 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.865 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.867 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.869 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.871 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:21.890 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:21.893 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:22.023 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.025 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.026 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.027 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.030 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.031 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.033 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.034 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.036 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.037 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.038 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.039 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.040 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.042 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.043 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:22.204 4080 4091 W System : A resource failed to call
AbstractCursor.close.
02-25 21:37:22.204 4080 4091 W System : A resource failed to call
AbstractCursor.close.
02-25 21:37:22.204 4080 4091 W System : A resource failed to call
AbstractCursor.close.
02-25 21:37:22.204 4080 4091 W System : A resource failed to call
AbstractCursor.close.
02-25 21:37:22.204 4080 4091 W System : A resource failed to call
AbstractCursor.close.
02-25 21:37:22.204 4080 4091 W System : A resource failed to call
AbstractCursor.close.
02-25 21:37:22.204 4080 4091 W System : A resource failed to call
AbstractCursor.close.
02-25 21:37:22.204 4080 4091 W System : A resource failed to call
AbstractCursor.close.
02-25 21:37:22.204 4080 4091 W System : A resource failed to call
AbstractCursor.close.
02-25 21:37:22.204 4080 4091 W System : A resource failed to call
AbstractCursor.close.
02-25 21:37:22.252 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:22.254 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:22.752 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:22.755 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:23.255 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:23.259 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:23.757 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:23.761 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:24.247 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:24.252 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:24.298 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:24.299 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:24.300 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:24.301 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:24.749 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:24.755 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:25.261 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:25.265 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:25.686 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:25.687 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:25.688 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:25.689 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:25.762 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:25.767 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.099 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.101 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.103 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.105 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.107 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.108 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.108 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.109 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.110 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.111 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.112 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.112 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.113 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.114 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.115 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.115 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.116 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.117 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.118 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.119 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.120 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.120 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.121 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.122 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.122 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.123 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.124 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.124 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.125 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.126 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.127 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.127 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.128 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:26.264 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.269 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.764 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.769 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.820 4080 4080 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 21:37:26.833 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.836 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.859 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:37:26.884 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:37:26.889 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.893 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.915 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.929 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.931 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:26.951 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:29.102 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:29.104 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:29.122 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:29.124 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:29.628 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:29.639 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:30.128 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:30.133 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:30.628 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:30.632 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:31.130 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:31.134 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:31.632 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:31.638 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:31.888 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:31.889 4080 4080 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 21:37:32.133 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:32.138 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:32.633 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:32.637 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:32.776 4080 4080 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 21:37:32.789 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:32.791 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:32.809 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:32.831 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:37:32.843 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:32.846 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:32.865 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:36.714 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:36.718 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:36.741 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:36.744 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:37.242 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:37.252 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:37.742 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:37.750 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:38.243 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:38.251 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:38.743 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:38.749 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:39.244 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:39.250 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:39.744 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:39.747 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:40.245 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:40.249 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:40.755 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:40.768 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:41.250 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:41.262 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:41.767 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:41.781 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:42.268 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:42.280 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:42.769 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:42.780 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:43.277 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:43.291 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:43.777 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:43.792 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:44.278 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:44.294 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:44.778 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:44.792 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:45.281 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:45.294 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:45.572 4080 4080 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 21:37:45.585 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:45.588 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:45.606 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:45.631 4080 4196 W Parcel : Expecting binder but got null!
02-25 21:37:45.651 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:45.653 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:45.672 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:47.644 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:47.648 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:47.667 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b050788d-46df-4590-84e0-a255491ac008 transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=1.0
is_animated_sticker=0 file_hash=null
file_path=/data/user/0/com.whatsapp/cache/stickers_cache/com.snowcorp.stickerly.and
roid.stickercontentprovider/1ac1822d-3a29-41c4-908f-9c313946cbbf/
03_bdqPiP4jtO67%2Bq%2B%2FgPPJBZxQfWQKxaqucgmErI3ti84%3D.webp file_size=48016
partial_media_hash=null face_x=0 face_y=0 height=512 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=512 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=99 multicast_id=null enc_file_hash=null mute_video=0 page_count=0
first_scan_sidecar=null suspicious_content=0 file_length=48016
media_name=03_bdqPiP4jtO67%2Bq%2B%2FgPPJBZxQfWQKxaqucgmErI3ti84%3D.webp
media_duration=0 chat_row_id=22 media_key=null
02-25 21:37:47.691 4080 4155 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 21:37:47.691 4080 4155 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 21:37:47.726 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:47.729 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:47.752 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:47.755 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.189 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.192 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=b050788d-46df-4590-84e0-a255491ac008 transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/22560694_745893727506177_2190198042361096985_n.enc?ccb=11-
4&oh=01_AdSEShBGb1PSBNjKmknqG9zrkKCzxw1n7reH49i50SMKFQ&oe=660368EF&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=bdqPiP4jtO67+q+/gPPJBZxQfWQKxaqucgmErI3ti84= file_path=Media/WhatsApp
Stickers/STK-20240225-WA0007.webp file_size=48016 partial_media_hash=null face_x=0
face_y=0 height=512 trim_to=0 media_key_timestamp=1708915067756
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/22560694_745893727506177_2190198042361096985_n.enc?ccb=11-
4&oh=01_AdSEShBGb1PSBNjKmknqG9zrkKCzxw1n7reH49i50SMKFQ&oe=660368EF&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=512 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=99 multicast_id=null
enc_file_hash=DFq7W0//GNe6HCASv8W6HtBCJ2EodqhcRx9XwlrDjGI= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=48016
media_name=03_bdqPiP4jtO67%2Bq%2B%2FgPPJBZxQfWQKxaqucgmErI3ti84%3D.webp
media_duration=0 chat_row_id=22 media_key=[B@52dbd8e
02-25 21:37:48.198 4080 4155 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 21:37:48.198 4080 4155 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 21:37:48.220 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.225 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.269 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.272 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.698 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.714 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.759 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.764 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:48.802 4080 6268 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 21:37:48.802 4080 6268 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 21:37:48.997 4080 4094 W MediaPlayerNative: info/warning (10973, 0)
02-25 21:37:49.194 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:49.202 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:49.7--------- beginning of main
02-25 21:37:49.701 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:49.714 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:49.788 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:49.793 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:49.819 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:49.824 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:50.201 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:50.215 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:50.702 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:50.716 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:51.204 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:51.219 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:51.717 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:51.732 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:52.216 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:52.229 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:52.720 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:52.738 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:53.222 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:53.240 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:53.723 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:53.740 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:54.223 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:54.240 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:54.742 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:54.759 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:55.233 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:55.236 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:55.255 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:55.258 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:55.322 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:55.325 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:55.724 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:55.726 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:55.913 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:55.916 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:56.032 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:56.035 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:56.076 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:37:56.079 4080 4080 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:40:19.583 7365 7365 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 21:40:19.775 7365 7365 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 21:40:19.779 7365 7365 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 21:40:19.779 7365 7365 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 21:40:19.779 7365 7365 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 21:40:19.779 7365 7365 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 21:40:19.779 7365 7365 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 21:40:19.779 7365 7365 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 21:40:19.779 7365 7365 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 21:40:19.779 7365 7365 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 21:40:19.779 7365 7365 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 21:40:19.779 7365 7365 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 21:40:19.779 7365 7365 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 21:40:19.779 7365 7365 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 21:40:19.779 7365 7365 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 21:40:19.779 7365 7365 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 21:40:19.779 7365 7365 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 21:40:19.779 7365 7365 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 21:40:19.779 7365 7365 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 21:40:19.779 7365 7365 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 21:40:19.779 7365 7365 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 21:40:19.779 7365 7365 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 21:40:19.779 7365 7365 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 21:40:19.779 7365 7365 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 21:40:19.822 7365 7365 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 21:40:19.897 7365 7384 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 21:40:20.320 7365 7365 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:40:20.321 7365 7365 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:40:20.507 7365 7414 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 21:40:20.507 7365 7414 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 21:40:20.507 7365 7414 W com.whatsapp: and incorrect proguard
optimizations.
02-25 21:42:22.755 7365 7365 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 21:42:22.963 7365 7365 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 21:42:22.992 7365 8791 W Parcel : Expecting binder but got null!
02-25 21:42:23.006 7365 8791 W Parcel : Expecting binder but got null!
02-25 21:42:30.505 7365 7430 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 21:49:00.084 7365 7365 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 21:49:00.455 7365 7365 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 21:49:00.479 7365 7365 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 21:49:00.572 7365 7365 W Activity: Can request only one set of permissions
at a time
02-25 21:49:00.600 7365 12338 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:49:00.600 7365 12338 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 21:49:00.600 7365 12338 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 21:49:00.600 7365 12338 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:49:00.600 7365 12338 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 21:49:00.600 7365 12338 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 21:49:00.600 7365 12338 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 21:49:00.600 7365 12338 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 21:49:00.726 7365 12338 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 21:49:00.727 7365 12338 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 21:49:00.796 7365 8791 W Parcel : Expecting binder but got null!
02-25 21:49:01.617 7365 7365 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:49:02.162 7365 12377 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 21:49:02.610 7365 8791 W Parcel : Expecting binder but got null!
02-25 21:49:02.694 7365 7365 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 21:49:06.079 7365 12463 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 21:49:06.079 7365 12463 E RenderScript: Failed to load runtime , loading
default
02-25 21:49:06.212 7365 12473 W LOTTIE : Unknown shape type rd
02-25 21:49:06.294 7365 7365 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:49:06.299 7365 7365 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 21:49:06.582 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:49:06.590 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:49:06.594 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 21:49:06.632 7365 8791 W Parcel : Expecting binder but got null!
02-25 21:49:06.659 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.663 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.665 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.686 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.691 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.693 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.722 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.725 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.727 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.769 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.772 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.773 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.793 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.796 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.797 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.804 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.808 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.810 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.816 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.819 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.821 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.827 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.831 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.833 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.849 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.852 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.854 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.860 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.863 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.865 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.871 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.874 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.875 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.882 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.885 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.887 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.893 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.896 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.898 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.905 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.908 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.911 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.916 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.919 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.921 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.927 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.931 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.933 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.939 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.942 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:06.944 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.006 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.010 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.012 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.106 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.110 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.112 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.220 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.227 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.231 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.263 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.269 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.273 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.308 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.315 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.319 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.406 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.409 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.411 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.507 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.510 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.512 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.620 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.626 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.629 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.720 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.726 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.729 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.765 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.772 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.775 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.834 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.838 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.840 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.919 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.923 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.925 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.941 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.944 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:07.946 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.041 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.045 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.046 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.141 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.144 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.146 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.242 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.245 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.247 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.264 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.267 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.269 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.279 7365 7365 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:49:08.279 7365 7365 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:49:08.341 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.345 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.347 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.395 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.398 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.400 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.409 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.413 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.417 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.442 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.444 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.447 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.542 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.544 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.546 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.643 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.648 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.651 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.743 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.747 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.750 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.766 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.771 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.774 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.843 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.846 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.848 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.945 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.949 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:08.952 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.045 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.051 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.053 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.145 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.149 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.151 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.246 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.250 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.254 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.268 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.272 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.276 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.347 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.352 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.356 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.447 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.452 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.456 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.545 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.547 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.549 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.647 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.652 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.654 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.747 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.752 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.755 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.769 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.774 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.777 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.847 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.851 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.854 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.948 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.952 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:09.955 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.047 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.051 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.054 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.125 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.127 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.130 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.147 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.154 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.157 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.173 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.177 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.179 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.190 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.193 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.196 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.208 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.211 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.214 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.224 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.226 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.229 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.242 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.246 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.248 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.258 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.262 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.264 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.274 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.277 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.286 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.291 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.295 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.299 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.307 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.319 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.322 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.342 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.347 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.352 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.376 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.382 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.386 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.408 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.415 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.420 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.476 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.481 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.484 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.576 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.582 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.586 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.677 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.681 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.684 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.777 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.782 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.785 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.877 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.885 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.889 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.978 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.984 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:10.988 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.043 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.047 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.050 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.076 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.078 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.080 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.177 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.181 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.183 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.276 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.279 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.281 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.348 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.350 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.352 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.376 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.379 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.381 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.410 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.412 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.414 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.477 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.482 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.485 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.579 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.583 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.587 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.678 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.681 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.683 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.778 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.782 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.785 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.881 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.886 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.890 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.914 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.920 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.923 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.980 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.985 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:11.988 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.012 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.017 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.022 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.113 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.118 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.122 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.213 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.219 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.223 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.314 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.320 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.323 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.415 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.422 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.427 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.499 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.504 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.508 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.530 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.536 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.540 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.564 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.570 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.575 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.632 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.636 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.640 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.731 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.737 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.741 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.832 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.837 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.841 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.932 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.937 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:12.941 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.037 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.050 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.060 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.086 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.093 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.100 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.134 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.143 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.153 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.234 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.238 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.242 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.334 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.342 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.344 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.366 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.368 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.370 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.433 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.438 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.441 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.534 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.539 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.544 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.634 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.639 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.643 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.734 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.739 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.743 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.767 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.771 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.774 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.832 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.835 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.837 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.933 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.937 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:13.941 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.034 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.038 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.042 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.118 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.122 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.125 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.134 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.139 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.141 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.235 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.239 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.247 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.352 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.356 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.360 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.436 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.441 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.445 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.553 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.563 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.573 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.619 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.624 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.627 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.636 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.639 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.641 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.737 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.742 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.745 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.837 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.842 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.845 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.954 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.960 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:14.965 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.057 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.065 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.072 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.127 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.139 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.148 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.172 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.180 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.186 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.275 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.283 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.287 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.349 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.353 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.356 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.370 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.374 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.376 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.471 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.475 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.479 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.573 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.578 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.582 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.673 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.678 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.682 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.723 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.727 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.731 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.773 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.778 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.781 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.793 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.797 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.799 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.828 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.832 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.836 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.873 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.879 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.883 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.907 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.912 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.916 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.939 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.943 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.946 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.972 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.975 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.977 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.988 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.991 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:15.993 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.005 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.008 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.010 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.039 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.041 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.043 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.055 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.057 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.059 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.072 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.075 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.078 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.107 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.111 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.114 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.157 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.162 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.165 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.174 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.178 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.181 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.224 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.228 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.232 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.273 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.279 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.283 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.326 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.332 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.335 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.357 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.363 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.366 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.374 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.378 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.381 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.391 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.396 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.399 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.407 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.411 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.414 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.422 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.426 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.430 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.439 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.442 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.445 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.456 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.458 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.460 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.473 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.476 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.479 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.489 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.491 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.494 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.505 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.508 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.510 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.522 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.525 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.528 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.556 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.559 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.561 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.607 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.610 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.612 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.707 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.712 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.715 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.807 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.812 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.815 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.857 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.862 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.866 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.909 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.913 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:16.917 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.009 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.013 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.015 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.113 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.125 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.135 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.213 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.223 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.230 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.313 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.323 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.331 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.361 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.368 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.372 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.431 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.434 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.436 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.526 7365 8791 W Parcel : Expecting binder but got null!
02-25 21:49:17.533 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.539 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.542 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.641 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.643 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.645 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.742 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.745 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.747 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.842 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.845 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.847 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.942 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.945 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:17.948 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.042 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.046 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.048 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.142 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.145 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.147 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.244 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.249 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.252 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.345 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.349 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.353 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.445 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.449 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.453 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.546 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.551 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.554 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.645 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.649 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.652 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.825 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.827 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.829 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.832 7365 7365 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 21:49:18.832 7365 7365 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 21:49:18.853 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.856 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.857 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.888 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.890 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.893 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.988 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.991 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:18.993 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.089 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.091 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.093 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.189 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.192 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.193 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.289 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.292 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.294 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.323 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.326 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.328 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.338 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.341 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.342 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.346 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.348 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.350 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.357 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.359 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.361 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.368 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.370 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.372 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.379 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.381 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.383 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.390 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.393 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.395 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.402 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.404 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.406 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.413 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.415 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.417 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.424 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.426 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.428 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.435 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.437 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.439 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.446 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.449 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.450 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.490 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.493 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.495 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.546 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.549 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.551 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.558 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.561 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.563 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.569 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.571 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.573 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.580 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.582 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.584 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.591 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.593 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.595 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.602 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.604 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.606 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.613 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.615 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.617 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.624 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.626 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.628 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.635 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.637 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.639 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.646 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.649 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.650 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.657 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.660 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.661 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.669 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.671 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.672 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.680 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.683 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.685 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.691 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.694 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.696 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.702 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.705 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.706 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.714 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.716 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.718 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.725 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.727 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.729 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.736 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.738 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.739 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.793 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.798 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.803 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.848 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.850 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.853 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.895 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.901 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.905 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.915 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.921 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:19.925 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.005 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.010 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.014 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.105 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.109 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.113 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.138 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.143 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.146 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.152 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.159 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.164 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.172 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.180 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.184 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.194 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.197 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.199 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.203 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.206 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.207 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.214 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.217 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.219 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.227 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.230 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.232 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.237 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.240 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.242 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.248 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.251 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.253 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.259 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.263 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.265 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.270 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.273 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.275 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.281 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.283 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.285 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.292 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.295 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.297 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.303 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.306 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.308 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.314 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.317 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.319 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.326 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.328 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.330 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.337 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.339 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.341 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.348 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.351 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.353 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.360 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.363 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.366 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.371 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.375 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.377 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.382 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.385 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.387 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.393 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.397 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.399 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.415 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.417 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.419 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.528 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.533 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.536 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.628 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.632 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.636 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.729 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.734 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.738 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.829 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.833 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.837 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.862 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.870 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.876 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.930 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.935 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:20.939 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.029 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.034 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.038 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.133 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.145 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.154 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.234 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.247 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.257 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.333 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.345 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.354 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.378 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.390 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.398 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.433 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.443 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.450 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.546 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.560 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.566 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.642 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.648 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.652 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.747 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.761 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.768 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.847 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.859 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.865 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.889 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.898 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.906 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.947 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.961 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:21.968 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.047 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.061 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.068 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.146 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.155 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.161 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.247 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.260 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.266 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.346 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.354 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.360 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.388 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.394 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.400 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.447 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.457 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.465 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.548 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.560 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.569 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.648 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.661 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.666 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.743 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.748 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.752 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.778 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.780 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.782 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.792 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.796 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.798 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.809 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.812 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.814 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.826 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.829 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.832 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.842 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.845 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.848 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.859 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.862 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.864 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.876 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.878 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.880 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.897 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.901 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.905 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.911 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.915 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.920 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.927 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.932 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.935 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.943 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.947 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.950 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.960 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.967 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.972 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.978 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.985 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:22.989 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.044 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.049 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.053 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.093 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.098 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.101 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.162 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.173 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.183 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.262 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.268 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.271 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.362 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.367 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.371 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.462 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.467 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.470 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.566 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.579 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.586 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.612 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.619 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.623 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.663 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.670 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.675 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.768 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.780 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.788 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.868 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.881 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.889 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.968 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.980 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:23.986 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.076 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.081 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.085 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.115 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.119 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.122 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.165 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.170 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.173 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.269 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.281 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.289 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.365 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.372 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.377 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.469 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.481 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.491 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.568 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.578 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.583 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.599 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.607 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.613 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.665 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.668 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.672 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.681 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.684 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.686 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.787 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.793 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.797 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.882 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.887 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.891 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.983 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.989 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:24.993 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.065 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.069 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.073 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.083 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.089 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.092 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.118 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.123 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.127 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.150 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.154 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.157 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.167 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.174 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.177 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.182 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.186 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.188 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.198 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.201 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.203 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.214 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.217 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.219 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.231 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.234 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.237 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.248 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.250 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.252 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.264 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.267 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.269 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.283 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.287 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.290 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.299 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.304 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.307 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.317 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.322 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.325 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.334 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.339 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.342 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.400 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.405 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.408 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.418 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.422 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.425 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.451 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.456 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.459 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.501 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.505 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.508 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.519 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.523 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.527 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.568 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.573 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.576 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.618 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.623 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.626 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.635 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.641 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.645 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.668 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.673 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.676 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.735 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.739 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.742 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.752 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.757 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.760 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.785 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.790 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.793 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.835 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.839 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.842 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.852 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.856 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.861 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.951 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.955 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:25.958 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.051 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.056 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.060 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.152 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.156 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.159 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.168 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.173 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.176 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.269 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.274 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.277 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.370 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.375 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.378 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.491 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.504 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.514 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.593 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.603 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.609 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.637 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.645 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.653 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.688 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.694 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.699 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.791 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.802 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.808 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.892 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.903 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.909 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:26.993 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.005 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.012 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.093 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.107 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.118 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.138 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.145 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.151 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.192 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.201 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.207 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.290 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.301 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.308 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.394 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.406 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.417 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.496 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.505 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.512 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.595 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.605 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.611 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.643 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.661 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.669 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.691 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.699 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.705 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.790 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.794 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.798 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.892 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.900 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.908 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:27.995 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.009 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.023 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.096 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.108 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.120 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.143 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.153 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.160 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.193 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.205 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.214 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.295 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.309 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.321 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.396 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.408 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.415 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.492 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.496 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.500 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.592 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.596 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.600 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.643 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.648 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.652 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.693 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.698 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.701 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.797 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.809 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.817 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.897 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.912 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.922 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.992 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:28.997 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.001 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.013 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.019 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.022 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.042 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.046 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.048 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.057 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.060 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.062 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.075 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.079 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.084 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.091 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.097 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.100 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.108 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.110 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.114 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.124 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.127 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.131 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.143 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.147 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.150 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.159 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.163 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.165 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.176 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.180 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.185 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.192 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.197 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.200 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.208 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.214 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.217 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.259 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.264 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.269 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.326 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.330 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.334 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.409 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.415 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.420 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.479 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.485 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.489 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.509 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.513 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.515 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.627 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.631 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.635 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.728 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.733 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.736 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.827 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.831 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.834 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.894 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.899 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.903 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.927 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.932 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.935 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.953 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.958 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.962 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.977 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.981 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.983 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:29.994 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.003 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.006 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.011 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.014 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.016 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.026 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.029 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.030 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.042 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.045 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.046 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.059 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.061 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.063 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.076 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.078 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.080 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.093 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.095 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.097 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.111 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.115 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.117 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.128 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.133 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.136 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.145 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.150 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.153 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.179 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.184 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.187 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.229 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.233 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.236 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.246 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.251 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.254 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.295 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.301 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.304 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.329 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.334 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.337 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.346 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.351 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.354 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.396 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.400 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.404 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.430 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.434 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.438 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.463 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.468 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.472 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.479 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.483 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.486 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.513 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.517 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.521 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.529 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.533 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.536 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.646 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.658 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.663 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.984 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:30.996 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:31.002 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:31.488 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:31.501 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:31.508 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:31.926 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:31.930 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:31.934 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:32.125 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:32.128 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:32.130 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 21:49:32.207 7365 7365 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-25 21:49:34.720 7365 8791 W Parcel : Expecting binder but got null!
02-25 21:49:37.103 7365 8791 W Parcel : Expecting binder but got null!
02-25 21:49:37.970 7365 8791 W Parcel : Expecting binder but got null!
02-25 21:49:40.935 7365 8791 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 21:50:06.709 7365 7426 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
02-25 21:50:06.709 7365 7426 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
02-25 22:00:14.814 7365 8791 W Parcel : Expecting binder but got null!
02-25 22:00:20.995 7365 7365 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:00:21.000 7365 7365 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:00:21.396 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 22:00:21.401 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 22:00:21.403 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 22:00:21.439 7365 8791 W Parcel : Expecting binder but got null!
02-25 22:00:21.472 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.475 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.478 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.495 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.500 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.503 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.536 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.538 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.540 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.591 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.594 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:21.600 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:22.071 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:22.075 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:22.077 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:22.575 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:22.585 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:22.591 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.075 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.084 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.086 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.208 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.212 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.213 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.511 7365 7365 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 22:00:23.511 7365 7365 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 22:00:23.575 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.577 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.580 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.621 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.625 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.627 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.642 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.646 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:23.651 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.078 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.086 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.089 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.584 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.591 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.594 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.761 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.765 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.767 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.783 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.787 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.789 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.800 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.804 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.806 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.817 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.819 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.821 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.833 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.836 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.838 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.850 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.853 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.855 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.868 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.871 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.873 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.883 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.887 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.891 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.902 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.905 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.907 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.917 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.920 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.925 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.933 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.939 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.941 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.950 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.955 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:24.957 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.340 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.344 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.347 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.366 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.368 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.370 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.397 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.400 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.440 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.444 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.464 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.466 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.476 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.479 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.484 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.487 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.496 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.499 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.507 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.511 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.518 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.522 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.529 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.532 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.540 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.543 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.551 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.554 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.754 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.757 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.775 7365 16237 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 22:00:25.775 7365 16237 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 22:00:25.865 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.869 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:25.908 7365 13089 W MediaPlayerNative: info/warning (10973, 0)
02-25 22:00:26.265 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:26.269 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:26.329 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:26.334 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:26.413 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:26.415 7365 7365 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:00:26.658 7365 7365 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-25 22:11:22.043 7365 8791 W Parcel : Expecting binder but got null!
02-25 22:11:34.457 7365 7365 E ArmVmp : Match on catch block at 0x38 in for
0x7b18e6902d
02-25 22:11:34.459 7365 7365 W System.err: java.lang.NumberFormatException: For
input string: ""
02-25 22:11:34.461 7365 7365 W System.err: at
java.lang.Integer.parseInt(Integer.java:807)
02-25 22:11:34.461 7365 7365 W System.err: at
java.lang.Integer.parseInt(Integer.java:915)
02-25 22:11:34.461 7365 7365 W System.err: at
mbmodsd.mbmodsw.home.HomeActivity.mbcRe(Native Method)
02-25 22:11:34.461 7365 7365 W System.err: at
com.whatsapp.HomeActivity.onPause(Unknown Source:9)
02-25 22:11:34.462 7365 7365 W System.err: at
android.app.Activity.performPause(Activity.java:8778)
02-25 22:11:34.462 7365 7365 W System.err: at
android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1585)
02-25 22:11:34.462 7365 7365 W System.err: at
android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5707)
02-25 22:11:34.462 7365 7365 W System.err: at
android.app.ActivityThread.performPauseActivity(ActivityThread.java:5668)
02-25 22:11:34.462 7365 7365 W System.err: at
android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5620)
02-25 22:11:34.462 7365 7365 W System.err: at
android.app.servertransaction.P--------- beginning of main
02-25 22:11:38.184 22166 22166 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 22:11:38.355 22166 22166 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 22:11:38.355 22166 22166 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 22:11:38.355 22166 22166 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 22:11:38.355 22166 22166 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 22:11:38.355 22166 22166 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 22:11:38.355 22166 22166 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 22:11:38.355 22166 22166 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 22:11:38.355 22166 22166 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 22:11:38.355 22166 22166 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 22:11:38.355 22166 22166 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 22:11:38.355 22166 22166 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 22:11:38.355 22166 22166 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 22:11:38.355 22166 22166 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 22:11:38.355 22166 22166 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 22:11:38.355 22166 22166 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 22:11:38.355 22166 22166 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 22:11:38.355 22166 22166 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 22:11:38.355 22166 22166 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 22:11:38.355 22166 22166 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 22:11:38.355 22166 22166 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 22:11:38.355 22166 22166 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 22:11:38.355 22166 22166 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 22:11:38.355 22166 22166 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 22:11:38.388 22166 22166 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 22:11:38.667 22166 22166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:11:38.667 22166 22166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 22:11:38.798 22166 22166 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 22:11:38.798 22166 22166 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 22:11:38.798 22166 22166 W com.whatsapp: and incorrect proguard
optimizations.
02-25 22:11:38.802 22166 22221 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 22:11:38.949 22166 22166 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 22:11:39.240 22166 22166 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 22:11:39.262 22166 22166 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 22:11:39.329 22166 22166 W Activity: Can request only one set of permissions
at a time
02-25 22:11:39.525 22166 22166 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 22:11:39.561 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:11:39.950 22166 22240 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:11:39.950 22166 22240 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:11:39.950 22166 22240 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 22:11:39.950 22166 22240 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 22:11:39.950 22166 22240 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 22:11:39.951 22166 22240 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 22:11:39.951 22166 22240 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 22:11:39.951 22166 22240 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 22:11:39.987 22166 22240 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 22:11:39.987 22166 22240 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 22:11:40.203 22166 22166 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:11:40.574 22166 22194 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 22:11:40.832 22166 22323 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 22:11:41.263 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:11:41.348 22166 22166 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 22:11:51.174 22166 22180 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 22:13:40.793 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:13:44.727 22166 22993 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 22:13:44.727 22166 22993 E RenderScript: Failed to load runtime , loading
default
02-25 22:13:44.881 22166 23002 W LOTTIE : Unknown shape type rd
02-25 22:13:44.881 22166 23003 W LOTTIE : Unknown shape type rd
02-25 22:13:44.963 22166 22166 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:13:44.969 22166 22166 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:13:45.273 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 22:13:45.282 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 22:13:45.285 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 22:13:45.315 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:13:45.346 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.348 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.350 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.360 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.363 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.364 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.376 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.379 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.380 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.424 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.428 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.430 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.917 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.932 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:45.939 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.182 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.186 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.187 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.226 22166 22166 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 22:13:46.226 22166 22166 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 22:13:46.324 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.327 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.329 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.336 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.339 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.342 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.411 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.415 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.416 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.913 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.917 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:46.920 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.422 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.438 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.444 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.792 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.795 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.797 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.815 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.819 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.821 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.831 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.835 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.838 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.849 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.852 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.854 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.865 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.868 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.870 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.882 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.885 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.887 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.900 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.903 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.906 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.916 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.919 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.921 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.932 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.935 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.938 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.949 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.951 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.954 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.966 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.969 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.971 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.983 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.986 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:47.989 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:48.318 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:48.321 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:48.323 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:48.419 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:48.424 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:48.428 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:48.926 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:48.939 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:48.951 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.104 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.111 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.114 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.119 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.122 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.124 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.447 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.451 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.453 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.473 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.476 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.478 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.501 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.504 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.513 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.516 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.547 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.550 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.565 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.568 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.584 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.587 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.591 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.595 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.603 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.606 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.614 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.619 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.625 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.627 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.636 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.640 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.648 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.651 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.658 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.661 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.806 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.810 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.833 22166 22959 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 22:13:49.833 22166 22959 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 22:13:49.870 22166 22184 W MediaPlayerNative: info/warning (10973, 0)
02-25 22:13:49.974 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:49.983 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.145 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.150 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.159 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.163 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.173 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.178 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.183 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.187 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.194 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.198 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.204 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.207 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.475 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.480 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.680 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.684 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.709 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.712 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.717 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.721 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.735 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.739 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.745 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.749 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.755 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.760 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.780 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.782 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.787 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.790 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.797 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.800 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.806 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.809 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.817 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.821 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.830 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.833 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.841 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.846 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.852 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.856 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.863 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.868 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.873 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.877 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.885 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.890 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.896 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.901 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.907 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.912 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.918 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.922 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.929 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.932 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.940 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.943 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.952 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.956 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.962 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.965 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.980 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.984 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.991 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:50.996 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.002 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.006 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.011 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.015 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.021 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.025 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.030 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.033 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.041 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.044 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.052 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.057 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.063 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.067 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.074 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.077 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.085 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.088 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.096 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.099 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.107 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.111 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.118 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.121 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.130 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.134 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.141 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.144 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.152 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.156 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.163 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.167 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.174 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.177 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.185 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.188 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.196 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.199 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.207 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.211 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.218 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.222 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.230 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.233 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.242 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.246 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.253 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.257 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.263 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.267 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.276 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.280 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.286 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.292 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.298 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.303 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.309 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.314 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.319 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.324 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.330 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.335 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.341 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.345 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.353 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.358 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.364 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.369 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.375 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.381 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.387 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.392 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.398 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.403 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.409 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.414 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.421 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.424 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.432 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.436 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.441 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.445 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.453 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.458 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.465 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.471 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.475 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.479 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.486 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.489 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.496 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.499 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.508 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.510 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.519 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.522 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.531 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.534 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.542 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.545 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.553 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.556 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.564 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.567 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.575 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.577 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.586 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.590 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.598 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.602 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.608 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.612 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.619 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.623 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.631 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.634 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.642 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.645 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.652 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.655 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.664 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.668 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.676 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.680 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.686 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.690 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.697 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.701 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.709 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.713 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.721 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.724 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.731 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.735 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.743 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.748 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.754 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.759 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.765 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.770 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.777 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.781 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.787 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.793 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.800 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.804 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.810 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.815 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.821 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.824 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.839 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.842 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.859 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.862 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.925 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:51.927 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:52.008 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:52.012 22166 22166 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:13:52.089 22166 22166 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-25 22:13:53.643 22166 22166 W Choreographer: Frame time is 0.135122 ms in the
future! Check that graphics HAL is generating vsync timestamps using the correct
timebase.
02-25 22:14:19.989 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:14:22.941 22166 22166 E ArmVmp : Match on catch block at 0x38 in for
0x7b18e6902d
02-25 22:14:22.943 22166 22166 W System.err: java.lang.NumberFormatException: For
input string: ""
02-25 22:14:22.944 22166 22166 W System.err: at
java.lang.Integer.parseInt(Integer.java:807)
02-25 22:14:22.945 22166 22166 W System.err: at
java.lang.Integer.parseInt(Integer.java:915)
02-25 22:14:22.945 22166 22166 W System.err: at
mbmodsd.mbmodsw.home.HomeActivity.mbcRe(Native Method)
02-25 22:14:22.945 22166 22166 W System.err: at
com.whatsapp.HomeActivity.onPause(Unknown Source:9)
02-25 22:14:22.945 22166 22166 W System.err: at
android.app.Activity.performPause(Activity.java:8778)
02-25 22:14:22.945 22166 22166 W System.err: at
android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1585)
02-25 22:14:22.945 22166 22166 W System.err: at
android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5707)
02-25 22:14:22.945 22166 22166 W System.err: at
android.app.ActivityThread.performPauseActivity(ActivityThread.java:5668)
02-25 22:14:22.945 22166 22166 W System.err: at
android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5620)
02-25 22:14:22.945 22166 22166 W System.err: at
android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:47)
02-25 22:14:22.945 22166 22166 W System.err: at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
02-25 22:14:22.945 22166 22166 W System.err: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:176)
02-25 22:14:22.946 22166 22166 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
02-25 22:14:22.946 22166 22166 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 22:14:22.949 22166 22166 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 22:14:22.949 22166 22166 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 22:14:22.949 22166 22166 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 22:14:22.949 22166 22166 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 22:14:22.950 22166 22166 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 22:14:22.950 22166 22166 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 22:14:22.950 22166 22166 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 22:14:25.372 22166 22166 E ArmVmp : Match on catch block at 0x38 in for
0x7b18e6902d
02-25 22:14:25.372 22166 22166 W System.err: java.lang.NumberFormatException: For
input string: ""
02-25 22:14:25.372 22166 22166 W System.err: at
java.lang.Integer.parseInt(Integer.java:807)
02-25 22:14:25.372 22166 22166 W System.err: at
java.lang.Integer.parseInt(Integer.java:915)
02-25 22:14:25.373 22166 22166 W System.err: at
mbmodsd.mbmodsw.home.HomeActivity.mbcRe(Native Method)
02-25 22:14:25.373 22166 22166 W System.err: at
com.whatsapp.HomeActivity.onPause(Unknown Source:9)
02-25 22:14:25.373 22166 22166 W System.err: at
android.app.Activity.performPause(Activity.java:8778)
02-25 22:14:25.373 22166 22166 W System.err: at
android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1585)
02-25 22:14:25.373 22166 22166 W System.err: at
android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5707)
02-25 22:14:25.373 22166 22166 W System.err: at
android.app.ActivityThread.performPauseActivity(ActivityThread.java:5668)
02-25 22:14:25.373 22166 22166 W System.err: at
android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5620)
02-25 22:14:25.373 22166 22166 W System.err: at
android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:47)
02-25 22:14:25.373 22166 22166 W System.err: at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
02-25 22:14:25.373 22166 22166 W System.err: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:176)
02-25 22:14:25.374 22166 22166 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
02-25 22:14:25.374 22166 22166 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 22:14:25.374 22166 22166 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 22:14:25.374 22166 22166 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 22:14:25.374 22166 22166 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 22:14:25.374 22166 22166 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 22:14:25.374 22166 22166 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 22:14:25.374 22166 22166 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 22:14:25.375 22166 22166 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 22:14:25.484 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:14:41.318 22166 22166 E ArmVmp : Match on catch block at 0x38 in for
0x7b18e6902d
02-25 22:14:41.319 22166 22166 W System.err: java.lang.NumberFormatException: For
input string: ""
02-25 22:14:41.319 22166 22166 W System.err: at
java.lang.Integer.parseInt(Integer.java:807)
02-25 22:14:41.319 22166 22166 W System.err: at
java.lang.Integer.parseInt(Integer.java:915)
02-25 22:14:41.319 22166 22166 W System.err: at
mbmodsd.mbmodsw.home.HomeActivity.mbcRe(Native Method)
02-25 22:14:41.319 22166 22166 W System.err: at
com.whatsapp.HomeActivity.onPause(Unknown Source:9)
02-25 22:14:41.319 22166 22166 W System.err: at
android.app.Activity.performPause(Activity.java:8778)
02-25 22:14:41.319 22166 22166 W System.err: at
android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1585)
02-25 22:14:41.319 22166 22166 W System.err: at
android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5707)
02-25 22:14:41.319 22166 22166 W System.err: at
android.app.ActivityThread.performPauseActivity(ActivityThread.java:5668)
02-25 22:14:41.320 22166 22166 W System.err: at
android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5620)
02-25 22:14:41.320 22166 22166 W System.err: at
android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:47)
02-25 22:14:41.320 22166 22166 W System.err: at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
02-25 22:14:41.320 22166 22166 W System.err: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:176)
02-25 22:14:41.320 22166 22166 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
02-25 22:14:41.320 22166 22166 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-25 22:14:41.320 22166 22166 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 22:14:41.320 22166 22166 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 22:14:41.320 22166 22166 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 22:14:41.320 22166 22166 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 22:14:41.320 22166 22166 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 22:14:41.320 22166 22166 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 22:14:41.320 22166 22166 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 22:14:41.515 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:14:41.609 22166 22166 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 22:14:41.609 22166 22166 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 22:14:58.387 22166 22166 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6905d
02-25 22:14:58.426 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:14:59.528 22166 22166 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 22:15:00.441 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:15:02.808 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:15:05.765 22166 22233 W Parcel : Expecting binder bu--------- beginning
of main
02-25 22:15:20.973 22166 22166 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 22:15:20.992 22166 22166 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:15:21.051 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:15:23.995 22166 22233 W Parcel : Expecting binder but got null!
02-25 22:15:25.522 23711 23711 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 22:15:25.680 23711 23711 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 22:15:25.682 23711 23711 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 22:15:25.682 23711 23711 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 22:15:25.682 23711 23711 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 22:15:25.682 23711 23711 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 22:15:25.682 23711 23711 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 22:15:25.682 23711 23711 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 22:15:25.682 23711 23711 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 22:15:25.682 23711 23711 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 22:15:25.682 23711 23711 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 22:15:25.682 23711 23711 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 22:15:25.682 23711 23711 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 22:15:25.682 23711 23711 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 22:15:25.682 23711 23711 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 22:15:25.682 23711 23711 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 22:15:25.682 23711 23711 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 22:15:25.682 23711 23711 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 22:15:25.682 23711 23711 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 22:15:25.682 23711 23711 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 22:15:25.682 23711 23711 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 22:15:25.682 23711 23711 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 22:15:25.682 23711 23711 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 22:15:25.682 23711 23711 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 22:15:25.691 23711 23711 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 22:15:26.066 23711 23711 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:15:26.066 23711 23711 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 22:15:26.708 23711 23711 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 22:15:26.742 23711 23711 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 22:15:26.745 23711 23930 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:15:26.745 23711 23930 W com.whatsapp: Accessing hidden met---------
beginning of main
02-25 22:15:26.746 23711 23930 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 22:15:26.746 23711 23930 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 22:15:26.746 23711 23930 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 22:15:26.746 23711 23930 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 22:15:26.746 23711 23930 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 22:15:26.809 23711 23930 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 22:15:26.809 23711 23930 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 22:15:26.816 23711 23711 W Activity: Can request only one set of permissions
at a time
02-25 22:15:27.263 23711 23711 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 22:15:27.504 23711 23711 E RecyclerView: No adapter attached; skipping layout
02-25 22:15:27.556 23711 23846 W Parcel : Expecting binder but got null!
02-25 22:15:27.598 23711 23711 E RecyclerView: No adapter attached; skipping layout
02-25 22:15:27.599 23711 23711 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{bf61be9 VFED..C.. ......ID 253,0-
380,0 #7f0b0f8a app:id/menuitem_search} during layout: running second layout pass
02-25 22:15:27.599 23711 23711 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{381106e V.E...... ......ID 503,328-
1125,328} during layout: running second layout pass
02-25 22:15:27.612 23711 23711 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:15:27.695 23711 23711 W View : requestLayout() improperly called by
DecorView@36e0c81[HomeActivity] during second layout pass: posting in next frame
02-25 22:15:27.816 23711 24085 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 22:15:27.828 23711 23750 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 22:15:27.895 23711 23711 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 22:15:34.706 23711 23711 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 22:15:34.717 23711 23711 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:15:34.760 23711 23846 W Parcel : Expecting binder but got null!
02-25 22:15:35.626 23711 23719 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 22:15:36.953 23711 23846 W Parcel : Expecting binder but got null!
02-25 22:15:40.076 24348 24348 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 22:15:40.186 24348 24348 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 22:15:40.186 24348 24348 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 22:15:40.186 24348 24348 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 22:15:40.186 24348 24348 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 22:15:40.186 24348 24348 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 22:15:40.186 24348 24348 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 22:15:40.186 24348 24348 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 22:15:40.186 24348 24348 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 22:15:40.186 24348 24348 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 22:15:40.186 24348 24348 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 22:15:40.186 24348 24348 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 22:15:40.186 24348 24348 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 22:15:40.186 24348 24348 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 22:15:40.186 24348 24348 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 22:15:40.186 24348 24348 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 22:15:40.186 24348 24348 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 22:15:40.186 24348 24348 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 22:15:40.186 24348 24348 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 22:15:40.186 24348 24348 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 22:15:40.186 24348 24348 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 22:15:40.186 24348 24348 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 22:15:40.186 24348 24348 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 22:15:40.186 24348 24348 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 22:15:40.217 24348 24348 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 22:15:40.354 24348 24348 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:15:40.354 24348 24348 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 22:15:40.448 24348 24348 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 22:15:40.448 24348 24348 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 22:15:40.448 24348 24348 W com.whatsapp: and incorrect proguard
optimizations.
02-25 22:15:40.457 24348 24398 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 22:15:40.582 24348 24348 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 22:15:40.856 24348 24348 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 22:15:40.880 24348 24348 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 22:15:40.893 24348 24416 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:15:40.893 24348 24416 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:15:40.893 24348 24416 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 22:15:40.893 24348 24416 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 22:15:40.893 24348 24416 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 22:15:40.893 24348 24416 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 22:15:40.893 24348 24416 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 22:15:40.893 24348 24416 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 22:15:40.910 24348 24348 W Activity: Can request only one set of permissions
at a time
02-25 22:15:40.924 24348 24416 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 22:15:40.924 24348 24416 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 22:15:41.181 24348 24348 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 22:15:41.356 24348 24348 E RecyclerView: No adapter attached; skipping layout
02-25 22:15:41.391 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:15:41.427 24348 24348 E RecyclerView: No adapter attached; skipping layout
02-25 22:15:41.428 24348 24348 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{471ea72 VFED..C.. ......ID 253,0-
380,0 #7f0b0f8a app:id/menuitem_search} during layout: running second layout pass
02-25 22:15:41.428 24348 24348 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{1bbec3 V.E...... ......ID 503,328-
1125,328} during layout: running second layout pass
02-25 22:15:41.439 24348 24348 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:15:41.511 24348 24348 W View : requestLayout() improperly called by
DecorView@a88d9b2[HomeActivity] during second layout pass: posting in next frame
02-25 22:15:41.564 24348 24458 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 22:15:41.674 24348 24348 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 22:15:41.698 24348 24371 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 22:15:42.874 24348 24348 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 22:15:42.889 24348 24348 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:15:42.929 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:15:50.184 24348 24356 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 22:15:54.844 24348 24348 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 22:16:13.180 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:13.910 24348 24348 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
--------- beginning of system
02-25 22:16:13.910 24348 24348 W ViewRootImpl@859266d[PopupWindow:8aede84]:
Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE,
actionButton=0, id[0]=0, x[0]=-22.493042, y[0]=-580.56616,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=10506816,
downTime=10506810, deviceId=4, source=0x1002, displayId=0, eventId=218070105 }
02-25 22:16:13.910 24348 24348 E ViewRootImpl@859266d[PopupWindow:8aede84]:
mStopped=false mHasWindowFocus=true mPausedForTransition=false
02-25 22:16:13.910 24348 24348 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 22:16:15.130 24348 24348 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-25 22:16:15.146 24348 24348 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:16:15.183 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:20.335 24348 24348 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 22:16:21.352 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:22.763 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:25.988 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:35.275 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:37.288 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:37.878 24348 24348 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 22:16:37.906 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:40.435 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:41.187 24348 24348 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 22:16:41.217 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:49.741 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:50.799 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:50.799 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:50.799 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:50.799 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:50.803 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:50.803 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:50.803 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:50.803 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:50.806 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:50.806 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:50.806 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:50.806 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:50.809 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:50.809 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:50.809 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:50.809 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:51.132 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:52.296 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:52.296 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:52.296 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:52.296 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:52.302 24348 24348 E ConstraintLayout: layout_--------- beginning of
main
02-25 22:16:52.304 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:52.304 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:52.305 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:52.305 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:52.653 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:53.980 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:53.980 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:53.980 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:53.980 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:53.985 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:53.985 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:53.985 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:53.985 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:53.988 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:53.988 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:53.988 24348 24348 E ConstraintLayout:
layout_constraintWidth_default="wrap" is deprecated.
02-25 22:16:53.988 24348 24348 E ConstraintLayout: Use layout_width="WRAP_CONTENT"
and layout_constrainedWidth="true" instead.
02-25 22:16:54.296 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:16:55.417 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:17:01.689 24348 24409 W Parcel : Expecting binder but got null!
02-25 22:17:08.392 25428 25428 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 22:17:08.489 25428 25428 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 22:17:08.490 25428 25428 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 22:17:08.490 25428 25428 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 22:17:08.490 25428 25428 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 22:17:08.490 25428 25428 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 22:17:08.490 25428 25428 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 22:17:08.490 25428 25428 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 22:17:08.490 25428 25428 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 22:17:08.490 25428 25428 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 22:17:08.490 25428 25428 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 22:17:08.490 25428 25428 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 22:17:08.490 25428 25428 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 22:17:08.490 25428 25428 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 22:17:08.490 25428 25428 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 22:17:08.490 25428 25428 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 22:17:08.490 25428 25428 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 22:17:08.490 25428 25428 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 22:17:08.490 25428 25428 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 22:17:08.490 25428 25428 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 22:17:08.490 25428 25428 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 22:17:08.490 25428 25428 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 22:17:08.490 25428 25428 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 22:17:08.490 25428 25428 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 22:17:08.497 25428 25428 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 22:17:08.778 25428 25428 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:17:08.778 25428 25428 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 22:19:29.718 25428 25428 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 22:19:29.741 25428 26364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:19:29.741 25428 26364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:19:29.741 25428 26364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 22:19:29.741 25428 26364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 22:19:29.741 25428 26364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 22:19:29.741 25428 26364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 22:19:29.741 25428 26364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 22:19:29.741 25428 26364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 22:19:29.744 25428 25428 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 22:19:29.782 25428 26364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 22:19:29.782 25428 26364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 22:19:29.821 25428 25428 W Activity: Can request only one set of permissions
at a time
02-25 22:19:30.090 25428 25428 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 22:19:30.137 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:19:30.246 25428 25439 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 22:19:30.424 25428 26395 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 22:19:31.787 25428 25428 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:19:32.168 25428 26410 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 22:19:32.389 25428 25428 E RecyclerView: No adapter attached; skipping layout
02-25 22:19:32.423 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:19:32.475 25428 25428 E RecyclerView: No adapter attached; skipping layout
02-25 22:19:32.488 25428 25428 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 22:19:37.851 25428 26441 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 22:19:37.851 25428 26441 E RenderScript: Failed to load runtime , loading
default
02-25 22:19:37.892 25428 25428 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6905d
02-25 22:19:37.923 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:19:38.677 25428 25428 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 22:19:41.134 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:19:42.098 25428 26410 W LOTTIE : Unknown shape type rd
02-25 22:19:42.183 25428 25428 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:19:42.189 25428 25428 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:19:42.505 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 22:19:42.511 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 22:19:42.515 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 22:19:42.547 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:19:42.577 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.580 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.581 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.596 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.599 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.601 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.613 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.616 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.618 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.710 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.714 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:42.715 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:43.189 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:43.203 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:43.210 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:43.691 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:43.706 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:43.717 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:44.194 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:44.210 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:44.218 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:44.697 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:44.712 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:44.718 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:45.196 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:45.212 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:45.220 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:45.696 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:45.708 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:45.715 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:45.970 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:45.974 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:45.975 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.192 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.196 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.199 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.203 25428 25428 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 22:19:46.203 25428 25428 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 22:19:46.293 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.297 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.300 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.314 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.320 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.322 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.694 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.699 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:46.703 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.212 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.215 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.219 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.238 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.243 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.245 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.255 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.258 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.260 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.271 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.274 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.277 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.288 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.293 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.296 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.306 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.313 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.315 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.325 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.331 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.334 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.355 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.358 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.361 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.372 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.376 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.379 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.390 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.395 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.398 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.407 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.412 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.415 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.724 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.727 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.729 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.759 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.764 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.766 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.773 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.779 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.781 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.790 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.795 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.798 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.807 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.810 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.824 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.842 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.852 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.854 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.874 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.879 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.883 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.891 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.895 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.902 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.907 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.914 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.916 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.923 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.926 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.928 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.940 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.943 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.946 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.959 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.962 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:47.964 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:48.292 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:48.296 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:48.298 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:48.798 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:48.809 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:48.815 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:49.296 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:49.305 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:49.310 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:49.785 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:49.796 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:49.799 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:50.306 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:50.317 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:50.323 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:50.802 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:50.814 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:50.820 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:51.307 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:51.323 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:51.336 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:51.807 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:51.819 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:51.827 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:52.308 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:52.323 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:52.335 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:52.810 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:52.826 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:52.838 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:53.311 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:53.326 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:53.336 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:53.811 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:53.826 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:53.836 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.312 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.330 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.337 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.572 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.577 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.581 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.726 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.730 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.732 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.747 25428 25428 E RecyclerView: No adapter attached; skipping layout
02-25 22:19:54.761 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:19:54.789 25428 25428 E RecyclerView: No adapter attached; skipping layout
02-25 22:19:54.796 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.800 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.803 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.852 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.855 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.857 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:54.946 25428 25428 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-25 22:19:55.218 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:55.221 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:55.224 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:55.719 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:55.722 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:55.724 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.220 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.223 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.224 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.474 25428 25496 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #2 (25502) at void X.30m.A02(java.lang.String, java.lang.String,
java.util.List)(:-1) waiters=0 in X.2jn X.2jG.A00(java.lang.String,
java.lang.String) for 343ms
02-25 22:19:56.544 25428 25428 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 22:19:56.573 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.576 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.598 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 22:19:56.604 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.639 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:19:56.643 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.647 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.671 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.678 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.688 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.691 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.714 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:56.720 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.529 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.532 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.546 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.549 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=e6f2b25b-18f0-4877-b7c5-3495d33404b8 transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=1.0
is_animated_sticker=0 file_hash=bdqPiP4jtO67+q+/gPPJBZxQfWQKxaqucgmErI3ti84=
file_path=/data/user/0/com.whatsapp/files/Stickers/bdqPiP4jtO67+q+-
gPPJBZxQfWQKxaqucgmErI3ti84=.webp file_size=48016 partial_media_hash=null face_x=0
face_y=0 height=512 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=512 original_file_hash=null has_streaming_sidecar=0
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=107
multicast_id=null enc_file_hash=null mute_video=0 page_count=0
first_scan_sidecar=null suspicious_content=0 file_length=48016
media_name=bdqPiP4jtO67+q+-gPPJBZxQfWQKxaqucgmErI3ti84=.webp media_duration=0
chat_row_id=19 media_key=null
02-25 22:19:57.559 25428 25492 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 22:19:57.559 25428 25492 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 22:19:57.610 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.613 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.633 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.636 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.655 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.657 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=e6f2b25b-18f0-4877-b7c5-3495d33404b8 transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/22560694_745893727506177_2190198042361096985_n.enc?ccb=11-
4&oh=01_AdSEShBGb1PSBNjKmknqG9zrkKCzxw1n7reH49i50SMKFQ&oe=660368EF&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=bdqPiP4jtO67+q+/gPPJBZxQfWQKxaqucgmErI3ti84= file_path=Media/WhatsApp
Stickers/STK-20240225-WA0007.webp file_size=48016 partial_media_hash=null face_x=0
face_y=0 height=512 trim_to=0 media_key_timestamp=1708915067756
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/22560694_745893727506177_2190198042361096985_n.enc?ccb=11-
4&oh=01_AdSEShBGb1PSBNjKmknqG9zrkKCzxw1n7reH49i50SMKFQ&oe=660368EF&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=image/webp
partial_media_enc_hash=null width=512 original_file_hash=null
has_streaming_sidecar=0 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=107 multicast_id=null
enc_file_hash=DFq7W0//GNe6HCASv8W6HtBCJ2EodqhcRx9XwlrDjGI= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=48016
media_name=bdqPiP4jtO67+q+-gPPJBZxQfWQKxaqucgmErI3ti84=.webp media_duration=0
chat_row_id=19 media_key=[B@a99d6d
02-25 22:19:57.815 25428 25492 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-25 22:19:57.815 25428 25492 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-25 22:19:57.853 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:57.856 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.058 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.062 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.152 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.155 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.187 25428 26375 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 22:19:58.187 25428 26375 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 22:19:58.303 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.306 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.343 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.347 25428 25443 W MediaPlayerNative: info/warning (10973, 0)
02-25 22:19:58.347 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.435 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.439 25428 25428 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 22:19:58.502 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:19:58.600 25428 25428 E WindowManager: android.view.WindowLeaked: Activity
com.whatsapp.Conversation has leaked window
android.widget.PopupWindow$PopupDecorView{9adee9 V.E...... R.....ID 0,0-651,1952}
that was originally added here
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.view.ViewRootImpl.<init>(ViewRootImpl.java:1322)
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.view.ViewRootImpl.<init>(ViewRootImpl.java:1297)
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:530)
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.view.WindowManagerImpl.addView(WindowManagerImpl.java:148)
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.widget.PopupWindow.invokePopup(PopupWindow.java:1687)
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.widget.PopupWindow.showAsDropDown(PopupWindow.java:1488)
02-25 22:19:58.600 25428 25428 E WindowManager: at X.0Ij.A00(Unknown
Source:0)
02-25 22:19:58.600 25428 25428 E WindowManager: at X.0c0.Bgi(Unknown
Source:408)
02-25 22:19:58.600 25428 25428 E WindowManager: at X.04R.Bgi(Unknown
Source:104)
02-25 22:19:58.600 25428 25428 E WindowManager: at X.0Qu.A03(Unknown
Source:30)
02-25 22:19:58.600 25428 25428 E WindowManager: at X.0lH.run(Unknown
Source:27)
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.os.Handler.handleCallback(Handler.java:942)
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.os.Looper.loop(Looper.java:313)
02-25 22:19:58.600 25428 25428 E WindowManager: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 22:19:58.600 25428 25428 E WindowManager: at
java.lang.reflect.Method.invoke(Native Method)
02-25 22:19:58.600 25428 25428 E WindowManager: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 22:19:58.600 25428 25428 E WindowManager: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 22:20:01.659 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:20:44.747 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:20:47.323 25428 25428 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 22:20:47.323 25428 25428 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 22:21:17.654 25428 25428 W RemoteInputConnectionImpl: requestCursorAnchorInfo
on inactive InputConnection
02-25 22:21:17.684 25428 25428 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-25 22:21:42.839 25428 25428 E ViewRootImpl@1d432bf[HomeActivity]: Surface is not
valid.
02-25 22:21:43.231 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:28:35.743 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:28:36.192 25428 25428 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 22:28:36.192 25428 25428 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 22:28:42.957 25428 25428 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 22:28:42.994 25428 25428 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 22:28:43.006 25428 30385 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:28:43.006 25428 30385 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 22:28:43.006 25428 30385 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 22:28:43.006 25428 30385 W com.wh--------- beginning of main
02-25 22:28:43.063 25428 30385 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 22:28:43.063 25428 30385 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 22:28:43.172 25428 25428 W Activity: Can request only one set of permissions
at a time
02-25 22:28:43.425 25428 25428 E RecyclerView: No adapter attached; skipping layout
02-25 22:28:43.675 25428 25428 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 22:28:43.709 25428 25428 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 22:28:43.709 25428 25428 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 22:28:43.741 25428 25428 W RemoteInputConnectionImpl: getSelectedText on
inactive InputConnection
02-25 22:28:43.855 25428 25428 W RemoteInputConnectionImpl: getTextBeforeCursor on
inactive InputConnection
02-25 22:28:43.870 25428 25428 W RemoteInputConnectionImpl: getTextAfterCursor on
inactive InputConnection
02-25 22:28:45.387 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:28:46.545 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:28:47.636 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:29:05.470 25428 26359 W Parcel : Expecting binder but got null!
02-25 22:29:15.013 25428 26359 W Parcel : Expecting binder but got null!
02-25 23:05:18.259 17374 17374 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 23:05:18.694 17374 17374 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 23:05:18.700 17374 17374 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 23:05:18.700 17374 17374 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 23:05:18.700 17374 17374 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 23:05:18.700 17374 17374 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 23:05:18.700 17374 17374 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 23:05:18.700 17374 17374 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 23:05:18.701 17374 17374 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 23:05:18.701 17374 17374 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 23:05:18.701 17374 17374 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 23:05:18.701 17374 17374 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 23:05:18.701 17374 17374 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 23:05:18.701 17374 17374 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 23:05:18.701 17374 17374 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 23:05:18.701 17374 17374 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 23:05:18.701 17374 17374 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 23:05:18.701 17374 17374 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 23:05:18.701 17374 17374 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 23:05:18.701 17374 17374 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 23:05:18.701 17374 17374 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 23:05:18.701 17374 17374 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 23:05:18.701 17374 17374 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:6-----
---- beginning of main
02-25 23:05:18.826 17374 17374 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 23:05:19.719 17374 17374 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 23:05:19.719 17374 17374 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 23:05:20.054 17374 17426 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-25 23:05:20.054 17374 17426 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 23:05:20.054 17374 17426 W com.whatsapp: and incorrect proguard
optimizations.
02-25 23:11:18.138 20296 20296 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-25 23:11:18.291 20296 20296 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-25 23:11:18.293 20296 20296 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-25 23:11:18.293 20296 20296 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-25 23:11:18.293 20296 20296 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-25 23:11:18.293 20296 20296 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-25 23:11:18.293 20296 20296 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-25 23:11:18.293 20296 20296 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-25 23:11:18.293 20296 20296 W System.err: at
java.lang.Class.newInstance(Native Method)
02-25 23:11:18.293 20296 20296 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-25 23:11:18.293 20296 20296 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-25 23:11:18.293 20296 20296 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-25 23:11:18.293 20296 20296 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-25 23:11:18.293 20296 20296 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-25 23:11:18.293 20296 20296 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-25 23:11:18.293 20296 20296 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-25 23:11:18.293 20296 20296 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-25 23:11:18.293 20296 20296 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-25 23:11:18.293 20296 20296 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-25 23:11:18.293 20296 20296 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-25 23:11:18.293 20296 20296 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-25 23:11:18.293 20296 20296 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-25 23:11:18.293 20296 20296 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-25 23:11:18.293 20296 20296 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-25 23:11:18.325 20296 20296 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-25 23:11:18.732 20296 20296 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 23:11:18.732 20296 20296 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 23:54:13.993 20296 20296 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-25 23:54:13.993 20296 20296 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-25 23:54:13.993 20296 20296 W com.whatsapp: and incorrect proguard
optimizations.
02-25 23:54:14.123 20296 20296 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-25 23:54:14.455 20296 20296 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-25 23:54:14.480 20296 20296 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-25 23:54:14.516 20296 20296 W Activity: Can request only one set of permissions
at a time
02-25 23:54:14.568 20296 31361 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 23:54:14.568 20296 31361 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-25 23:54:14.568 20296 31361 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-25 23:54:14.568 20296 31361 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 23:54:14.568 20296 31361 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-25 23:54:14.568 20296 31361 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-25 23:54:14.568 20296 31361 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-25 23:54:14.568 20296 31361 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-25 23:54:14.635 20296 31361 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-25 23:54:14.635 20296 31361 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-25 23:54:14.739 20296 20296 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-25 23:54:14.767 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:54:15.092 20296 31389 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-25 23:54:16.009 20296 20296 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 23:54:16.344 20296 31407 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-25 23:54:16.553 20296 20296 E RecyclerView: No adapter attached; skipping layout
02-25 23:54:16.593 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:54:16.652 20296 20296 E RecyclerView: No adapter attached; skipping layout
02-25 23:54:16.664 20296 20296 W LOTTIE : Animation contains merge paths but they
are disabled.
02-25 23:54:16.764 20296 20306 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-25 23:54:20.804 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:54:21.996 20296 31437 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-25 23:54:21.996 20296 31437 E RenderScript: Failed to load runtime , loading
default
02-25 23:54:22.149 20296 31407 W LOTTIE : Unknown shape type rd
02-25 23:54:22.247 20296 20296 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 23:54:22.254 20296 20296 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 23:54:22.713 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 23:54:22.720 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 23:54:22.722 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 23:54:22.759 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:54:22.796 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.800 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.802 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.823 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.826 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.829 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.844 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.847 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.849 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.895 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.898 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:22.900 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:23.381 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:23.387 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:23.391 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:23.892 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:23.897 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:23.899 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:24.398 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:24.405 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:24.410 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:24.897 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:24.901 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:24.904 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:25.399 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:25.405 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:25.408 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:25.901 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:25.908 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:25.913 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:26.407 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:26.416 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:26.421 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:26.907 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:26.912 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:26.916 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:27.409 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:27.416 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:27.419 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:27.912 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:27.919 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:27.925 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.413 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.421 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.424 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.630 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.635 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.638 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.707 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.711 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.713 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.766 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.771 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:54:28.775 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:55:20.546 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:55:47.442 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:55:53.784 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:55:55.132 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:02.864 20296 31359 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 23:56:04.953 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:05.998 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 380
02-25 23:56:06.001 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 633
02-25 23:56:06.012 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 677
02-25 23:56:06.014 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 248
02-25 23:56:06.021 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 571
02-25 23:56:06.027 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 333
02-25 23:56:06.030 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 650
02-25 23:56:06.035 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
02-25 23:56:06.038 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 491
02-25 23:56:06.041 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 1150
02-25 23:56:06.045 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 659
02-25 23:56:06.048 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 593
02-25 23:56:06.107 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 473
02-25 23:56:06.110 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 510
02-25 23:56:06.123 20296 20296 W SQLiteLog: (28) double-quoted string literal: "1"
02-25 23:56:06.123 20296 20296 W SQLiteLog: (28) double-quoted string literal: "1"
02-25 23:56:06.179 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 473
02-25 23:56:06.207 20296 20296 W ResourceType: Bad XML block: header size 18254 or
total size 169478669 is larger than data size 853
02-25 23:56:06.259 20296 20296 W View : requestLayout() improperly called by
android.widget.Space{b3b949 I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 23:56:06.259 20296 20296 W View : requestLayout() improperly called by
android.widget.Space{670524e I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 23:56:06.259 20296 20296 W View : requestLayout() improperly called by
android.widget.Space{d3aff6f I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 23:56:06.259 20296 20296 W View : requestLayout() improperly called by
android.widget.Space{accc47c I.ED..... ......I. 32,95-43,106 #7f0b00ba
app:id/action_tile_spacing} during layout: running second layout pass
02-25 23:56:06.295 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:07.391 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:09.425 20296 20296 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-25 23:56:09.507 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:12.249 20296 20296 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-25 23:56:12.445 20296 20296 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 23:56:12.450 20296 20296 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-25 23:56:12.570 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 23:56:12.574 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-25 23:56:12.592 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:12.611 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.613 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.628 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.631 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.644 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.647 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.656 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.658 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.669 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.672 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.707 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.710 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.722 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:12.725 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:13.205 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:13.211 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:13.506 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:13.508 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:13.703 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:13.705 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:13.839 20296 20296 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-25 23:56:13.839 20296 20296 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-25 23:56:13.951 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:13.953 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:13.959 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:13.962 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:14.203 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:14.205 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:14.709 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:14.717 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.144 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.146 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.157 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.159 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.172 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.174 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.189 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.193 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.205 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.208 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.222 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.225 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.240 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.243 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.257 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.260 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.273 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.275 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.289 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.291 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.307 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.311 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.323 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.326 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.340 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.343 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.391 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.395 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.593 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.597 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.743 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.746 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.926 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:15.930 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.428 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.433 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.560 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.564 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.584 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.586 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.606 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.608 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.615 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.617 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.626 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.628 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.637 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.640 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.648 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.650 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.681 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.683 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.699 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.701 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.715 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.718 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.726 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.729 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.738 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.740 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.749 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.752 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.760 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.762 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.771 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.774 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.907 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.910 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:16.926 20296 31370 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-25 23:56:16.926 20296 31370 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-25 23:56:17.053 20296 20380 W MediaPlayerNative: info/warning (10973, 0)
02-25 23:56:17.084 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:17.088 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:17.403 20296 20296 W AudioSystem-JNI: Unknown native audio format for
JAVA API: 452984832
02-25 23:56:17.408 20296 20296 W AudioSystem-JNI: Unknown native audio format for
JAVA API: 452984832
02-25 23:56:17.586 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:17.590 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:18.086 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:18.090 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:18.589 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:18.594 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:19.092 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:19.097 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:19.594 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:19.599 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:20.094 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:20.100 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:20.595 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:20.600 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:21.109 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:21.115 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:21.310 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:21.314 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:21.399 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:21.403 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:21.441 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:21.512 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:21.515 20296 20296 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-25 23:56:21.585 20296 20296 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-25 23:56:23.280 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:24.860 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:25.152 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:27.050 20296 31359 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 23:56:27.103 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:27.219 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:29.357 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:29.638 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:30.336 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:32.118 20296 31359 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 23:56:32.171 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:32.324 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_--------- beginning of main
02-25 23:56:32.986 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:33.257 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:33.511 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:33.538 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:34.361 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:38.919 20296 31359 E FrameEvents: updateAcquireFence: Did not find
frame.
02-25 23:56:38.974 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:39.092 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:49.706 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:50.398 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:54.292 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:56.188 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:56.869 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-25 23:56:57.512 20296 31359 W Parcel : Expecting binder but got null!
02-25 23:56:59.781 20296 20296 W View : requestLayout() improperly called by
com.whatsapp.TextEmojiLabel{a7c95fc VFED..C.. ......ID 0,0-347,62 #7f0b06ab
app:id/conversation_contact_name} during layout: running second layout pass
02-26 00:00:18.278 4918 4918 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 00:00:18.790 4918 4918 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 00:00:18.794 4918 4918 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 00:00:18.794 4918 4918 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 00:00:18.794 4918 4918 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 00:00:18.794 4918 4918 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 00:00:18.794 4918 4918 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 00:00:18.794 4918 4918 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 00:00:18.794 4918 4918 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 00:00:18.794 4918 4918 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 00:00:18.794 4918 4918 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 00:00:18.794 4918 4918 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 00:00:18.794 4918 4918 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 00:00:18.794 4918 4918 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 00:00:18.794 4918 491--------- beginning of main
02-26 00:00:18.908 4918 4918 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 00:00:19.715 4918 4918 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 00:00:19.715 4918 4918 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 00:00:20.010 4918 4966 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 00:00:20.010 4918 4966 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 00:00:20.010 4918 4966 W com.whatsapp: and incorrect proguard
optimizations.
02-26 00:02:16.622 5388 5388 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 00:02:16.982 5388 5388 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 00:02:16.988 5388 5388 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 00:02:16.988 5388 5388 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 00:02:16.988 5388 5388 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 00:02:16.988 5388 5388 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 00:02:16.988 5388 5388 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 00:02:16.988 5388 5388 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 00:02:16.988 5388 5388 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 00:02:16.988 5388 5388 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 00:02:16.988 5388 5388 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 00:02:16.988 5388 5388 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 00:02:16.988 5388 5388 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 00:02:16.988 5388 5388 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 00:02:16.988 5388 5388 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 00:02:16.988 5388 5388 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 00:02:16.988 5388 5388 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 00:02:16.988 5388 5388 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 00:02:16.988 5388 5388 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 00:02:16.988 5388 5388 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 00:02:16.988 5388 5388 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 00:02:16.988 5388 5388 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 00:02:16.988 5388 5388 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 00:02:16.988 5388 5388 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 00:02:17.050 5388 5388 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 00:02:18.378 5388 5388 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTi--------- beginning
of main
02-26 00:21:21.562 13284 13284 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 00:21:21.883 13284 13284 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 00:21:21.887 13284 13284 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 00:21:21.887 13284 13284 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 00:21:21.887 13284 13284 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 00:21:21.887 13284 13284 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 00:21:21.887 13284 13284 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 00:21:21.887 13284 13284 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 00:21:21.887 13284 13284 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 00:21:21.887 13284 13284 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 00:21:21.887 13284 13284 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 00:21:21.887 13284 13284 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 00:21:21.887 13284 13284 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 00:21:21.887 13284 13284 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 00:21:21.887 13284 13284 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 00:21:21.887 13284 13284 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 00:21:21.887 13284 13284 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 00:21:21.887 13284 13284 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 00:21:21.887 13284 13284 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 00:21:21.887 13284 13284 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 00:21:21.887 13284 13284 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 00:21:21.887 13284 13284 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 00:21:21.887 13284 13284 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 00:21:21.887 13284 13284 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 00:21:21.937 13284 13284 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 00:21:22.675 13284 13284 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 00:21:22.675 13284 13284 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 00:23:23.629 14352 14352 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 00:23:23.782 14352 14352 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 00:23:23.785 14352 14352 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 00:23:23.785 14352 14352 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 00:23:23.785 14352 14352 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 00:23:23.785 14352 14352 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 00:23:23.785 14352 14352 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 00:23:23.785 14352 14352 W System.err: at
arm.EpicVm.<clinit>(Unkno--------- beginning of main
02-26 04:18:25.332 14802 14802 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 04:18:25.466 14802 14802 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 04:18:25.469 14802 14802 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 04:18:25.469 14802 14802 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 04:18:25.469 14802 14802 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 04:18:25.469 14802 14802 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 04:18:25.469 14802 14802 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 04:18:25.469 14802 14802 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 04:18:25.469 14802 14802 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 04:18:25.469 14802 14802 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 04:18:25.469 14802 14802 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 04:18:25.469 14802 14802 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 04:18:25.469 14802 14802 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 04:18:25.469 14802 14802 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 04:18:25.469 14802 14802 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 04:18:25.469 14802 14802 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 04:18:25.469 14802 14802 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 04:18:25.469 14802 14802 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 04:18:25.469 14802 14802 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 04:18:25.469 14802 14802 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 04:18:25.469 14802 14802 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 04:18:25.469 14802 14802 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 04:18:25.469 14802 14802 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 04:18:25.469 14802 14802 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 04:18:25.488 14802 14802 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 04:18:25.985 14802 14802 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 04:18:25.985 14802 14802 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 06:38:23.858 14802 20955 W AsyncQuery: Exception thrown during handling
EVENT_ARG_QUERY
02-26 06:38:23.858 14802 20955 W AsyncQuery: java.lang.IllegalStateException: Must
call PhenotypeContext.setContext() first
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.os.Parcel.createExceptionOrNull(Parcel.java:3031)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.os.Parcel.createException(Parcel.java:3007)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.os.Parcel.readException(Parcel.java:2990)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.content.ContentProviderProxy.query(ContentProviderNative.java:481)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.content.ContentResolver.query(ContentResolver.java:1226)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.content.ContentResolver.query(ContentResolver.java:1158)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.content.ContentResolver.query(ContentResolver.java:1114)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.content.AsyncQueryHandler$WorkerHandler.handleMessage(AsyncQueryHandler.jav
a:79)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.os.Looper.loop(Looper.java:313)
02-26 06:38:23.858 14802 20955 W AsyncQuery: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 06:38:23.858 14802 14802 W CarApp.Conn: Null response from content provider
when checking connection to the car, treating as disconnected
02-26 06:39:13.197 14802 14802 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 06:39:13.197 14802 14802 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 06:39:13.197 14802 14802 W com.whatsapp: and incorrect proguard
optimizations.
02-26 06:39:13.357 14802 14802 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 06:39:13.704 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 06:39:13.728 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 06:39:13.796 14802 14802 W Activity: Can request only one set of permissions
at a time
02-26 06:39:13.861 14802 24961 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 06:39:13.861 14802 24961 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 06:39:13.861 14802 24961 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 06:39:13.861 14802 24961 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 06:39:13.861 14802 24961 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 06:39:13.861 14802 24961 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 06:39:13.861 14802 24961 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 06:39:13.861 14802 24961 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 06:39:13.892 14802 24961 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 06:39:13.892 14802 24961 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 06:39:14.029 14802 14802 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 06:39:14.069 14802 24949 W Parcel : Expecting binder but got null!
02-26 06:39:15.592 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 06:39:16.381 14802 25187 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 06:39:16.607 14802 14802 E RecyclerView: No adapter attached; skipping layout
02-26 06:39:16.644 14802 24949 W Parcel : Expecting binder but got null!
02-26 06:39:16.691 14802 14802 E RecyclerView: No adapter attached; skipping layout
02-26 06:39:16.703 14802 14802 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 06:39:18.364 14802 24949 W Parcel : Expecting binder but got null!
02-26 06:41:20.051 14802 26184 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 07:54:00.740 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 07:54:00.773 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 07:54:00.877 14802 7166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 07:54:00.877 14802 7166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 07:54:00.877 14802 7166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 07:54:00.878 14802 7166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 07:54:00.878 14802 7166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 07:54:00.878 14802 7166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 07:54:00.878 14802 7166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 07:54:00.878 14802 7166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 07:54:00.933 14802 7166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 07:54:00.934 14802 7166 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 07:54:01.000 14802 14802 W Activity: Can request only one set of permissions
at a time
02-26 07:54:01.547 14802 24949 W Parcel : Expecting binder but got null!
02-26 07:54:02.583 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 07:54:05.075 14802 24949 W Parcel : Expecting binder but got null!
02-26 07:54:05.425 14802 14810 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 07:54:07.654 14802 24949 W Parcel : Expecting binder but got null!
02-26 08:59:54.830 14802 14810 W com.whatsapp: Reducing the number of considered
missed Gc histogram windows from 339 to 100
02-26 08:59:57.731 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 08:59:57.754 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 08:59:57.822 14802 14802 W Activity: Can request only one set of permissions
at a time
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=f9ce3ef6-ebfa-4d1b-a5cc-c85a42a76eea transcoded=0 gif_attribution=0
first_scan_length=2480 direct_path=/o1/v/t62.7118-24/f1/m233/up-oil-image-f121f36c-
27b3-43d0-bb72-ca2685faab0b?ccb=9-
4&oh=01_AdTDjPyBqKo_pSFDKPIJGvhh9mFOLKIqv1vl69MiNQm3eg&oe=66040A53&_nc_sid=000000
thumbnail_height_width_ratio=0.8645833 is_animated_sticker=0
file_hash=72G9VYnW9qOLbFY+USk0IYIG2LQS8wiyDyQRSNqGMlk= file_path=null file_size=0
partial_media_hash=Rni6Q0l6t9ySORh4aY1hwW6R94n9UwsY+J5NjPIyDPc= face_x=0 face_y=0
height=528 trim_to=0 media_key_timestamp=1708952696000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m233/up-oil-image-
f121f36c-27b3-43d0-bb72-ca2685faab0b?ccb=9-
4&oh=01_AdTDjPyBqKo_pSFDKPIJGvhh9mFOLKIqv1vl69MiNQm3eg&oe=66040A53&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=604 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=112 multicast_id=null
enc_file_hash=zXM8Zssi5fodKLTcWAsZgiK7LC68qRoj563mQBCU2WY= mute_video=0
page_count=0 first_scan_sidecar=[B@293b06f suspicious_content=0 file_length=14427
media_name=null media_duration=0 chat_row_id=14 media_key=[B@d7e217c
02-26 08:59:57.965 14802 14845 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 08:59:57.965 14802 14845 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=fb2882b8-c294-4fde-982e-4edc532d79ca transcoded=0 gif_attribution=0
first_scan_length=1775 direct_path=/o1/v/t62.7118-24/f1/m231/up-oil-image-c87f3720-
1c88-4635-9691-0f32ecdfcf05?ccb=9-4&oh=01_AdQHhwfZxDtrxjCpahHHKmrOSGlcXwgtfl-
ilEOUluEZWg&oe=6603F3A3&_nc_sid=000000 thumbnail_height_width_ratio=1.2151898
is_animated_sticker=0 file_hash=CJfykYtczDJSHjCRAlUhl5i8PiPkUE2Qs8paLnOLGAI=
file_path=null file_size=0
partial_media_hash=PJcejw2Ukxzsr7GOyhZ1fTtydxOQ+obiSvMGFwr/Kbs= face_x=0 face_y=0
height=610 trim_to=0 media_key_timestamp=1708953048000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m231/up-oil-image-
c87f3720-1c88-4635-9691-0f32ecdfcf05?ccb=9-
4&oh=01_AdQHhwfZxDtrxjCpahHHKmrOSGlcXwgtfl-
ilEOUluEZWg&oe=6603F3A3&_nc_sid=000000&mms3=true media_caption=null trim_from=0
mime_type=image/jpeg partial_media_enc_hash=null width=506 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=113 multicast_id=null
enc_file_hash=nMJJu2JOcnB9kshnGtNyUP/CPzQI/1UaxP91211Tq7M= mute_video=0
page_count=0 first_scan_sidecar=[B@c93fffe suspicious_content=0 file_length=6666
media_name=null media_duration=0 chat_row_id=14 media_key=[B@f77935f
02-26 08:59:57.968 14802 14845 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 08:59:57.968 14802 14845 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=f9ce3ef6-ebfa-4d1b-a5cc-c85a42a76eea transcoded=0 gif_attribution=0
first_scan_length=2480 direct_path=/o1/v/t62.7118-24/f1/m233/up-oil-image-f121f36c-
27b3-43d0-bb72-ca2685faab0b?ccb=9-
4&oh=01_AdTDjPyBqKo_pSFDKPIJGvhh9mFOLKIqv1vl69MiNQm3eg&oe=66040A53&_nc_sid=000000
thumbnail_height_width_ratio=0.8645833 is_animated_sticker=0
file_hash=72G9VYnW9qOLbFY+USk0IYIG2LQS8wiyDyQRSNqGMlk= file_path=null file_size=0
partial_media_hash=Rni6Q0l6t9ySORh4aY1hwW6R94n9UwsY+J5NjPIyDPc= face_x=0 face_y=0
height=528 trim_to=0 media_key_timestamp=1708952696000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m233/up-oil-image-
f121f36c-27b3-43d0-bb72-ca2685faab0b?ccb=9-
4&oh=01_AdTDjPyBqKo_pSFDKPIJGvhh9mFOLKIqv1vl69MiNQm3eg&oe=66040A53&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=604 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=112 multicast_id=null
enc_file_hash=zXM8Zssi5fodKLTcWAsZgiK7LC68qRoj563mQBCU2WY= mute_video=0
page_count=0 first_scan_sidecar=[B@293b06f suspicious_content=0 file_length=14427
media_name=null media_duration=0 chat_row_id=14 media_key=[B@d7e217c
02-26 08:59:58.027 14802 14845 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 08:59:58.027 14802 14845 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=fb2882b8-c294-4fde-982e-4edc532d79ca transcoded=0 gif_attribution=0
first_scan_length=1775 direct_path=/o1/v/t62.7118-24/f1/m231/up-oil-image-c87f3720-
1c88-4635-9691-0f32ecdfcf05?ccb=9-4&oh=01_AdQHhwfZxDtrxjCpahHHKmrOSGlcXwgtfl-
ilEOUluEZWg&oe=6603F3A3&_nc_sid=000000 thumbnail_height_width_ratio=1.2151898
is_animated_sticker=0 file_hash=CJfykYtczDJSHjCRAlUhl5i8PiPkUE2Qs8paLnOLGAI=
file_path=null file_size=0
partial_media_hash=PJcejw2Ukxzsr7GOyhZ1fTtydxOQ+obiSvMGFwr/Kbs= face_x=0 face_y=0
height=610 trim_to=0 media_key_timestamp=1708953048000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m231/up-oil-image-
c87f3720-1c88-4635-9691-0f32ecdfcf05?ccb=9-
4&oh=01_AdQHhwfZxDtrxjCpahHHKmrOSGlcXwgtfl-
ilEOUluEZWg&oe=6603F3A3&_nc_sid=000000&mms3=true media_caption=null trim_from=0
mime_type=image/jpeg partial_media_enc_hash=null width=506 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=113 multicast_id=null
enc_file_hash=nMJJu2JOcnB9kshnGtNyUP/CPzQI/1UaxP91211Tq7M= mute_video=0
page_count=0 first_scan_sidecar=[B@c93fffe suspicious_content=0 file_length=6666
media_name=null media_duration=0 chat_row_id=14 media_key=[B@f77935f
02-26 08:59:58.030 14802 14845 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 08:59:58.030 14802 14845 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 08:59:58.052 14802 24949 W Parcel : Expecting binder but got null!
02-26 08:59:58.282 14802 14861 E ArmVmp : No matching catch block at 0x07
02-26 08:59:58.282 14802 14861 E ArmVmp : Match on catch block at 0x02 in for
0x7b0f40f405
02-26 08:59:58.283 14802 14861 W System.err: java.net.UnknownHostException: Unable
to resolve host "pastebin.com": No address associated with hostname
02-26 08:59:58.284 14802 14861 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-26 08:59:58.284 14802 14861 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-26 08:59:58.284 14802 14861 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-26 08:59:58.284 14802 14861 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-26 08:59:58.284 14802 14861 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-26 08:59:58.284 14802 14861 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection
Impl.java:411)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect
ionImpl.java:248)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat
ingHttpsURLConnection.java:211)
02-26 08:59:58.285 14802 14861 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne
ctionImpl.java:30)
02-26 08:59:58.285 14802 14861 W System.err: at
java.net.URL.openStream(URL.java:1072)
02-26 08:59:58.285 14802 14861 W System.err: at
mbmodsd.mbmodsw.mbdialog.MBDialogMan.loadJsonFromUrl(Native Method)
02-26 08:59:58.285 14802 14861 W System.err: at
mbmodsd.mbmodsw.mbdialog.MBDialogMan.access$000(Native Method)
02-26 08:59:58.285 14802 14861 W System.err: at
mbmodsd.mbmodsw.mbdialog.MBDialogMan$FetchJsonTask.doInBackground(Native Method)
02-26 08:59:58.285 14802 14861 W System.err: at
mbmodsd.mbmodsw.mbdialog.MBDialogMan$FetchJsonTask.doInBackground(Native Method)
02-26 08:59:58.285 14802 14861 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 08:59:58.285 14802 14861 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 08:59:58.285 14802 14861 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-26 08:59:58.286 14802 14861 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 08:59:58.286 14802 14861 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 08:59:58.286 14802 14861 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 08:59:58.286 14802 14861 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-26 08:59:58.286 14802 14861 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-26 08:59:58.286 14802 14861 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-26 08:59:58.286 14802 14861 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-26 08:59:58.286 14802 14861 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-26 08:59:58.286 14802 14861 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-26 08:59:58.286 14802 14861 W System.err: ... 27 more
02-26 09:00:00.566 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:13.685 14802 31835 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-26 09:00:13.686 14802 31835 E RenderScript: Failed to load runtime , loading
default
02-26 09:00:13.732 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6905d
02-26 09:00:13.779 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:22.105 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:34.741 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:00:34.748 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:00:34.922 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:00:34.926 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:00:34.946 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:34.997 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.000 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.020 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.023 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.046 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.050 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.082 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.082 14802 31927 E ArmVmp : Match on catch block at 0x48 in for
0x7b18e69421
02-26 09:00:35.083 14802 31927 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-26 09:00:35.083 14802 31927 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-26 09:00:35.083 14802 31927 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-26 09:00:35.083 14802 31927 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-26 09:00:35.083 14802 31927 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-26 09:00:35.083 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-26 09:00:35.083 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-26 09:00:35.083 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-26 09:00:35.083 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-26 09:00:35.083 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-26 09:00:35.083 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-26 09:00:35.084 14802 31927 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-26 09:00:35.084 14802 31927 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-26 09:00:35.084 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-26 09:00:35.084 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-26 09:00:35.084 14802 31927 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-26 09:00:35.084 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-26 09:00:35.084 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-26 09:00:35.084 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:00:35.084 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:00:35.084 14802 31927 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:00:35.084 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.085 14802 31927 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:00:35.085 14802 31927 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-26 09:00:35.085 14802 31927 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:00:35.085 14802 31927 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:00:35.086 14802 31927 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:00:35.086 14802 31927 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-26 09:00:35.086 14802 31927 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-26 09:00:35.086 14802 31927 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-26 09:00:35.086 14802 31927 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-26 09:00:35.086 14802 31927 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-26 09:00:35.086 14802 31927 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-26 09:00:35.086 14802 31927 W System.err: ... 24 more
02-26 09:00:35.087 14802 31927 E ArmVmp : Match on catch block at 0x48 in for
0x7b18e69425
02-26 09:00:35.087 14802 31927 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-26 09:00:35.087 14802 31927 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-26 09:00:35.087 14802 31927 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-26 09:00:35.087 14802 31927 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-26 09:00:35.088 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-26 09:00:35.088 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-26 09:00:35.089 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:00:35.089 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:00:35.089 14802 31927 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:00:35.089 14802 31927 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:00:35.089 14802 31927 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-26 09:00:35.089 14802 31927 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:00:35.089 14802 31927 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:00:35.089 14802 31927 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:00:35.573 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.578 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.991 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:35.994 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:36.072 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:36.074 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:36.297 14802 14802 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 09:00:36.297 14802 14802 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 09:00:36.444 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:36.447 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:36.462 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:36.466 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:36.572 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:36.575 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.074 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.077 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.099 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.101 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.112 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.121 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.140 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.143 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.157 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.159 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.173 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.176 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.190 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.192 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.209 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.212 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.223 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.227 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.241 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.244 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.258 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.261 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.276 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.278 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.291 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.294 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.307 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.311 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.608 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.611 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.792 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.795 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.809 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:37.812 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.128 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.131 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.157 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.160 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.180 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.182 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.193 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.195 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.209 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.212 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.250 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.253 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.268 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.270 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.283 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.286 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.294 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.297 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.310 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.313 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.327 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.330 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.344 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.347 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.496 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.499 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.511 14802 31423 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 09:00:38.511 14802 31423 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 09:00:38.556 14802 14815 W MediaPlayerNative: info/warning (10973, 0)
02-26 09:00:38.662 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:38.667 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:39.164 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:39.168 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:39.665 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:39.670 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:39.801 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:39.806 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:39.815 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:39.819 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:40.167 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:40.171 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:40.667 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:40.671 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:40.971 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:40.974 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:40.989 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:40.992 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:41.169 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:41.173 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:41.670 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:41.673 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:42.171 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:42.175 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:42.673 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:42.677 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:43.173 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:43.177 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:43.675 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:43.679 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.176 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.180 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.577 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.582 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.731 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.734 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.749 14802 14802 E RecyclerView: No adapter attached; skipping layout
02-26 09:00:44.759 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:44.781 14802 14802 E RecyclerView: No adapter attached; skipping layout
02-26 09:00:44.797 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.808 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.830 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.836 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:44.929 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 09:00:45.227 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:45.231 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:45.475 14802 20982 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #29 (20998) at android.content.IContentProvider
android.app.ActivityThread.acquireProvider(android.content.Context,
java.lang.String, int, boolean)(ActivityThread.java:7890) waiters=0 in
android.content.IContentProvider
android.app.ActivityThread.acquireProvider(android.content.Context,
java.lang.String, int, boolean) for 627ms
02-26 09:00:45.727 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:45.730 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:45.895 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:45.898 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:46.014 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:46.020 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:46.025 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:46.062 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:46.064 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:46.228 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:46.232 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:46.730 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:46.732 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:47.231 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:47.234 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:47.348 14802 20998 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #22 (20982) at void X.30m.A02(java.lang.String, java.lang.String,
java.util.List)(:-1) waiters=0 in void X.30m.A02(java.lang.String,
java.lang.String, java.util.List) for 606ms
02-26 09:00:47.409 14802 14802 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.
02-26 09:00:47.483 14802 20990 W System.err:
android.content.pm.PackageManager$NameNotFoundException: Package
com.sec.Christmasblackpaintspotsgraffitiink.c.appicon doesn't exist
02-26 09:00:47.488 14802 20990 W System.err: at
android.app.ApplicationPackageManager.getResourcesForApplicationAsUser(ApplicationP
ackageManager.java:2291)
02-26 09:00:47.488 14802 20990 W System.err: at
android.app.SemAppIconSolution.registerAppIconInfo(SemAppIconSolution.java:212)
02-26 09:00:47.489 14802 20990 W System.err: at
android.app.SemAppIconSolution.checkAppIconThemePackage(SemAppIconSolution.java:181
)
02-26 09:00:47.489 14802 20990 W System.err: at
android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManage
r.java:3723)
02-26 09:00:47.489 14802 20990 W System.err: at
android.app.ApplicationPackageManager.loadItemIcon(ApplicationPackageManager.java:3
638)
02-26 09:00:47.489 14802 20990 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:300)
02-26 09:00:47.489 14802 20990 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:295)
02-26 09:00:47.489 14802 20990 W System.err: at
android.content.pm.ResolveInfo.loadIcon(ResolveInfo.java:313)
02-26 09:00:47.489 14802 20990 W System.err: at X.58y.A06(Unknown Source:104)
02-26 09:00:47.489 14802 20990 W System.err: at X.4FF.doInBackground(Unknown
Source:2)
02-26 09:00:47.489 14802 20990 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:00:47.489 14802 20990 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:00:47.489 14802 20990 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:00:47.489 14802 20990 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:00:47.490 14802 20990 W System.err: at X.3gH.run(Unknown Source:1548)
02-26 09:00:47.490 14802 20990 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:00:47.498 14802 20990 E AppIconSolution: [getThemeAppIcon],
Icon=ic_gallery, Exception=android.content.pm.PackageManager$NameNotFoundException:
Package com.sec.Christmasblackpaintspotsgraffitiink.c.appicon doesn't exist
02-26 09:00:47.740 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:47.783 14802 14802 W System.err:
android.content.pm.PackageManager$NameNotFoundException: Package
com.sec.Christmasblackpaintspotsgraffitiink.c.appicon doesn't exist
02-26 09:00:47.784 14802 14802 W System.err: at
android.app.ApplicationPackageManager.getResourcesForApplicationAsUser(ApplicationP
ackageManager.java:2291)
02-26 09:00:47.784 14802 14802 W System.err: at
android.app.SemAppIconSolution.registerAppIconInfo(SemAppIconSolution.java:212)
02-26 09:00:47.784 14802 14802 W System.err: at
android.app.SemAppIconSolution.checkAppIconThemePackage(SemAppIconSolution.java:181
)
02-26 09:00:47.784 14802 14802 W System.err: at
android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManage
r.java:3723)
02-26 09:00:47.785 14802 14802 W System.err: at
android.app.ApplicationPackageManager.loadItemIcon(ApplicationPackageManager.java:3
638)
02-26 09:00:47.785 14802 14802 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:300)
02-26 09:00:47.785 14802 14802 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:295)
02-26 09:00:47.785 14802 14802 W System.err: at
android.content.pm.ResolveInfo.loadIcon(ResolveInfo.java:313)
02-26 09:00:47.785 14802 14802 W System.err: at
com.whatsapp.gallerypicker.GalleryPicker.onCreateOptionsMenu(Unknown Source:131)
02-26 09:00:47.786 14802 14802 W System.err: at
android.app.Activity.onCreatePanelMenu(Activity.java:4469)
02-26 09:00:47.786 14802 14802 W System.err: at X.05h.onCreatePanelMenu(Unknown
Source:2)
02-26 09:00:47.786 14802 14802 W System.err: at X.0bR.onCreatePanelMenu(Unknown
Source:2)
02-26 09:00:47.786 14802 14802 W System.err: at X.04K.onCreatePanelMenu(Unknown
Source:8)
02-26 09:00:47.786 14802 14802 W System.err: at X.0bR.onCreatePanelMenu(Unknown
Source:2)
02-26 09:00:47.787 14802 14802 W System.err: at X.0jO.run(Unknown Source:27)
02-26 09:00:47.787 14802 14802 W System.err: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:00:47.787 14802 14802 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:00:47.787 14802 14802 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:00:47.788 14802 14802 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 09:00:47.788 14802 14802 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 09:00:47.788 14802 14802 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 09:00:47.789 14802 14802 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 09:00:47.789 14802 14802 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 09:00:47.792 14802 14802 E AppIconSolution: [getThemeAppIcon],
Icon=ic_gallery, Exception=android.content.pm.PackageManager$NameNotFoundException:
Package com.sec.Christmasblackpaintspotsgraffitiink.c.appicon doesn't exist
02-26 09:00:47.822 14802 20990 W System.err:
android.content.pm.PackageManager$NameNotFoundException: Package
com.sec.Christmasblackpaintspotsgraffitiink.c.appicon doesn't exist
02-26 09:00:47.822 14802 20990 W System.err: at
android.app.ApplicationPackageManager.getResourcesForApplicationAsUser(ApplicationP
ackageManager.java:2291)
02-26 09:00:47.823 14802 20990 W System.err: at
android.app.SemAppIconSolution.registerAppIconInfo(SemAppIconSolution.java:212)
02-26 09:00:47.823 14802 20990 W System.err: at
android.app.SemAppIconSolution.checkAppIconThemePackage(SemAppIconSolution.java:181
)
02-26 09:00:47.823 14802 20990 W System.err: at
android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManage
r.java:3723)
02-26 09:00:47.823 14802 20990 W System.err: at
android.app.ApplicationPackageManager.loadItemIcon(ApplicationPackageManager.java:3
638)
02-26 09:00:47.823 14802 20990 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:300)
02-26 09:00:47.823 14802 20990 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:295)
02-26 09:00:47.823 14802 20990 W System.err: at
android.content.pm.ResolveInfo.loadIcon(ResolveInfo.java:313)
02-26 09:00:47.824 14802 20990 W System.err: at X.58y.A06(Unknown Source:104)
02-26 09:00:47.824 14802 20990 W System.err: at X.4FF.doInBackground(Unknown
Source:2)
02-26 09:00:47.824 14802 20990 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:00:47.824 14802 20990 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:00:47.824 14802 20990 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:00:47.824 14802 20990 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:00:47.825 14802 20990 W System.err: at X.3gH.run(Unknown Source:1548)
02-26 09:00:47.825 14802 20990 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:00:47.826 14802 14802 W System.err:
android.content.pm.PackageManager$NameNotFoundException: Package
com.sec.Christmasblackpaintspotsgraffitiink.c.appicon doesn't exist
02-26 09:00:47.826 14802 14802 W System.err: at
android.app.ApplicationPackageManager.getResourcesForApplicationAsUser(ApplicationP
ackageManager.java:2291)
02-26 09:00:47.826 14802 14802 W System.err: at
android.app.SemAppIconSolution.registerAppIconInfo(SemAppIconSolution.java:212)
02-26 09:00:47.826 14802 14802 W System.err: at
android.app.SemAppIconSolution.checkAppIconThemePackage(SemAppIconSolution.java:181
)
02-26 09:00:47.826 14802 14802 W System.err: at
android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManage
r.java:3723)
02-26 09:00:47.826 14802 14802 W System.err: at
android.app.ApplicationPackageManager.loadItemIcon(ApplicationPackageManager.java:3
638)
02-26 09:00:47.826 14802 14802 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:300)
02-26 09:00:47.826 14802 14802 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:295)
02-26 09:00:47.827 14802 14802 W System.err: at
android.content.pm.ResolveInfo.loadIcon(ResolveInfo.java:313)
02-26 09:00:47.827 14802 14802 W System.err: at
com.whatsapp.gallerypicker.GalleryPicker.onCreateOptionsMenu(Unknown Source:131)
02-26 09:00:47.827 14802 14802 W System.err: at
android.app.Activity.onCreatePanelMenu(Activity.java:4469)
02-26 09:00:47.827 14802 14802 W System.err: at X.05h.onCreatePanelMenu(Unknown
Source:2)
02-26 09:00:47.827 14802 14802 W System.err: at X.0bR.onCreatePanelMenu(Unknown
Source:2)
02-26 09:00:47.827 14802 14802 W System.err: at X.04K.onCreatePanelMenu(Unknown
Source:8)
02-26 09:00:47.827 14802 14802 W System.err: at X.0bR.onCreatePanelMenu(Unknown
Source:2)
02-26 09:00:47.827 14802 14802 W System.err: at X.0jO.run(Unknown Source:27)
02-26 09:00:47.827 14802 14802 W System.err: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:00:47.827 14802 14802 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:00:47.828 14802 14802 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:00:47.828 14802 14802 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 09:00:47.828 14802 14802 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 09:00:47.828 14802 14802 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 09:00:47.828 14802 14802 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 09:00:47.828 14802 14802 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 09:00:47.828 14802 20990 W System.err:
android.content.pm.PackageManager$NameNotFoundException: Package
com.sec.Christmasblackpaintspotsgraffitiink.c.appicon doesn't exist
02-26 09:00:47.829 14802 20990 W System.err: at
android.app.ApplicationPackageManager.getResourcesForApplicationAsUser(ApplicationP
ackageManager.java:2291)
02-26 09:00:47.829 14802 20990 W System.err: at
android.app.SemAppIconSolution.registerAppIconInfo(SemAppIconSolution.java:212)
02-26 09:00:47.829 14802 20990 W System.err: at
android.app.SemAppIconSolution.checkAppIconThemePackage(SemAppIconSolution.java:181
)
02-26 09:00:47.829 14802 20990 W System.err: at
android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManage
r.java:3723)
02-26 09:00:47.829 14802 20990 W System.err: at
android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManage
r.java:3755)
02-26 09:00:47.829 14802 20990 W System.err: at
android.app.ApplicationPackageManager.loadItemIcon(ApplicationPackageManager.java:3
638)
02-26 09:00:47.829 14802 20990 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:300)
02-26 09:00:47.829 14802 20990 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:295)
02-26 09:00:47.830 14802 20990 W System.err: at
android.content.pm.ResolveInfo.loadIcon(ResolveInfo.java:313)
02-26 09:00:47.830 14802 20990 W System.err: at X.58y.A06(Unknown Source:104)
02-26 09:00:47.830 14802 20990 W System.err: at X.4FF.doInBackground(Unknown
Source:2)
02-26 09:00:47.830 14802 20990 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:00:47.830 14802 20990 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:00:47.830 14802 20990 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:00:47.830 14802 20990 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:00:47.830 14802 20990 W System.err: at X.3gH.run(Unknown Source:1548)
02-26 09:00:47.830 14802 20990 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:00:47.830 14802 14802 W System.err:
android.content.pm.PackageManager$NameNotFoundException: Package
com.sec.Christmasblackpaintspotsgraffitiink.c.appicon doesn't exist
02-26 09:00:47.831 14802 14802 W System.err: at
android.app.ApplicationPackageManager.getResourcesForApplicationAsUser(ApplicationP
ackageManager.java:2291)
02-26 09:00:47.831 14802 14802 W System.err: at
android.app.SemAppIconSolution.registerAppIconInfo(SemAppIconSolution.java:212)
02-26 09:00:47.831 14802 14802 W System.err: at
android.app.SemAppIconSolution.checkAppIconThemePackage(SemAppIconSolution.java:181
)
02-26 09:00:47.831 14802 14802 W System.err: at
android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManage
r.java:3723)
02-26 09:00:47.831 14802 14802 W System.err: at
android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManage
r.java:3755)
02-26 09:00:47.831 14802 14802 W System.err: at
android.app.ApplicationPackageManager.loadItemIcon(ApplicationPackageManager.java:3
638)
02-26 09:00:47.831 14802 14802 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:300)
02-26 09:00:47.831 14802 14802 W System.err: at
android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:295)
02-26 09:00:47.831 14802 14802 W System.err: at
android.content.pm.ResolveInfo.loadIcon(ResolveInfo.java:313)
02-26 09:00:47.832 14802 14802 W System.err: at
com.whatsapp.gallerypicker.GalleryPicker.onCreateOptionsMenu(Unknown Source:131)
02-26 09:00:47.832 14802 14802 W System.err: at
android.app.Activity.onCreatePanelMenu(Activity.java:4469)
02-26 09:00:47.832 14802 14802 W System.err: at X.05h.onCreatePanelMenu(Unknown
Source:2)
02-26 09:00:47.832 14802 14802 W System.err: at X.0bR.onCreatePanelMenu(Unknown
Source:2)
02-26 09:00:47.832 14802 14802 W System.err: at X.04K.onCreatePanelMenu(Unknown
Source:8)
02-26 09:00:47.832 14802 14802 W System.err: at X.0bR.onCreatePanelMenu(Unknown
Source:2)
02-26 09:00:47.832 14802 14802 W System.err: at X.0jO.run(Unknown Source:27)
02-26 09:00:47.832 14802 14802 W System.err: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:00:47.832 14802 14802 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:00:47.832 14802 14802 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:00:47.832 14802 14802 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 09:00:47.832 14802 14802 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 09:00:47.832 14802 14802 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 09:00:47.833 14802 14802 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 09:00:47.833 14802 14802 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 09:00:47.893 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:47.901 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:48.066 14802 20982 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #29 (20998) at void X.30m.A02(java.lang.String, java.lang.String,
java.util.List)(:-1) waiters=0 in X.2jn X.2jG.A00(java.lang.String,
java.lang.String) for 638ms
02-26 09:00:48.344 14802 32319 W MediaStore: Failed to obtain thumbnail for
content://media/external/images/media/1000020869
02-26 09:00:48.344 14802 32319 W MediaStore: java.io.FileNotFoundException: Failed
to create image decoder with message 'unimplemented'Input contained an error.
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(Dat
abaseUtils.java:151)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:
780)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2
034)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.content.ContentResolver.openTypedAssetFile(ContentResolver.java:1939)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.content.ContentResolver.lambda$loadThumbnail$0(ContentResolver.java:4191)
02-26 09:00:48.344 14802 32319 W MediaStore: at android.content.ContentResolver$
$ExternalSyntheticLambda1.call(Unknown Source:10)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.graphics.ImageDecoder$CallableSource.createImageDecoder(ImageDecoder.java:6
84)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.graphics.ImageDecoder.decodeBitmapImpl(ImageDecoder.java:2015)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.graphics.ImageDecoder.decodeBitmap(ImageDecoder.java:2008)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.content.ContentResolver.loadThumbnail(ContentResolver.java:4190)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.content.ContentResolver.loadThumbnail(ContentResolver.java:4174)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.provider.MediaStore$InternalThumbnails.getThumbnail(MediaStore.java:2518)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.provider.MediaStore$Images$Thumbnails.getThumbnail(MediaStore.java:2915)
02-26 09:00:48.344 14802 32319 W MediaStore: at
android.provider.MediaStore$Images$Thumbnails.getThumbnail(MediaStore.java:2959)
02-26 09:00:48.344 14802 32319 W MediaStore: at X.30T.A01(Unknown Source:47)
02-26 09:00:48.344 14802 32319 W MediaStore: at X.1Xs.Bij(Unknown Source:148)
02-26 09:00:48.344 14802 32319 W MediaStore: at X.6JI.BD4(Unknown Source:29)
02-26 09:00:48.344 14802 32319 W MediaStore: at X.3dp.run(Unknown Source:1076)
02-26 09:00:48.344 14802 32319 W MediaStore: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:00:48.484 14802 32318 W MediaStore: Failed to obtain thumbnail for
content://media/external/images/media/1000020869
02-26 09:00:48.484 14802 32318 W MediaStore: java.io.FileNotFoundException: Failed
to create image decoder with message 'unimplemented'Input contained an error.
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(Dat
abaseUtils.java:151)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:
780)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2
034)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.content.ContentResolver.openTypedAssetFile(ContentResolver.java:1939)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.content.ContentResolver.lambda$loadThumbnail$0(ContentResolver.java:4191)
02-26 09:00:48.484 14802 32318 W MediaStore: at android.content.ContentResolver$
$ExternalSyntheticLambda1.call(Unknown Source:10)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.graphics.ImageDecoder$CallableSource.createImageDecoder(ImageDecoder.java:6
84)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.graphics.ImageDecoder.decodeBitmapImpl(ImageDecoder.java:2015)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.graphics.ImageDecoder.decodeBitmap(ImageDecoder.java:2008)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.content.ContentResolver.loadThumbnail(ContentResolver.java:4190)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.content.ContentResolver.loadThumbnail(ContentResolver.java:4174)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.provider.MediaStore$InternalThumbnails.getThumbnail(MediaStore.java:2518)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.provider.MediaStore$Images$Thumbnails.getThumbnail(MediaStore.java:2915)
02-26 09:00:48.484 14802 32318 W MediaStore: at
android.provider.MediaStore$Images$Thumbnails.getThumbnail(MediaStore.java:2959)
02-26 09:00:48.484 14802 32318 W MediaStore: at X.30T.A01(Unknown Source:47)
02-26 09:00:48.484 14802 32318 W MediaStore: at X.1Xs.Bij(Unknown Source:148)
02-26 09:00:48.484 14802 32318 W MediaStore: at X.6JI.BD4(Unknown Source:29)
02-26 09:00:48.484 14802 32318 W MediaStore: at X.3dp.run(Unknown Source:1076)
02-26 09:00:48.484 14802 32318 W MediaStore: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:00:49.309 14802 14802 W View : requestLayout() improperly called by
androidx.appcompat.view.menu.ActionMenuItemView{e07649e VFED..C.. ......ID 0,10-
127,136 #7f0b0f8c app:id/menuitem_select_multiple} during layout: running second
layout pass
02-26 09:00:49.309 14802 14802 W View : requestLayout() improperly called by
androidx.appcompat.widget.ActionMenuView{a022b7f V.E...... ......ID 953,0-1080,147}
during layout: running second layout pass
02-26 09:00:49.477 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:50.721 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:51.548 14802 14802 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.
02-26 09:00:51.585 14802 14802 E RecyclerView: No adapter attached; skipping layout
02-26 09:00:51.611 14802 14802 E RecyclerView: No adapter attached; skipping layout
02-26 09:00:51.719 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:52.684 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:00:52.874 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:00:52.880 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:00:53.042 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.050 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.149 14802 32319 W MediaStore: Failed to obtain thumbnail for
content://media/external/images/media/1000020869
02-26 09:00:53.149 14802 32319 W MediaStore: java.io.FileNotFoundException: Failed
to create image decoder with message 'unimplemented'Input contained an error.
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(Dat
abaseUtils.java:151)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:
780)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2
034)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.content.ContentResolver.openTypedAssetFile(ContentResolver.java:1939)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.content.ContentResolver.lambda$loadThumbnail$0(ContentResolver.java:4191)
02-26 09:00:53.149 14802 32319 W MediaStore: at android.content.ContentResolver$
$ExternalSyntheticLambda1.call(Unknown Source:10)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.graphics.ImageDecoder$CallableSource.createImageDecoder(ImageDecoder.java:6
84)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.graphics.ImageDecoder.decodeBitmapImpl(ImageDecoder.java:2015)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.graphics.ImageDecoder.decodeBitmap(ImageDecoder.java:2008)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.content.ContentResolver.loadThumbnail(ContentResolver.java:4190)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.content.ContentResolver.loadThumbnail(ContentResolver.java:4174)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.provider.MediaStore$InternalThumbnails.getThumbnail(MediaStore.java:2518)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.provider.MediaStore$Images$Thumbnails.getThumbnail(MediaStore.java:2915)
02-26 09:00:53.149 14802 32319 W MediaStore: at
android.provider.MediaStore$Images$Thumbnails.getThumbnail(MediaStore.java:2959)
02-26 09:00:53.149 14802 32319 W MediaStore: at X.30T.A01(Unknown Source:47)
02-26 09:00:53.149 14802 32319 W MediaStore: at X.1Xs.Bij(Unknown Source:148)
02-26 09:00:53.149 14802 32319 W MediaStore: at X.6JI.BD4(Unknown Source:29)
02-26 09:00:53.149 14802 32319 W MediaStore: at X.3dp.run(Unknown Source:1076)
02-26 09:00:53.149 14802 32319 W MediaStore: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:00:53.231 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.238 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.258 14802 31927 E ArmVmp : Match on catch block at 0x48 in for
0x7b18e69421
02-26 09:00:53.258 14802 31927 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-26 09:00:53.258 14802 31927 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-26 09:00:53.258 14802 31927 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-26 09:00:53.258 14802 31927 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-26 09:00:53.259 14802 31927 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-26 09:00:53.259 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-26 09:00:53.259 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-26 09:00:53.259 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-26 09:00:53.260 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-26 09:00:53.260 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-26 09:00:53.260 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-26 09:00:53.261 14802 31927 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-26 09:00:53.262 14802 31927 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-26 09:00:53.262 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-26 09:00:53.262 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-26 09:00:53.262 14802 31927 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-26 09:00:53.262 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-26 09:00:53.262 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-26 09:00:53.262 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:00:53.262 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:00:53.262 14802 31927 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:00:53.262 14802 31927 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:00:53.262 14802 31927 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-26 09:00:53.266 14802 31927 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:00:53.266 14802 31927 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:00:53.267 14802 31927 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:00:53.279 14802 31927 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-26 09:00:53.279 14802 31927 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-26 09:00:53.279 14802 31927 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-26 09:00:53.279 14802 31927 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-26 09:00:53.279 14802 31927 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-26 09:00:53.279 14802 31927 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-26 09:00:53.279 14802 31927 W System.err: ... 24 more
02-26 09:00:53.281 14802 31927 E ArmVmp : Match on catch block at 0x48 in for
0x7b18e69425
02-26 09:00:53.281 14802 31927 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-26 09:00:53.281 14802 31927 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-26 09:00:53.281 14802 31927 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-26 09:00:53.281 14802 31927 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-26 09:00:53.281 14802 31927 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-26 09:00:53.281 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-26 09:00:53.281 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-26 09:00:53.281 14802 31927 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-26 09:00:53.282 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-26 09:00:53.282 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-26 09:00:53.282 14802 31927 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-26 09:00:53.282 14802 31927 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-26 09:00:53.282 14802 31927 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-26 09:00:53.282 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-26 09:00:53.282 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-26 09:00:53.282 14802 31927 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-26 09:00:53.282 14802 31927 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-26 09:00:53.282 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-26 09:00:53.282 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:00:53.282 14802 31927 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:00:53.282 14802 31927 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:00:53.282 14802 31927 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:00:53.282 14802 31927 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-26 09:00:53.282 14802 31927 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:00:53.283 14802 31927 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:00:53.283 14802 31927 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:00:53.338 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.341 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.411 14802 14802 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.
02-26 09:00:53.444 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.447 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.466 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.469 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=d00b8cf5-8d4a-47f1-ab56-e2d671ca4e82 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=/data/user/0/com.whatsapp/files/.Shared/a3d524ad-25c7-40b4-98e0-
92c52a285157.jpg file_size=278542 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=IQLKF3ptRaqQUbAcrgwloyqG1bpTk6QfMAeNxmxxak4=
has_streaming_sidecar=0 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=124 multicast_id=null enc_file_hash=null mute_video=0 page_count=0
first_scan_sidecar=null suspicious_content=0 file_length=278542
media_name=a3d524ad-25c7-40b4-98e0-92c52a285157.jpg media_duration=0 chat_row_id=7
media_key=null
02-26 09:00:53.482 14802 14845 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:00:53.482 14802 14845 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:00:53.498 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.502 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.516 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.519 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.563 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.566 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.598 14802 32382 W System : ClassLoader referenced unknown path:
02-26 09:00:53.613 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.615 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.740 14802 32388 E chromium:
[0226/090053.739796:ERROR:cronet_context.cc(158)] Invalid QUIC hint
host: .whatsapp.com
02-26 09:00:53.740 14802 32388 E chromium:
[0226/090053.740535:ERROR:cronet_context.cc(158)] Invalid QUIC hint
host: .cdninstagram.com
02-26 09:00:53.740 14802 32388 E chromium:
[0226/090053.740599:ERROR:cronet_context.cc(158)] Invalid QUIC hint
host: .fbcdn.net
02-26 09:00:53.740 14802 32388 E chromium:
[0226/090053.740633:ERROR:cronet_context.cc(158)] Invalid QUIC hint
host: .facebook.com
02-26 09:00:53.740 14802 32388 E chromium:
[0226/090053.740665:ERROR:cronet_context.cc(158)] Invalid QUIC hint
host: .instagram.com
02-26 09:00:53.740 14802 32388 E chromium:
[0226/090053.740696:ERROR:cronet_context.cc(158)] Invalid QUIC hint
host: .whatsapp.net
02-26 09:00:53.864 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:53.868 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:54.367 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:54.371 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:54.868 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:54.873 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.000 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.004 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.033 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.037 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.367 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.370 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.837 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.841 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.853 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.856 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.870 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:55.874 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:56.372 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:56.375 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:56.874 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:56.878 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.374 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.378 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.429 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.432 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.573 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.576 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.591 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.593 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.607 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.610 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.625 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.630 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.640 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.644 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.658 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.662 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.674 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.679 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.691 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.695 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.708 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.712 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.725 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.729 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.740 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.744 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.757 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.760 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.773 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.777 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.790 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.793 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.807 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.811 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.824 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.827 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.841 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.846 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.858 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.862 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.875 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.880 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.891 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.896 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.908 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.912 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.925 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.929 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.941 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.945 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.959 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.963 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.975 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.979 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.992 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:57.997 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.009 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.013 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.026 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.030 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.042 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.046 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.059 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.063 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.076 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.080 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.092 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.096 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.109 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.113 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.126 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.130 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.143 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.147 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.159 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.163 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.175 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.179 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.192 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.195 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.208 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.211 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.224 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.228 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=d00b8cf5-8d4a-47f1-ab56-e2d671ca4e82 transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/o1/v/t62.7118-24/f1/m231/up-oil-image-03ebb55e-
4a02-441b-baf1-5ea0a209af9f?ccb=9-
4&oh=01_AdRQzDNQGnWaVFIqcdTCttkgiJMoit5N341XRCbrc7uZQA&oe=6603EED0&_nc_sid=000000
thumbnail_height_width_ratio=2.3225806 is_animated_sticker=0
file_hash=YHmginmmfPWDKyPHu033N/lAB3qtT2UaNjwG7zMPwhk= file_path=Media/WhatsApp
Images/Sent/IMG-20240226-WA0000.jpg file_size=278542
partial_media_hash=N+Pmel26r2tCvPxvIcfl1yyDxjbfG6ysTgQWyeoLQdU= face_x=0 face_y=0
height=2408 trim_to=0 media_key_timestamp=1708956057519
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m231/up-oil-image-
03ebb55e-4a02-441b-baf1-5ea0a209af9f?ccb=9-
4&oh=01_AdRQzDNQGnWaVFIqcdTCttkgiJMoit5N341XRCbrc7uZQA&oe=6603EED0&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=null partial_media_enc_hash=null
width=1080 original_file_hash=IQLKF3ptRaqQUbAcrgwloyqG1bpTk6QfMAeNxmxxak4=
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=124 multicast_id=null
enc_file_hash=WLayCQfZPO2qt/N7hovMS8WtfoRQkeJRihJIE0ZuLUs= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=278542
media_name=a3d524ad-25c7-40b4-98e0-92c52a285157.jpg media_duration=0 chat_row_id=7
media_key=[B@4baf286
02-26 09:00:58.233 14802 14845 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:00:58.233 14802 14845 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:00:58.241 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.243 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.261 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.264 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.376 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.380 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.494 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.498 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.519 14802 31423 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 09:00:58.519 14802 31423 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 09:00:58.579 14802 14893 W MediaPlayerNative: info/warning (10973, 0)
02-26 09:00:58.875 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.878 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.927 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.930 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.944 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:58.947 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:59.378 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:59.382 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:59.744 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:59.747 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:59.879 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:00:59.883 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:00.379 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:00.384 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:00.562 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:00.565 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:00.631 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:00.635 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:00.978 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:01:00.999 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.001 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.013 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.016 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.087 14802 14802 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 09:01:01.137 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.141 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.634 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.638 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.850 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.854 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.895 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:01.898 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:02.072 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:02.075 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.268 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:01:03.272 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:01:03.406 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:01:03.409 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:01:03.423 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:01:03.450 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.454 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.473 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.475 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.485 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.492 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.501 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.506 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.531 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.533 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.558 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.560 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:03.620 14802 32355 E ArmVmp : Match on catch block at 0x48 in for
0x7af1049421
02-26 09:01:03.620 14802 32355 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-26 09:01:03.621 14802 32355 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-26 09:01:03.621 14802 32355 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-26 09:01:03.621 14802 32355 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-26 09:01:03.621 14802 32355 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-26 09:01:03.621 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-26 09:01:03.621 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-26 09:01:03.621 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-26 09:01:03.622 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-26 09:01:03.622 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-26 09:01:03.622 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-26 09:01:03.622 14802 32355 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-26 09:01:03.622 14802 32355 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-26 09:01:03.622 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-26 09:01:03.622 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-26 09:01:03.622 14802 32355 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-26 09:01:03.622 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-26 09:01:03.622 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-26 09:01:03.623 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:01:03.623 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:01:03.623 14802 32355 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:01:03.623 14802 32355 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:01:03.623 14802 32355 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-26 09:01:03.623 14802 32355 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:01:03.623 14802 32355 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:01:03.623 14802 32355 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:01:03.623 14802 32355 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-26 09:01:03.624 14802 32355 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-26 09:01:03.624 14802 32355 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-26 09:01:03.624 14802 32355 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-26 09:01:03.624 14802 32355 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-26 09:01:03.624 14802 32355 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
02-26 09:01:03.624 14802 32355 W System.err: ... 24 more
02-26 09:01:03.625 14802 32355 E ArmVmp : Match on catch block at 0x48 in for
0x7af1049425
02-26 09:01:03.625 14802 32355 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-26 09:01:03.625 14802 32355 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-26 09:01:03.625 14802 32355 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-26 09:01:03.625 14802 32355 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-26 09:01:03.625 14802 32355 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-26 09:01:03.626 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-26 09:01:03.626 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-26 09:01:03.626 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-26 09:01:03.626 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-26 09:01:03.626 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-26 09:01:03.626 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-26 09:01:03.626 14802 32355 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-26 09:01:03.626 14802 32355 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-26 09:01:03.626 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-26 09:01:03.626 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-26 09:01:03.627 14802 32355 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-26 09:01:03.627 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-26 09:01:03.627 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-26 09:01:03.627 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:01:03.627 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:01:03.627 14802 32355 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:01:03.627 14802 32355 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:01:03.627 14802 32355 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-26 09:01:03.627 14802 32355 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:01:03.627 14802 32355 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:01:03.627 14802 32355 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:01:04.056 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:04.060 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:04.558 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:04.562 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:05.058 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:05.062 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:05.573 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:05.575 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:05.590 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:05.592 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:05.899 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:05.913 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:09.582 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:01:09.587 14802 14802 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:01:09.710 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:09.712 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:09.758 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:09.761 14802 14802 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:01:09.857 14802 24949 W Parcel : Expecting binder but got null!
02-26 09:01:09.999 14802 32355 E ArmVmp : Match on catch block at 0x48 in for
0x7af1049421
02-26 09:01:10.000 14802 32355 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-26 09:01:10.000 14802 32355 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
02-26 09:01:10.000 14802 32355 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-26 09:01:10.000 14802 32355 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-26 09:01:10.000 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-26 09:01:10.001 14802 32355 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-26 09:01:10.001 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-26 09:01:10.001 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-26 09:01:10.001 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:01:10.001 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:01:10.001 14802 32355 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:01:10.001 14802 32355 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:01:10.001 14802 32355 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-26 09:01:10.001 14802 32355 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:01:10.001 14802 32355 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:01:10.001 14802 32355 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:01:10.001 14802 32355 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
02-26 09:01:10.001 14802 32355 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
02-26 09:01:10.001 14802 32355 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
02-26 09:01:10.001 14802 32355 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
02-26 09:01:10.001 14802 32355 W System.err: at li--------- beginning of main
02-26 09:01:10.002 14802 32355 E ArmVmp : Match on catch block at 0x48 in for
0x7af1049425
02-26 09:01:10.002 14802 32355 W System.err: java.net.UnknownHostException: Unable
to resolve host "translate.googleapis.com": No address associated with hostname
02-26 09:01:10.002 14802 32355 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
02-26 09:01:10.002 14802 32355 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
02-26 09:01:10.002 14802 32355 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
02-26 09:01:10.002 14802 32355 W System.err: at
com.android.okhttp.Dns$1.lookup(Dns.java:41)
02-26 09:01:10.002 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
02-26 09:01:10.002 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
02-26 09:01:10.003 14802 32355 W System.err: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
02-26 09:01:10.003 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
02-26 09:01:10.003 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
02-26 09:01:10.003 14802 32355 W System.err: at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
02-26 09:01:10.003 14802 32355 W System.err: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
02-26 09:01:10.003 14802 32355 W System.err: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
02-26 09:01:10.003 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
02-26 09:01:10.003 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:131)
02-26 09:01:10.003 14802 32355 W System.err: at
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp
sURLConnection.java:90)
02-26 09:01:10.003 14802 32355 W System.err: at
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm
pl.java:30)
02-26 09:01:10.003 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator.translate(Native Method)
02-26 09:01:10.003 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:01:10.003 14802 32355 W System.err: at
mbmodsd.mbmodsw.home.MBTranslator$Async.doInBackground(Native Method)
02-26 09:01:10.003 14802 32355 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:394)
02-26 09:01:10.003 14802 32355 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 09:01:10.003 14802 32355 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
02-26 09:01:10.003 14802 32355 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 09:01:10.003 14802 32355 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 09:01:10.003 14802 32355 W System.err: at
java.lang.Thread.run(Thread.java:1012)
02-26 09:09:37.425 5420 5420 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 09:09:37.923 5420 5420 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 09:09:37.924 5420 5420 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 09:09:37.924 5420 5420 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 09:09:37.924 5420 5420 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 09:09:37.924 5420 5420 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 09:09:37.924 5420 5420 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 09:09:37.924 5420 5420 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 09:09:37.924 5420 5420 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 09:09:37.924 5420 5420 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 09:09:37.924 5420 5420 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 09:09:37.924 5420 5420 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 09:09:37.924 5420 5420 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 09:09:37.924 5420 5420 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 09:09:37.924 5420 5420 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 09:09:37.924 5420 5420 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 09:09:37.924 5420 5420 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 09:09:37.924 5420 5420 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 09:09:37.924 5420 5420 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:09:37.924 5420 5420 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 09:09:37.924 5420 5420 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 09:09:37.924 5420 5420 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 09:09:37.924 5420 5420 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 09:09:37.924 5420 5420 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 09:09:38.182 5420 5420 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 09:09:38.561 5420 5646 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 09:09:42.409 5420 5420 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 09:09:42.409 5420 5420 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 09:09:44.003 5420 6819 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 09:09:44.003 5420 6819 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 09:09:44.003 5420 6819 W com.whatsapp: and incorrect proguard
optimizations.
02-26 09:09:44.747 5420 6849 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #1 (6819) at X.2U6 X.35t.A08()(:-1) waiters=0 in X.2U6 X.35t.A08()
for 200ms
02-26 09:10:27.091 5420 6846 W WM-Processor: Didn't find WorkSpec for id
WorkGenerationalId(workSpecId=fe4f610c-8b1e-4df2-8be6-85e00f0a2c73, generation=0)
02-26 09:10:27.093 5420 6846 W WM-Processor: Didn't find WorkSpec for id
WorkGenerationalId(workSpecId=fe4f610c-8b1e-4df2-8be6-85e00f0a2c73, generation=0)
02-26 09:10:27.099 5420 6846 W WM-Processor: Didn't find WorkSpec for id
WorkGenerationalId(workSpecId=fe4f610c-8b1e-4df2-8be6-85e00f0a2c73, generation=0)
02-26 09:14:09.176 5420 5420 W SoundPool: Use of stream types is deprecated for
operations other than volume control
02-26 09:14:09.176 5420 5420 W SoundPool: See the documentation of SoundPool()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
02-26 09:14:09.408 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:14:09.413 5420 5443 W System : A resource failed to call
CursorWrapperInner.close.
02-26 09:14:09.505 5420 8028 W MediaPlayerNative: info/warning (10973, 0)
02-26 09:14:09.525 5420 5420 E FileSource: Failed to open file
'content://settings/system/ringtone'. (No such file or directory)
02-26 09:14:09.525 5420 5420 E AudioManager: hasHapticChannels
failure:java.io.IOException: Failed to instantiate extractor.
02-26 09:14:09.855 5420 5420 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 09:14:10.550 5420 5420 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 09:14:10.752 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:14:27.738 5420 5420 E FileSource: Failed to open file
'content://settings/system/ringtone'. (No such file or directory)
02-26 09:14:27.738 5420 5420 E AudioManager: hasHapticChannels
failure:java.io.IOException: Failed to instantiate extractor.
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=f164e00f-0139-447a-9a42-22625596cc08 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/35447814_364609209729120_4714965356802899660_n.enc?ccb=11-
4&oh=01_AdSRn7pp1m4GUu146yB88ssQbaVY3AxPdT_PPa0QlNKd_w&oe=66040176&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=4dClUGWNnpLMZOXrgkpXnW6Ek7o7QKYQZYHj8+0dm4I= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240226-WA0001.opus file_size=40321 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708956878000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/35447814_364609209729120_4714965356802899660_n.enc?ccb=11-
4&oh=01_AdSRn7pp1m4GUu146yB88ssQbaVY3AxPdT_PPa0QlNKd_w&oe=66040176&_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=126
multicast_id=null enc_file_hash=bqttqveLC6hpTG1fBZ6kHf20oluiSG9guFxVG6Nu3h0=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=40321 media_name=null media_duration=17 chat_row_id=22
media_key=[B@a30ce65
02-26 09:14:55.365 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:14:55.365 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:30:19.930 5420 5420 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 09:30:20.259 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 09:30:20.281 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 09:30:20.362 5420 5420 W Activity: Can request only one set of permissions
at a time
02-26 09:30:20.575 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:30:20.737 5420 10577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 09:30:20.737 5420 10577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 09:30:20.737 5420 10577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 09:30:20.737 5420 10577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 09:30:20.737 5420 10577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 09:30:20.737 5420 10577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 09:30:20.737 5420 10577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 09:30:20.738 5420 10577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 09:30:20.767 5420 10577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 09:30:20.767 5420 10577 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 09:30:23.677 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:30:24.215 5420 10696 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 09:30:24.363 5420 5441 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 09:30:24.493 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:30:24.532 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:30:24.586 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:30:24.597 5420 5420 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 09:30:28.404 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:30:29.689 5420 10735 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-26 09:30:29.689 5420 10735 E RenderScript: Failed to load runtime , loading
default
02-26 09:30:29.920 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:30:29.927 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:30:30.293 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:30:30.301 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:30:30.304 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:30:30.333 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:30:30.362 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.366 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.368 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.406 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.408 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.410 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.429 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.432 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.433 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.486 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.489 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.491 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.983 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.990 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:30.995 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.166 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.170 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.173 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.207 5420 5420 W AudioManager: Use of stream types is deprecated
for operations other than volume control
02-26 09:30:31.207 5420 5420 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=f164e00f-0139-447a-9a42-22625596cc08 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/35447814_364609209729120_4714965356802899660_n.enc?ccb=11-
4&oh=01_AdSRn7pp1m4GUu146yB88ssQbaVY3AxPdT_PPa0QlNKd_w&oe=66040176&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=4dClUGWNnpLMZOXrgkpXnW6Ek7o7QKYQZYHj8+0dm4I= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240226-WA0001.opus file_size=40321 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708956878000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/35447814_364609209729120_4714965356802899660_n.enc?ccb=11-
4&oh=01_AdSRn7pp1m4GUu146yB88ssQbaVY3AxPdT_PPa0QlNKd_w&oe=66040176&_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=126
multicast_id=null enc_file_hash=bqttqveLC6hpTG1fBZ6kHf20oluiSG9guFxVG6Nu3h0=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=40321 media_name=PTT-20240226-WA0001.opus media_duration=17
chat_row_id=22 media_key=[B@a30ce65
02-26 09:30:31.269 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at X.3g7.run(Unknown
Source:1017)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:30:31.269 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:30:31.386 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.389 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.391 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.402 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.406 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.409 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.425 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.428 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.431 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.436 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.442 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.444 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.449 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.456 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.459 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.466 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.470 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.472 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.482 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.485 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.489 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.499 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.504 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.507 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.513 5420 10778 W AudioTrack: getTimestamp_l(981): retrograde
timestamp time corrected, 24168415181455 < 24168422095726
02-26 09:30:31.516 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.520 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.523 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.532 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.541 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=f164e00f-0139-447a-9a42-22625596cc08 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/35447814_364609209729120_4714965356802899660_n.enc?ccb=11-
4&oh=01_AdSRn7pp1m4GUu146yB88ssQbaVY3AxPdT_PPa0QlNKd_w&oe=66040176&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=4dClUGWNnpLMZOXrgkpXnW6Ek7o7QKYQZYHj8+0dm4I= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240226-WA0001.opus file_size=40321 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708956878000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/35447814_364609209729120_4714965356802899660_n.enc?ccb=11-
4&oh=01_AdSRn7pp1m4GUu146yB88ssQbaVY3AxPdT_PPa0QlNKd_w&oe=66040176&_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=126
multicast_id=null enc_file_hash=bqttqveLC6hpTG1fBZ6kHf20oluiSG9guFxVG6Nu3h0=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=40321 media_name=PTT-20240226-WA0001.opus media_duration=17
chat_row_id=22 media_key=[B@a30ce65
02-26 09:30:31.545 5420 6778 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at X.3Uz.A07(Unknown
Source:381)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at X.3Uz.A02(Unknown
Source:692)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at X.3eS.run(Unknown
Source:4041)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
X.0zr.dispatchMessage(Unknown Source:4)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:30:31.545 5420 6778 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:30:31.547 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.551 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.555 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.561 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.573 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.577 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.579 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.586 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.592 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.594 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.606 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.611 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.613 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.618 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.624 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.628 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.633 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.639 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.642 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.648 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.651 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.654 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.665 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.669 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.671 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.699 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.703 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.706 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.749 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.752 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.754 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.800 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.805 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.810 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.850 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.854 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.856 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.901 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.905 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.909 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.950 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.954 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.956 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.983 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.986 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:31.988 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.000 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.005 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.008 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.052 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.056 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.059 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.101 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.106 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.109 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.152 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.158 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.162 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.203 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.208 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.212 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.253 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.258 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.261 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.303 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.308 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.312 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.371 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.376 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.380 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.420 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.425 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.430 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.471 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.476 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.480 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.504 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.510 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.515 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.537 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.541 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.545 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.588 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.593 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.597 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.638 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.643 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.647 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.687 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.692 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.697 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.736 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.740 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.744 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.787 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.793 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.797 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.837 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.842 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.844 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.888 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.894 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.897 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.935 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.940 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.943 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.986 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.991 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:32.995 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.003 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.007 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.010 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.036 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.041 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.044 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.088 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.093 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.096 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.138 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.142 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.146 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.175 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.178 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.180 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.187 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.191 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.193 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.236 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.239 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.241 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.304 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.309 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.312 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.352 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.356 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.359 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.387 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.393 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.395 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.402 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.405 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.408 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.437 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.441 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.448 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.473 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.476 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.479 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.503 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.507 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.510 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.525 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.532 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.538 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.570 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.574 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.576 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.586 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.597 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.601 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.619 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.622 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.625 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.637 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.641 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.644 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.670 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.674 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.677 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.704 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.707 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.711 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.737 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.742 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.745 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.788 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.792 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.795 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.838 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.842 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.846 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.889 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.894 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.898 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.937 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.941 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.943 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.989 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.994 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:33.997 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.022 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.027 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.030 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.038 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.042 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.046 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.107 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.112 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.115 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.157 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.162 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.165 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.207 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.212 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.216 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.257 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.263 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.267 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.308 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.314 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.318 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.359 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.363 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.367 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.408 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.414 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.418 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.459 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.464 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.468 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.507 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.512 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.515 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.524 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.529 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.532 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.557 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.562 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.565 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.624 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.628 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.632 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.659 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.663 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.667 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.674 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.678 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.681 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.741 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.746 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.750 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.791 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.795 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.797 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.841 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.846 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.849 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.893 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.898 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.901 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.941 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.948 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.951 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.964 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.972 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:34.977 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.007 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.014 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.016 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.040 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.044 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.051 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.075 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.080 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.084 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.107 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.110 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.114 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.140 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.143 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.146 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.157 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.161 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.167 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.191 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.194 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.197 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.207 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.211 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.213 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.241 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.245 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.248 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.258 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.262 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.267 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.291 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.295 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.298 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.309 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.314 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.317 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.342 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.347 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.349 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.393 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.397 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.400 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.444 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.448 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.451 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.492 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.496 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.499 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.542 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.547 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.550 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.562 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.567 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.570 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.628 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.632 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.636 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.677 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.681 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.683 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.727 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.733 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.736 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.778 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.784 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.787 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.826 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.831 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.834 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.877 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.884 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.887 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.929 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.934 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.938 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.978 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.983 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:35.987 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.026 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.030 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.033 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.043 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.046 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.049 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.076 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.080 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.083 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.145 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.150 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.153 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.195 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.200 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.203 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.245 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.251 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.254 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.296 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.302 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.306 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.346 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.352 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.356 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.396 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.402 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.406 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.446 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.451 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.455 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.496 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.501 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.506 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.547 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.552 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.556 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.580 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.586 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.590 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.614 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.619 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.624 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.664 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.670 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.674 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.713 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.718 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.721 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.764 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.770 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.773 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.814 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.819 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.823 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.864 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.869 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.874 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.931 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.937 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.941 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.980 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.985 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:36.987 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.030 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.033 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.036 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.078 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.082 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.086 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.096 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.101 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.104 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.147 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.152 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.156 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.197 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.203 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.207 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.249 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.254 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.258 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.315 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.321 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.325 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.365 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.370 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.374 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.415 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.420 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.424 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.465 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.471 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.474 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.515 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.521 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.525 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.566 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.572 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.576 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.600 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.605 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.610 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.632 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.637 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.641 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.682 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.687 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.691 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.733 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.738 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.741 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.782 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.787 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.792 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.832 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.837 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.842 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.882 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.888 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.893 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.949 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.955 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.959 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:37.999 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.004 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.009 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.049 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.055 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.059 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.097 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.101 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.104 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.115 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.120 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.125 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.166 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.172 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.175 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.216 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.221 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.225 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.266 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.272 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.276 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.317 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.322 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.326 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.385 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.390 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.394 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.433 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.439 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.443 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.484 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.489 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.493 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.535 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.540 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.544 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.585 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.590 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.594 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.619 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.625 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.629 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.651 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.656 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.659 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.701 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.706 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.709 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.751 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.756 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.758 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.802 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.807 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.810 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.835 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.839 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.850 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.866 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.870 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.872 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.917 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.922 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.925 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.967 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.970 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:38.973 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.034 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.039 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.041 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.069 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.074 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.077 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.099 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.103 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.106 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.116 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.119 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.122 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.133 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.137 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.139 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.185 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.189 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.193 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.234 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.239 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.242 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.285 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.291 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.294 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.336 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.340 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.343 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.385 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.389 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.393 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.436 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.440 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.444 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.503 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.507 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.511 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.553 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.557 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.559 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.602 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.608 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.612 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.635 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.640 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.643 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.658 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.664 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.669 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.718 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.722 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.724 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.770 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.773 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.775 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.820 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.824 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.828 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.869 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.872 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.876 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.920 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.924 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.927 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.969 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.974 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:39.977 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.020 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.025 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.028 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.071 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.075 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.078 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.119 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.124 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.128 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.136 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.139 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.142 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.187 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.191 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.195 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.236 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.241 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.244 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.286 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.291 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.294 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.337 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.341 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.345 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.388 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.393 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.395 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.405 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.409 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.413 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.436 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.440 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.442 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.487 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.492 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.495 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.537 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.541 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.544 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.587 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.592 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.595 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.639 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.644 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.648 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.672 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.678 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.680 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.693 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.698 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.702 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.756 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.761 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.765 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.805 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.809 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.811 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.856 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.861 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.864 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.906 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.911 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.915 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.955 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.959 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:40.962 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.005 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.009 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.013 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.056 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.060 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.063 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.106 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.111 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.115 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.154 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.158 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.161 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.171 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.175 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.178 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.205 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.209 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.212 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.273 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.279 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.284 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.324 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.329 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.334 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.374 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.379 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.382 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.425 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.430 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.434 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.474 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.479 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.482 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.524 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.530 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.534 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.575 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.580 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.584 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.625 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.631 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.634 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.674 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.679 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.681 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.690 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.694 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.696 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.725 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.730 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.734 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.794 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.800 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.804 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.841 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.845 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.849 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.892 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.898 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.901 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.942 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.948 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.952 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.992 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:41.997 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.001 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.042 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.048 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.052 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.092 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.097 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.102 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.143 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.150 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.154 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.190 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.193 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.195 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.207 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.211 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.215 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.240 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.244 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.248 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.292 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.297 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.301 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.342 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.348 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.351 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.392 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.395 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.398 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.441 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.444 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.446 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.492 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.496 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.499 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.544 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.549 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.552 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.609 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.613 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.615 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.659 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.663 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.667 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.709 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.712 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.714 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.725 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.730 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.732 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.759 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.762 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.764 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.809 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.812 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.816 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.858 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.861 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.863 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.910 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.914 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.918 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.977 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.981 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:42.985 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.025 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.030 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.033 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.075 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.080 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.083 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.126 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.130 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.132 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.176 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.178 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.181 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.226 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.229 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.232 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.242 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.245 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.247 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.275 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.278 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.280 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.326 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.330 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.333 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.376 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.379 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.381 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.427 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.430 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.433 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.477 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.480 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.483 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.527 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.530 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.532 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.577 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.580 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.582 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.629 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.633 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.637 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.679 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.684 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.687 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.730 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.735 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.739 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.763 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.769 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.772 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.788 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.792 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.796 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.847 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.853 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.856 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.896 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.900 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.903 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.946 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.952 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.956 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:43.997 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.002 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.005 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.047 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.052 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.056 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.098 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.103 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.106 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.148 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.153 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.157 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.214 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.220 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.225 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.246 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.250 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.254 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.263 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.266 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.269 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.314 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.319 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.323 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.365 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.370 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.374 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.415 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.420 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.425 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.465 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.471 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.474 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.515 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.522 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.525 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.565 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.571 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.574 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.616 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.621 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.626 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.665 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.674 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.679 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.715 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.721 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.725 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.767 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.772 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.776 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.818 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.824 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.827 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.883 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.888 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.892 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.932 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.936 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.939 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.983 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.989 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:44.992 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.032 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.038 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.042 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.083 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.088 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.092 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.134 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.139 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.142 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.184 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.189 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.193 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.233 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.238 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.242 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.266 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.270 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.273 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.283 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.286 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.289 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.333 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.338 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.342 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.400 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.404 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.408 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.451 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.456 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.460 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.501 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.506 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.510 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.550 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.556 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.560 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.601 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.606 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.611 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.651 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.657 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.661 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.702 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.707 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.712 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.752 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.757 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.762 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.785 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.791 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.796 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.819 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.825 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.829 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.867 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.873 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.877 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.919 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.924 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.928 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.968 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.973 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:45.976 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.018 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.023 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.028 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.085 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.090 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.094 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.135 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.140 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.144 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.185 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.190 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.194 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.236 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.241 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.245 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.285 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.292 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.295 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.318 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.321 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.323 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.369 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.372 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.375 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.419 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.425 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.428 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.470 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.475 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.478 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.520 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.525 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.529 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.569 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.574 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.577 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.620 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.625 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.630 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.669 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.674 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.677 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.721 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.726 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.730 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.771 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.776 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.780 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.804 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.810 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.814 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.838 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.843 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.848 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.887 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.893 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.898 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.938 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.943 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.948 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.988 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.993 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:46.996 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.038 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.044 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.047 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.088 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.093 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.097 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.156 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.161 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.166 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.205 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.210 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.214 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.255 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.260 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.264 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.306 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.312 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.316 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.337 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.341 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.343 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.388 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.394 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.398 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.439 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.444 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.448 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.489 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.494 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.498 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.538 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.544 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.548 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.589 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.595 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.599 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.639 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.644 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.648 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.690 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.694 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.698 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.739 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.745 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.748 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.787 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.791 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.794 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.803 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.809 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.812 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.837 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.840 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.842 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.889 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.892 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.895 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.953 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.956 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:47.957 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.003 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.006 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.008 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.054 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.056 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.058 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.103 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.106 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.108 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.154 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.157 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.159 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.204 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.207 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.209 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.254 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.257 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.259 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.304 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.307 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.310 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.321 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.324 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.326 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.354 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.357 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.359 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.404 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.407 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.410 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.454 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.457 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.459 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.505 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.509 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.511 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.555 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.558 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.559 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.605 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.608 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.610 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.822 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.826 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.828 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.873 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.876 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:48.878 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:49.324 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:49.327 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:49.329 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:49.828 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:49.833 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:49.837 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.331 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.336 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.341 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.383 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.388 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.391 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.412 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.418 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.422 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.428 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.434 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.437 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.445 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.451 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.455 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.462 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.468 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.473 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.479 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.484 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.487 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.495 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.501 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.505 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.512 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.517 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.520 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.529 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.534 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.537 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.545 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.551 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.554 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.562 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.567 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.569 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.579 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.584 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.587 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.595 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.600 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.604 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.612 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.617 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.620 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.629 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.634 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.637 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.645 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.651 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.655 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.662 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.668 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.672 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.830 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.835 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:50.839 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.333 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.338 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.343 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.631 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.636 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.639 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.714 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.717 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.720 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.791 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.794 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:51.796 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:54.372 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:30:54.411 5420 5420 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.
02-26 09:30:54.411 5420 5420 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.
02-26 09:30:54.465 5420 5420 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.
02-26 09:30:54.465 5420 5420 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.
02-26 09:30:54.494 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:30:54.716 5420 10986 W VideoCapabilities: Unsupported mime
image/vnd.android.heic
02-26 09:30:54.725 5420 10986 W AudioCapabilities: Unsupported mime audio/x-ima
02-26 09:30:54.726 5420 10986 W AudioCapabilities: Unsupported mime audio/mpeg-L1
02-26 09:30:54.726 5420 10986 W AudioCapabilities: Unsupported mime audio/mpeg-L2
02-26 09:30:54.726 5420 10986 W VideoCapabilities: Unsupported mime video/wvc1
02-26 09:30:54.726 5420 10986 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-26 09:30:54.866 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:30:54.866 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:30:54.866 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:30:54.866 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:30:54.866 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:30:54.866 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:30:54.866 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:30:54.866 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:30:54.866 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:30:54.866 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:30:54.873 5420 10992 W ACodec : Fail to set FramePackingMode(-1010)
02-26 09:30:55.099 5420 10999 W Codec2Client: query -- param skipped: index =
1107298332.
02-26 09:30:55.099 5420 10999 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.
02-26 09:30:55.109 5420 10999 W Codec2Client: query -- param skipped: index =
1342179345.
02-26 09:30:55.109 5420 10999 W Codec2Client: query -- param skipped: index =
2415921170.
02-26 09:30:55.109 5420 10999 W Codec2Client: query -- param skipped: index =
1610614798.
02-26 09:30:55.307 5420 10986 W AudioTrack: getTimestamp_l(982): retrograde
timestamp time corrected, 24192210137332 < 24192216124780
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=ab0a3089-3ea0-4ebb-8022-5557ac8e7b08 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34889044_1061232101765625_368018851303709601_n.enc?ccb=11-
4&oh=01_AdR0WCD5fzvST2bAvgR7PiXFPdpXdlnd9vtud2foeydsmQ&oe=6603F91D&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=IhHxeW9pjGCtg9uLuz0Zl25zvpPzxvL3e54ZapDY62o=
file_path=Media/.Statuses/cbdb4b19647142da9670c4b3c30d0929.mp4 file_size=3200809
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1708954901000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34889044_1061232101765625_368018851303709601_n.enc?ccb=11-
4&oh=01_AdR0WCD5fzvST2bAvgR7PiXFPdpXdlnd9vtud2foeydsmQ&oe=6603F91D&_nc_sid=5e03e0&m
ms3=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=121 multicast_id=null
enc_file_hash=Abmysf+AV48rc8SXSHINHzifuaMaXBtJggbI4y4PDMA= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3200809
media_name=null media_duration=30 chat_row_id=14 media_key=[B@be7f13f
02-26 09:30:56.483 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:30:56.483 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:30:56.515 5420 10999 W Codec2Client: query -- param skipped: index =
1342179345.
02-26 09:30:56.515 5420 10999 W Codec2Client: query -- param skipped: index =
2415921170.
02-26 09:30:56.515 5420 10999 W Codec2Client: query -- param skipped: index =
1610614798.
02-26 09:30:56.522 5420 10991 E Surface : freeAllBuffers: 12 buffers were freed
while being dequeued!
02-26 09:30:56.525 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:30:56.655 5420 11052 W ACodec : Fail to set FramePackingMode(-1010)
02-26 09:30:56.720 5420 11058 W Codec2Client: query -- param skipped: index =
1107298332.
02-26 09:30:56.720 5420 11058 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.
02-26 09:30:56.725 5420 11058 W Codec2Client: query -- param skipped: index =
1342179345.
02-26 09:30:56.725 5420 11058 W Codec2Client: query -- param skipped: index =
2415921170.
02-26 09:30:56.725 5420 11058 W Codec2Client: query -- param skipped: index =
1610614798.
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=197ed5ca-bb93-4ea6-b8d2-4130bce867d0 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/40992049_1544499632762175_5051524318709887707_n.enc?ccb=11-4&oh=01_AdTuOwT-
hrD4LVZ8UUExcHBmlYv-CHCEF2LHVBX4Nz-y1w&oe=6604107F&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=0gwrlfwlqVs8GlOtf8VWhkfdsoBZJaC15A39v/9UxwE=
file_path=Media/.Statuses/c2e122fd3e2c4f39b51651c63389ec39.mp4 file_size=1413195
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1708954947000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/40992049_1544499632762175_5051524318709887707_n.enc?ccb=11-4&oh=01_AdTuOwT-
hrD4LVZ8UUExcHBmlYv-CHCEF2LHVBX4Nz-y1w&oe=6604107F&_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=122
multicast_id=null enc_file_hash=3xXkaV3ojCuL3+qPAeArwBw577N5m1bwca2DXGzTzvM=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=1413195 media_name=null media_duration=12 chat_row_id=14
media_key=[B@a369bef
02-26 09:30:57.561 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:30:57.561 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:30:57.904 5420 11058 W Codec2Client: query -- param skipped: index =
1342179345.
02-26 09:30:57.904 5420 11058 W Codec2Client: query -- param skipped: index =
2415921170.
02-26 09:30:57.904 5420 11058 W Codec2Client: query -- param skipped: index =
1610614798.
02-26 09:30:57.907 5420 11051 E Surface : freeAllBuffers: 12 buffers were freed
while being dequeued!
02-26 09:30:59.216 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:30:59.220 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:30:59.427 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:30:59.430 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:30:59.449 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:30:59.475 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:59.477 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:59.499 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:59.501 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:59.521 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:59.523 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:59.567 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:30:59.570 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:00.068 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:00.072 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:00.571 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:00.576 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:01.074 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:01.079 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:01.574 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:01.578 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:02.075 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:02.080 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:02.577 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:02.583 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:03.078 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:03.083 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:03.580 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:03.585 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:04.079 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:04.086 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:04.580 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:04.584 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:05.081 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:05.087 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:05.601 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:05.607 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:06.101 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:06.107 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:06.598 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:06.600 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:07.082 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:07.084 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:07.583 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:07.586 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:08.088 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:08.092 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:08.244 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:08.247 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:08.607 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:08.614 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:09.108 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:09.114 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:09.610 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:09.616 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:09.723 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:09.727 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:09.804 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:09.806 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:09.870 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:09.874 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:25.686 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:31:25.691 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:31:25.900 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:31:25.903 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:31:25.922 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:31:25.951 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:25.954 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:25.977 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:25.980 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:25.993 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:25.996 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.038 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.041 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.530 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.536 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.715 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.721 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.778 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.781 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.824 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.826 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.907 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:26.910 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:42.993 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:31:47.476 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:31:47.481 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:31:47.589 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:31:47.591 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:31:47.594 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:31:47.608 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:31:47.628 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.631 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.633 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.651 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.654 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.655 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.679 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.681 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.683 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.721 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.724 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.728 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.742 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.745 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:47.747 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:48.212 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:48.217 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:48.221 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:48.715 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:48.719 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:48.722 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:49.217 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:49.222 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:49.226 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:49.719 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:49.725 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:49.729 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:50.220 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:50.225 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:50.229 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:50.721 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:50.726 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:50.731 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:51.220 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:51.225 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:51.228 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:51.722 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:51.724 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:51.726 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:52.244 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:52.249 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:52.253 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:52.744 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:52.751 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:52.755 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:53.243 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:53.248 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:53.251 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:53.747 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:53.753 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:53.758 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:54.247 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:54.253 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:54.258 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:54.744 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:54.746 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:54.747 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:55.244 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:55.246 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:55.248 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:55.746 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:55.748 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:55.750 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:56.247 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:56.250 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:56.251 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:56.752 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:56.757 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:56.762 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:56.951 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:56.957 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:56.960 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:57.034 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:57.037 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:57.039 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:57.118 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:57.120 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:31:57.122 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:00.197 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:32:04.487 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.487 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.487 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.487 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.487 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.487 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.487 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.487 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.487 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.487 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.489 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.489 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.489 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.489 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.489 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.489 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.489 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.489 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.489 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.489 5420 5443 W System : A resource failed to call
AbstractCursor.close.
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=893e35d8-fb3e-4729-93e3-5d9b14a0ca65 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/33547207_353183800513688_3881671797008618301_n.enc?ccb=11-4&oh=01_AdRt_-
i7pJh4ILckWozxd5EAgZrqQ1kMmpUOc_a_Z_aJuQ&oe=66042ADB&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=WQ2hyJo10kD6F4FW+4HXSizG8NkLCHS/QtTVdEHUC6s= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240226-WA0002.opus file_size=6993 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708957922000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/33547207_353183800513688_3881671797008618301_n.enc?ccb=11-4&oh=01_AdRt_-
i7pJh4ILckWozxd5EAgZrqQ1kMmpUOc_a_Z_aJuQ&oe=66042ADB&_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=129
multicast_id=null enc_file_hash=SEC+3MzzsQ4mX8E4PfTdmdipqkU2zhY3N1FadQdimiM=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=6993 media_name=null media_duration=3 chat_row_id=31
media_key=[B@395c8e4
02-26 09:32:04.725 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:32:04.725 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:32:05.630 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:32:05.636 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:32:05.787 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:32:05.790 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:32:05.792 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:32:05.807 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:32:05.829 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.831 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.833 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.854 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.860 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.862 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.873 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.877 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.880 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.897 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.899 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.902 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.941 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.944 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:05.946 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.439 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.444 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.449 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.756 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.760 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.763 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.772 5420 5420 W AudioManager: Use of stream types is deprecated
for operations other than volume control
02-26 09:32:06.772 5420 5420 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=893e35d8-fb3e-4729-93e3-5d9b14a0ca65 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/33547207_353183800513688_3881671797008618301_n.enc?ccb=11-4&oh=01_AdRt_-
i7pJh4ILckWozxd5EAgZrqQ1kMmpUOc_a_Z_aJuQ&oe=66042ADB&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=WQ2hyJo10kD6F4FW+4HXSizG8NkLCHS/QtTVdEHUC6s= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240226-WA0002.opus file_size=6993 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708957922000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/33547207_353183800513688_3881671797008618301_n.enc?ccb=11-4&oh=01_AdRt_-
i7pJh4ILckWozxd5EAgZrqQ1kMmpUOc_a_Z_aJuQ&oe=66042ADB&_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=129
multicast_id=null enc_file_hash=SEC+3MzzsQ4mX8E4PfTdmdipqkU2zhY3N1FadQdimiM=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=6993 media_name=PTT-20240226-WA0002.opus media_duration=3
chat_row_id=31 media_key=[B@395c8e4
02-26 09:32:06.788 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at X.3g7.run(Unknown
Source:1017)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:32:06.788 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:32:06.964 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.967 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.970 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.988 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.991 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:06.994 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.003 5420 5420 W Choreographer: Frame time is 0.14806 ms in the
future! Check that graphics HAL is generating vsync timestamps using the correct
timebase.
02-26 09:32:07.005 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.010 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.013 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.022 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.025 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.027 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.039 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.043 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.045 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.055 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.059 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.061 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.071 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.074 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.077 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=893e35d8-fb3e-4729-93e3-5d9b14a0ca65 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/33547207_353183800513688_3881671797008618301_n.enc?ccb=11-4&oh=01_AdRt_-
i7pJh4ILckWozxd5EAgZrqQ1kMmpUOc_a_Z_aJuQ&oe=66042ADB&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=WQ2hyJo10kD6F4FW+4HXSizG8NkLCHS/QtTVdEHUC6s= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240226-WA0002.opus file_size=6993 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708957922000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/33547207_353183800513688_3881671797008618301_n.enc?ccb=11-4&oh=01_AdRt_-
i7pJh4ILckWozxd5EAgZrqQ1kMmpUOc_a_Z_aJuQ&oe=66042ADB&_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=129
multicast_id=null enc_file_hash=SEC+3MzzsQ4mX8E4PfTdmdipqkU2zhY3N1FadQdimiM=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=6993 media_name=PTT-20240226-WA0002.opus media_duration=3
chat_row_id=31 media_key=[B@395c8e4
02-26 09:32:07.087 5420 6778 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at X.3Uz.A07(Unknown
Source:381)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at X.3Uz.A02(Unknown
Source:692)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at X.3eS.run(Unknown
Source:4041)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
X.0zr.dispatchMessage(Unknown Source:4)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:32:07.087 5420 6778 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:32:07.089 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.092 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.095 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.110 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.114 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.116 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.124 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.129 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.132 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.144 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.147 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.150 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.159 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.165 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.167 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.173 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.176 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.178 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.189 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.193 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.195 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.205 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.209 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.211 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.222 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.226 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.229 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.239 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.242 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.244 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.274 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.276 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.279 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.324 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.328 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.332 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.374 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.379 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.382 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.440 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.444 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.448 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.492 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.496 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.500 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.507 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.512 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.515 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.540 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.546 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.548 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.592 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.597 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.600 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.641 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.643 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.645 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.691 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.693 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.695 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.740 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.744 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.746 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.791 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.795 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.798 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.841 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.844 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.847 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.892 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.894 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.896 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.943 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.948 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.951 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.993 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:07.997 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.001 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.027 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.032 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.036 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.061 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.066 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.070 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.110 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.114 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.118 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.161 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.166 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.170 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.211 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.217 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.221 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.260 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.264 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.268 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.310 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.314 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.318 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.360 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.367 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.371 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.410 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.414 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.417 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.459 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.462 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.464 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.509 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.513 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.517 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.527 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.531 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.535 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.560 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.565 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.568 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.611 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.616 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.620 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.662 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.667 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.671 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.728 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.733 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.737 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.779 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.784 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.787 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.829 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.833 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.837 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.879 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.883 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.887 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.929 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.934 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.938 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.979 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.984 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:08.988 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.028 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.033 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.037 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.046 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.050 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.054 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.080 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.085 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.088 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.130 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.135 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.138 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.197 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.202 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.206 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.247 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.252 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.255 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.296 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.300 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.304 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.347 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.351 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.355 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.397 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.402 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.405 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.447 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.453 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.457 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.494 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.497 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.500 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.546 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.550 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.554 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.580 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.585 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.589 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.613 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.619 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.623 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.664 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.668 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.672 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.715 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.719 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.723 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.764 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.769 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.773 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.814 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.818 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.822 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.865 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.869 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.872 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.915 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.919 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.923 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.965 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.970 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:09.974 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.014 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.019 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.023 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.082 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.087 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.091 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.232 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.236 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.239 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.582 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.587 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:10.591 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.082 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.087 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.091 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.586 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.591 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.596 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.740 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.744 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.747 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.760 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.762 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.764 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.768 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.772 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.774 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.784 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.789 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.792 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.801 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.807 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.811 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.818 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.824 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.829 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.836 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.842 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.846 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.853 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.857 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.861 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.868 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.874 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.879 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.885 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.890 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.893 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.902 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.907 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.911 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.919 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.924 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.927 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.935 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.939 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.943 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.952 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.957 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.960 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.969 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.974 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.977 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.986 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.991 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:11.995 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.002 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.007 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.012 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.019 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.023 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.026 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.087 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.091 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.095 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.371 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.377 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.379 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.388 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.393 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.398 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.589 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.595 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.599 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.971 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.975 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:12.978 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:13.079 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:13.081 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:32:13.082 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:17.538 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=a06bcb29-42cc-4ba8-bef2-42b0d4049d83 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/29592466_469631768969562_3035816415525016679_n.enc?ccb=11-
4&oh=01_AdR9zeNQISrpOY7z2SkZksz8bb-zmtxfKi5fRvxgkkNriQ&oe=66042581&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=bYsYDERsVQ6FWIcx0lWc8ohxsByShZ5P0jl2uuMQuRs= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240226-WA0003.opus file_size=7741 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708958005000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/29592466_469631768969562_3035816415525016679_n.enc?ccb=11-
4&oh=01_AdR9zeNQISrpOY7z2SkZksz8bb-
zmtxfKi5fRvxgkkNriQ&oe=66042581&_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=130 multicast_id=null
enc_file_hash=FgvW5B+3c8LX+sdJX++ez82Vzdkq9NRh5vytG/gwv+A= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=7741
media_name=null media_duration=3 chat_row_id=31 media_key=[B@dde6999
02-26 09:33:28.063 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:33:28.063 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:33:29.609 5420 5420 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 09:33:29.609 5420 5420 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 09:33:42.468 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:33:42.473 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:33:42.618 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:33:42.620 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:33:42.623 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:33:42.639 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:33:42.662 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.666 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.669 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.688 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.691 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.693 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.716 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.719 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.721 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.765 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.770 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.771 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.782 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.785 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.787 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.799 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.801 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.803 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.815 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.818 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.820 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.832 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.835 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.838 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.849 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.852 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.855 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.866 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.869 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.871 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.882 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.886 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.888 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.899 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.902 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.904 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.916 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.919 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.921 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.932 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.935 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.938 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.949 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.952 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.955 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.966 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.969 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.971 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.983 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.986 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.989 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:42.999 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.003 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.005 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.016 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.018 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.020 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.032 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.035 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.036 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.049 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.052 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.055 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.066 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.070 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.072 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.082 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.085 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.087 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.100 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.103 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.106 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.116 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.119 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.122 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.133 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.136 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.138 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.150 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.153 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.155 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.166 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.170 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.172 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.183 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.186 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.189 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.202 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.206 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.209 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.218 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.223 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.225 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.234 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.239 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.242 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.251 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.256 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.261 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.267 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.272 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.275 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.284 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.290 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.293 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.300 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.303 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.307 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.317 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.321 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.323 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.331 5420 5420 W AudioManager: Use of stream types is deprecated
for operations other than volume control
02-26 09:33:43.331 5420 5420 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=a06bcb29-42cc-4ba8-bef2-42b0d4049d83 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/29592466_469631768969562_3035816415525016679_n.enc?ccb=11-
4&oh=01_AdR9zeNQISrpOY7z2SkZksz8bb-zmtxfKi5fRvxgkkNriQ&oe=66042581&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=bYsYDERsVQ6FWIcx0lWc8ohxsByShZ5P0jl2uuMQuRs= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240226-WA0003.opus file_size=7741 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708958005000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/29592466_469631768969562_3035816415525016679_n.enc?ccb=11-
4&oh=01_AdR9zeNQISrpOY7z2SkZksz8bb-
zmtxfKi5fRvxgkkNriQ&oe=66042581&_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=130 multicast_id=null
enc_file_hash=FgvW5B+3c8LX+sdJX++ez82Vzdkq9NRh5vytG/gwv+A= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=7741
media_name=PTT-20240226-WA0003.opus media_duration=3 chat_row_id=31
media_key=[B@dde6999
02-26 09:33:43.345 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at X.3g7.run(Unknown
Source:1017)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:33:43.345 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:33:43.479 5420 11695 W AudioTrack: getTimestamp_l(988): retrograde
timestamp time corrected, 24357947407321 < 24357951316175
02-26 09:33:43.502 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.507 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.511 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.537 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.541 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.543 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.551 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.555 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.558 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.570 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.574 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.577 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.584 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.588 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.590 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.601 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.605 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.607 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.620 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.626 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.629 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.636 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.640 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.642 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=a06bcb29-42cc-4ba8-bef2-42b0d4049d83 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7117-
24/29592466_469631768969562_3035816415525016679_n.enc?ccb=11-
4&oh=01_AdR9zeNQISrpOY7z2SkZksz8bb-zmtxfKi5fRvxgkkNriQ&oe=66042581&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.0 is_animated_sticker=0
file_hash=bYsYDERsVQ6FWIcx0lWc8ohxsByShZ5P0jl2uuMQuRs= file_path=Media/WhatsApp
Voice Notes/202409/PTT-20240226-WA0003.opus file_size=7741 partial_media_hash=null
face_x=0 face_y=0 height=0 trim_to=0 media_key_timestamp=1708958005000
message_url=https://mmg.whatsapp.net/v/t62.7117-
24/29592466_469631768969562_3035816415525016679_n.enc?ccb=11-
4&oh=01_AdR9zeNQISrpOY7z2SkZksz8bb-
zmtxfKi5fRvxgkkNriQ&oe=66042581&_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=130 multicast_id=null
enc_file_hash=FgvW5B+3c8LX+sdJX++ez82Vzdkq9NRh5vytG/gwv+A= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=7741
media_name=PTT-20240226-WA0003.opus media_duration=3 chat_row_id=31
media_key=[B@dde6999
02-26 09:33:43.649 5420 6778 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at X.31e.A03(Unknown
Source:174)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at X.3Uz.A07(Unknown
Source:381)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at X.3Uz.A02(Unknown
Source:692)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at X.3eS.run(Unknown
Source:4041)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
X.0zr.dispatchMessage(Unknown Source:4)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:33:43.649 5420 6778 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:33:43.652 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.657 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.659 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.671 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.675 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.677 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.684 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.688 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.691 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.702 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.705 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.708 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.718 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.723 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.725 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.737 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.741 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.744 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.752 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.758 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.761 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.768 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.773 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.776 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.785 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.789 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.791 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.802 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.805 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.808 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.819 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.823 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.825 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.836 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.840 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.844 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.852 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.856 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.859 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.870 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.873 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.876 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.886 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.891 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.894 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.903 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.909 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.912 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.921 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.926 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.930 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.936 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.942 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.946 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.953 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.960 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.963 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.970 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.975 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.977 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.986 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.990 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:43.993 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.003 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.006 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.008 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.019 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.022 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.024 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.036 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.039 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.042 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.053 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.057 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.061 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.070 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.075 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.079 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.087 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.093 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.096 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.104 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.110 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.114 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.122 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.127 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.131 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.139 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.144 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.149 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.156 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.161 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.164 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.170 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.176 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.179 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.188 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.192 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.195 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.205 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.210 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.215 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.222 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.228 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.232 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.239 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.246 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.251 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.257 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.263 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.267 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.276 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.281 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.285 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.291 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.296 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.299 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.306 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.311 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.314 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.321 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.326 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.328 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.338 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.343 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.346 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.355 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.361 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.365 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.372 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.377 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.382 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.388 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.395 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.399 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.407 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.412 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.415 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.424 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.429 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.433 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.439 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.445 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.449 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.456 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.461 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.465 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.474 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.479 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.483 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.488 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.495 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.500 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.506 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.512 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.516 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.522 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.528 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.533 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.548 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.554 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.559 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.572 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.579 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.582 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.587 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.592 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.594 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.604 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.608 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.611 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.620 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.624 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.626 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.640 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.644 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.647 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.654 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.659 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.662 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.671 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.675 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.680 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.688 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.693 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.698 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.707 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.724 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.727 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.738 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.743 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.747 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.758 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.762 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.765 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.772 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.781 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.785 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.789 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.794 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.797 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.805 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.810 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.813 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.823 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.828 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.832 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.838 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.844 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.848 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.855 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.861 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.865 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.872 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.878 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.882 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.890 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.895 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.899 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.906 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.910 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.914 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.923 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.929 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.932 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.940 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.946 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.950 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.957 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.963 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:44.966 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.022 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.026 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.030 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.074 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.078 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.082 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.123 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.127 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.131 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.174 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.179 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.182 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.223 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.226 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.230 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.274 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.278 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.282 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.308 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.312 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.316 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.341 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.346 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.349 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.391 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.395 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.399 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.440 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.445 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.449 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.491 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.496 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.500 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.541 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.546 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.550 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.592 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.595 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.600 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.641 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.645 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.649 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.691 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.697 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.700 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.741 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.746 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.750 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.808 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.813 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.817 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.825 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.829 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.833 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.860 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.864 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.868 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.908 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.912 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.916 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.959 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.964 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:45.968 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.010 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.016 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.019 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.058 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.062 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.065 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.109 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.114 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.118 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.160 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.164 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.169 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.209 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.214 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.218 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.260 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.265 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.268 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.309 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.314 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.318 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.326 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.331 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.335 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.360 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.364 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.368 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.411 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.415 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.419 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.460 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.465 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.468 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.527 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.532 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.536 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.577 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.582 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.585 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.627 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.631 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.635 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.794 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.798 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.802 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.827 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.832 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:46.835 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:47.346 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:47.352 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:47.355 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:47.848 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:47.853 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:47.856 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:47.980 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:47.985 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:47.988 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:48.045 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:48.048 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:48.050 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:48.153 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:48.156 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:48.159 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:48.208 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:48.212 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:48.214 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:33:48.324 5420 5420 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 09:33:48.324 5420 5420 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 09:33:53.266 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 09:33:53.299 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 09:33:53.335 5420 5420 W Activity: Can request only one set of permissions
at a time
02-26 09:33:53.575 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:33:53.702 5420 5420 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 09:33:53.702 5420 5420 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 09:33:53.707 5420 5420 W RemoteInputConnectionImpl: getSelectedText on
inactive InputConnection
02-26 09:33:53.790 5420 5420 W RemoteInputConnectionImpl: getTextBeforeCursor on
inactive InputConnection
02-26 09:33:53.794 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:33:53.816 5420 5420 W RemoteInputConnectionImpl: getTextAfterCursor on
inactive InputConnection
02-26 09:33:54.016 5420 5420 W RemoteInputConnectionImpl: getTextBeforeCursor on
inactive InputConnection
02-26 09:33:54.031 5420 5420 W RemoteInputConnectionImpl: getTextAfterCursor on
inactive InputConnection
02-26 09:33:54.047 5420 5420 W RemoteInputConnectionImpl: getTextAfterCursor on
inactive InputConnection
02-26 09:34:00.417 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:34:06.798 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:34:10.413 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:34:11.737 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:34:11.742 5420 5420 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 09:34:11.865 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:34:11.868 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:34:11.871 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 09:34:11.886 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:34:11.905 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.907 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.909 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.919 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.922 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.925 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.934 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.937 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.939 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.951 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.954 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.956 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.974 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.976 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:11.978 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:12.001 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:12.004 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:12.006 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:12.017 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:12.020 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:12.022 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:12.504 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:12.509 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:12.512 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.005 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.009 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.012 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.209 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.213 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.216 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.256 5420 5420 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 09:34:13.256 5420 5420 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 09:34:13.364 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.367 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.370 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.387 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.391 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.394 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.506 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.510 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:13.512 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:14.011 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:14.016 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:14.020 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:14.508 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:14.514 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:14.518 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:15.012 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:15.017 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:15.022 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:15.514 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:15.520 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:15.525 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.014 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.020 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.025 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.218 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.220 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.224 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.243 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.246 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.249 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.260 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.263 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.267 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.276 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.279 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.282 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.293 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.296 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.299 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.310 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.312 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.315 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.328 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.331 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.335 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.344 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.351 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.355 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.377 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.382 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.385 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.395 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.400 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.404 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.410 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.416 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.420 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.459 5420 5420 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
02-26 09:34:16.481 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.485 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.489 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.511 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.516 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.519 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.528 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.533 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.538 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.544 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.549 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.552 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.560 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.563 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.566 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.578 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.582 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.585 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.595 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.597 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.600 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.611 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.614 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.620 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.629 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.633 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.636 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.644 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.648 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.651 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.662 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.665 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.668 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.680 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.685 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.688 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.982 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.990 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:16.994 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.097 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.101 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.105 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.117 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.120 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.123 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.129 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.132 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.135 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.145 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.148 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.151 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.162 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.166 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.175 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.180 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.185 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.188 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.196 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.199 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.202 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.214 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.217 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.221 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.230 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.240 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.250 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.280 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.282 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.286 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.296 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.299 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.302 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.314 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.319 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.323 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.363 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.367 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.370 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.865 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.868 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:17.872 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.014 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.017 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.021 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.283 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.287 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.291 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.532 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.535 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.539 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.666 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.670 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.674 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.835 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.840 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:18.844 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.252 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.255 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.260 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.771 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.775 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.780 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.819 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.822 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.827 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.986 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.991 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:19.995 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.070 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.076 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.081 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.253 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.259 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.263 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.503 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.506 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.510 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.938 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.941 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:20.944 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:21.440 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:21.445 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:21.449 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:21.959 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:21.964 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:21.967 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.240 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.244 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.248 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.643 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.649 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.654 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.696 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.704 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.707 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.725 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.729 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.731 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.742 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.745 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.748 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.759 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.763 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.766 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.776 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.779 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.783 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.792 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.795 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.799 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.809 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.812 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.815 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.826 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.831 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.834 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.843 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.849 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.853 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.860 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.866 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.870 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.877 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.886 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.890 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.910 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.913 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:22.916 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.211 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.217 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.221 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.463 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.468 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.473 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.493 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.496 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.499 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.510 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.513 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.517 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.527 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.530 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.535 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.544 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.553 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.557 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.577 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.581 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.584 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.597 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.601 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.605 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.612 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.617 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.621 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.632 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.636 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.639 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.644 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.649 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.652 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.662 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.667 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.672 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.778 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.781 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:23.785 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.029 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.034 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.041 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.129 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.132 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.139 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.380 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.384 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.388 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.564 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.568 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.572 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.982 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.986 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:24.989 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:25.400 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:25.405 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:25.409 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:25.682 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:25.685 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:25.687 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:25.984 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:25.987 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:25.991 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:26.218 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:26.221 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:26.226 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:26.451 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:26.455 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:26.458 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:26.953 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:26.957 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:26.961 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:27.051 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:27.054 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:27.056 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:27.555 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:27.560 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:27.564 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:28.057 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:28.062 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:28.067 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:28.558 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:28.563 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:28.567 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:29.060 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:29.065 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:29.070 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:29.561 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:29.566 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:29.570 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.079 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.084 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.088 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.513 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.517 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.521 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.627 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.631 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.634 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.795 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.798 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:30.801 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:31.296 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:31.299 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:31.303 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:31.463 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:31.467 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:31.471 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:31.663 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:31.666 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:31.669 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:32.167 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:32.171 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:32.175 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:32.368 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:32.371 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:32.378 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:32.884 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:32.889 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:32.892 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:33.386 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:33.391 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:33.395 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:33.887 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:33.892 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:33.896 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:34.388 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:34.393 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:34.398 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:34.890 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:34.895 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:34.899 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:35.391 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:35.396 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:35.401 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:35.894 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:35.900 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:35.904 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:36.396 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:36.401 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:36.405 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:36.896 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:36.903 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:36.907 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:37.396 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:37.402 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:37.407 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:37.898 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:37.903 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:37.908 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:38.400 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:38.406 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:38.411 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:38.902 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:38.908 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:38.914 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:39.402 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:39.407 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:39.411 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:39.899 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:39.902 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:39.904 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:40.399 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:40.402 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:40.404 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:40.839 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:40.843 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:40.846 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.251 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.253 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.256 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.301 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.303 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.306 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.353 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.358 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.362 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.421 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.426 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.431 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.471 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.476 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.480 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.521 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.526 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.531 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.911 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.915 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:41.918 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:42.124 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:42.128 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:42.132 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:42.308 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:42.312 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:42.316 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:42.824 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:42.829 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:42.833 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.274 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.278 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.282 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.442 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.448 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.452 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.675 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.679 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.684 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.725 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.730 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.735 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.793 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.798 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.802 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.844 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.850 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.855 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.894 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.900 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.904 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.961 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.966 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:43.971 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:44.462 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:44.467 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:44.470 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:44.777 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:44.781 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:44.786 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.028 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.032 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.035 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.546 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.550 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.554 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.579 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.583 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.588 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.713 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.716 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.721 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.829 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.834 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:45.837 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:46.332 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:46.336 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:46.340 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:46.815 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:46.819 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:46.825 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:46.899 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:46.904 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:46.908 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.032 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.037 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.040 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.535 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.539 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.543 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.568 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.571 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.575 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.836 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.840 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:47.858 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:48.202 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:48.207 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:48.210 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:48.520 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:48.523 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:48.526 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:48.770 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:48.774 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:48.777 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:49.290 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:49.295 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:49.300 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:49.607 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:49.610 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:49.613 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:49.991 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:49.995 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:49.998 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.005 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.009 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.013 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.144 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.148 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.152 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.407 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.412 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.415 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.456 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.460 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.463 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.641 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.645 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:50.649 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:51.143 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:51.148 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:51.151 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:51.645 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:51.649 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:51.654 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.147 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.151 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.156 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.264 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.268 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.271 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.428 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.431 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.435 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.629 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.633 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:52.635 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.064 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.068 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.072 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.217 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.221 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.225 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.247 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.252 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.255 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.549 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.552 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.555 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.765 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.770 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:53.774 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:54.250 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:54.254 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:54.257 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:54.417 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:54.423 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:54.428 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:54.919 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:54.924 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:54.929 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.112 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.116 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.119 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.135 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.138 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.141 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.553 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.556 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.559 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.588 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.591 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.594 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.614 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.617 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.636 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.639 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.682 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.685 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.708 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.711 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.722 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.725 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.736 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.739 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.753 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.758 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.770 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.773 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.954 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.956 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:55.965 5420 11553 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 09:34:55.965 5420 11553 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 09:34:55.991 5420 10839 W MediaPlayerNative: info/warning (10973, 0)
02-26 09:34:56.087 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:56.091 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:56.590 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:56.595 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:57.091 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:57.096 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:57.592 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:57.598 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.094 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.099 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.562 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.567 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.592 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.595 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.609 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.613 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.625 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.629 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.642 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.646 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.659 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.664 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.686 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.692 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.710 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.713 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.726 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.728 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.743 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.747 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.759 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.764 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.860 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.865 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.961 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:58.964 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:59.011 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:59.014 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:59.261 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:59.264 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:59.764 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:34:59.769 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.198 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.202 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.220 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.224 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.246 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.249 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.286 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.289 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.303 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.306 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.324 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.327 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.331 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.334 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.347 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.350 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.365 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.369 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.381 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.387 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.397 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.400 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.414 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.417 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.584 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.587 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.595 5420 11553 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 09:35:00.595 5420 11553 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 09:35:00.621 5420 10839 W MediaPlayerNative: info/warning (10973, 0)
02-26 09:35:00.733 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:00.737 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:01.167 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:01.172 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:01.212 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:01.215 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:01.316 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:01.318 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:01.426 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:01.430 5420 5420 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 09:35:01.487 5420 5420 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-26 09:35:07.048 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:35:11.656 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:35:11.691 5420 5420 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.
02-26 09:35:11.691 5420 5420 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.
02-26 09:35:11.709 5420 5420 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.
02-26 09:35:11.709 5420 5420 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.
02-26 09:35:11.717 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=f9ce3ef6-ebfa-4d1b-a5cc-c85a42a76eea transcoded=0 gif_attribution=0
first_scan_length=2480 direct_path=/o1/v/t62.7118-24/f1/m233/up-oil-image-f121f36c-
27b3-43d0-bb72-ca2685faab0b?ccb=9-
4&oh=01_AdTDjPyBqKo_pSFDKPIJGvhh9mFOLKIqv1vl69MiNQm3eg&oe=66040A53&_nc_sid=000000
thumbnail_height_width_ratio=0.8645833 is_animated_sticker=0
file_hash=72G9VYnW9qOLbFY+USk0IYIG2LQS8wiyDyQRSNqGMlk=
file_path=Media/.Statuses/d03c188df17b4a62864bac69613cb4ef.jpg file_size=14427
partial_media_hash=Rni6Q0l6t9ySORh4aY1hwW6R94n9UwsY+J5NjPIyDPc= face_x=0 face_y=0
height=528 trim_to=0 media_key_timestamp=1708952696000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m233/up-oil-image-
f121f36c-27b3-43d0-bb72-ca2685faab0b?ccb=9-
4&oh=01_AdTDjPyBqKo_pSFDKPIJGvhh9mFOLKIqv1vl69MiNQm3eg&oe=66040A53&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=604 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=112 multicast_id=null
enc_file_hash=zXM8Zssi5fodKLTcWAsZgiK7LC68qRoj563mQBCU2WY= mute_video=0
page_count=0 first_scan_sidecar=[B@9fc76c3 suspicious_content=0 file_length=14427
media_name=null media_duration=0 chat_row_id=14 media_key=[B@a802b40
02-26 09:35:11.977 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:35:11.977 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=fb2882b8-c294-4fde-982e-4edc532d79ca transcoded=0 gif_attribution=0
first_scan_length=1775 direct_path=/o1/v/t62.7118-24/f1/m231/up-oil-image-c87f3720-
1c88-4635-9691-0f32ecdfcf05?ccb=9-4&oh=01_AdQHhwfZxDtrxjCpahHHKmrOSGlcXwgtfl-
ilEOUluEZWg&oe=6603F3A3&_nc_sid=000000 thumbnail_height_width_ratio=1.2151898
is_animated_sticker=0 file_hash=CJfykYtczDJSHjCRAlUhl5i8PiPkUE2Qs8paLnOLGAI=
file_path=Media/.Statuses/bb7e8a9603a4487ead05ceb8880e3215.jpg file_size=6666
partial_media_hash=PJcejw2Ukxzsr7GOyhZ1fTtydxOQ+obiSvMGFwr/Kbs= face_x=0 face_y=0
height=610 trim_to=0 media_key_timestamp=1708953048000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m231/up-oil-image-
c87f3720-1c88-4635-9691-0f32ecdfcf05?ccb=9-
4&oh=01_AdQHhwfZxDtrxjCpahHHKmrOSGlcXwgtfl-
ilEOUluEZWg&oe=6603F3A3&_nc_sid=000000&mms3=true media_caption=null trim_from=0
mime_type=image/jpeg partial_media_enc_hash=null width=506 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=113 multicast_id=null
enc_file_hash=nMJJu2JOcnB9kshnGtNyUP/CPzQI/1UaxP91211Tq7M= mute_video=0
page_count=0 first_scan_sidecar=[B@4484959 suspicious_content=0 file_length=6666
media_name=null media_duration=0 chat_row_id=14 media_key=[B@cf6891e
02-26 09:35:12.278 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:35:12.278 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:35:12.991 5420 5420 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.
02-26 09:35:12.992 5420 5420 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.
02-26 09:35:12.999 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=805b8571-cbc9-4c97-847a-fb97a1977f74 transcoded=0 gif_attribution=0
first_scan_length=1608 direct_path=/o1/v/t62.7118-24/f1/m234/up-oil-image-191b11b5-
5e25-48a8-913c-1759b41def09?ccb=9-
4&oh=01_AdR801bcSGnQXGXhqROV913YRtBeltXCbwH_Fym6XqvjjQ&oe=6604069F&_nc_sid=000000
thumbnail_height_width_ratio=1.1707317 is_animated_sticker=0
file_hash=et9jPYBinAS/5DMm60WkZr+o43nUQOt933wVazAjbNA=
file_path=Media/.Statuses/c0213ee9e4764faeb2b005927bbd2469.jpg file_size=7015
partial_media_hash=/TpCtUnpW29btBYQMMSOkPZ33jzmQEivZQ+iE57bB1A= face_x=276
face_y=101 height=615 trim_to=0 media_key_timestamp=1708953048000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m234/up-oil-image-
191b11b5-5e25-48a8-913c-1759b41def09?ccb=9-
4&oh=01_AdR801bcSGnQXGXhqROV913YRtBeltXCbwH_Fym6XqvjjQ&oe=6604069F&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=527 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=114 multicast_id=null
enc_file_hash=jnh+mi5WYB4LEQ6UCXdSfoMFVuyIZ9Phrr6h5o4Co2k= mute_video=0
page_count=0 first_scan_sidecar=[B@49ae571 suspicious_content=0 file_length=7015
media_name=null media_duration=0 chat_row_id=14 media_key=[B@e424f56
02-26 09:35:13.296 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:35:13.296 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:35:14.761 5420 8152 W Parcel : Expecting binder but got null!
02-26 09:35:14.787 5420 5420 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.
02-26 09:35:14.787 5420 5420 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.
02-26 09:35:14.804 5420 5420 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.
02-26 09:35:14.804 5420 5420 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.
02-26 09:35:14.818 5420 5420 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.
02-26 09:35:14.818 5420 5420 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.
02-26 09:35:14.825 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=c86140b5-2389-44a8-87af-0b6906826433 transcoded=0 gif_attribution=0
first_scan_length=2682 direct_path=/o1/v/t62.7118-24/f1/m269/up-oil-image-f93147dc-
5ee0-4a0d-b629-dc336b32dd63?ccb=9-4&oh=01_AdS7x-JnBOZYpavu-DJnL-
iN26hND17eDTDYCksZGDTU7A&oe=66040E97&_nc_sid=000000
thumbnail_height_width_ratio=2.2325583 is_animated_sticker=0
file_hash=j9AmLjvZYUx9f1FryTtxyHNltsU2QortLKkHdBf3LeY=
file_path=Media/.Statuses/be35061f7e664f9086ad73e28752e672.jpg file_size=13537
partial_media_hash=5sicpNEn4fdNusdNOymlmP78ADpnt9tp5r/4U2KhfIg= face_x=0 face_y=0
height=1080 trim_to=0 media_key_timestamp=1708953048000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m269/up-oil-image-
f93147dc-5ee0-4a0d-b629-dc336b32dd63?ccb=9-4&oh=01_AdS7x-JnBOZYpavu-DJnL-
iN26hND17eDTDYCksZGDTU7A&oe=66040E97&_nc_sid=000000&mms3=true media_caption=null
trim_from=0 mime_type=image/jpeg partial_media_enc_hash=null width=486
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=115 multicast_id=null
enc_file_hash=DQbB+gDHLjQJ9flqHAsOXpgwX1Pxi5XIWh0AFFYKKLg= mute_video=0
page_count=0 first_scan_sidecar=[B@b11fba6 suspicious_content=0 file_length=13537
media_name=null media_duration=0 chat_row_id=14 media_key=[B@9b8e9e7
02-26 09:35:15.082 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:35:15.082 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:35:15.583 5420 5420 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.
02-26 09:35:15.583 5420 5420 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.
02-26 09:35:15.593 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=38c01bba-defe-4700-ae39-248e92f57821 transcoded=0 gif_attribution=0
first_scan_length=4512 direct_path=/o1/v/t62.7118-24/f1/m232/up-oil-image-716c8bc9-
f73d-460f-b286-20b20bbf52f3?ccb=9-4&oh=01_AdQGCbK6KNCNZptbFkLBg90Ku4x3KtqvsPNC7iC-
0xwt5Q&oe=660400C2&_nc_sid=000000 thumbnail_height_width_ratio=1.0222223
is_animated_sticker=0 file_hash=uZdPswFI6IzZSdrbWyjIUdvqiPS8ZS/u2O9GKKbwAwQ=
file_path=Media/.Statuses/eacd5772d9f84955a0ea24e62d412932.jpg file_size=30503
partial_media_hash=+cOOvBg4cOa9qFULcDPdYhnsg07ttNJfD3Fncw4jOpA= face_x=0 face_y=0
height=733 trim_to=0 media_key_timestamp=1708953048000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m232/up-oil-image-
716c8bc9-f73d-460f-b286-20b20bbf52f3?ccb=9-
4&oh=01_AdQGCbK6KNCNZptbFkLBg90Ku4x3KtqvsPNC7iC-
0xwt5Q&oe=660400C2&_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=116 multicast_id=null
enc_file_hash=QT7uSQ1oz8dl4mv5Dk00Yx3HBmyxy6cIiBYehojlgTI= mute_video=0
page_count=0 first_scan_sidecar=[B@9e5ae19 suspicious_content=0 file_length=30503
media_name=null media_duration=0 chat_row_id=14 media_key=[B@22ceede
02-26 09:35:16.056 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:35:16.056 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:35:16.248 5420 5420 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.
02-26 09:35:16.248 5420 5420 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.
02-26 09:35:16.537 5420 5420 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.
02-26 09:35:16.537 5420 5420 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.
02-26 09:35:16.543 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:17.970 5420 5420 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.
02-26 09:35:17.970 5420 5420 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.
02-26 09:35:18.273 5420 5420 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.
02-26 09:35:18.273 5420 5420 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.
02-26 09:35:18.280 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:18.660 5420 5420 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.
02-26 09:35:18.660 5420 5420 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.
02-26 09:35:18.668 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=85d3ced8-88a4-45cf-a5cf-23a36071b609 transcoded=0 gif_attribution=0
first_scan_length=6275 direct_path=/v/t62.7118-
24/40711366_1531116687738704_4671841071320149385_n.enc?ccb=11-
4&oh=01_AdQ0iJ5vYzg6zssecWK6JLzi1-ApiKqwbkvcRbDf3x1nkw&oe=6603E47B&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.1612903 is_animated_sticker=0
file_hash=4qcjBuh/IrSw2bJEkqknAC3IIycETQSqQGZu59Hn+bQ=
file_path=Media/.Statuses/eadb21afec0d4499971ae69daf1a3c87.jpg file_size=42695
partial_media_hash=fYIkLFVNCiPVTRRcQwmXqW95oQzUony+tL7P8eW5hyk= face_x=0 face_y=0
height=825 trim_to=0 media_key_timestamp=1708791847000
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/40711366_1531116687738704_4671841071320149385_n.enc?ccb=11-
4&oh=01_AdQ0iJ5vYzg6zssecWK6JLzi1-
ApiKqwbkvcRbDf3x1nkw&oe=6603E47B&_nc_sid=5e03e0&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=117 multicast_id=null
enc_file_hash=a17yv+n9JtTng5d/RPmpuoQm2Xwtbi6WnOpY8hBLlug= mute_video=0
page_count=0 first_scan_sidecar=[B@e8526d0 suspicious_content=0 file_length=42695
media_name=null media_duration=0 chat_row_id=14 media_key=[B@56516c9
02-26 09:35:18.960 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:35:18.960 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:35:19.206 5420 5420 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.
02-26 09:35:19.206 5420 5420 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.
02-26 09:35:19.214 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=f0078cc6-405a-4760-96b5-2be759a80d61 transcoded=0 gif_attribution=0
first_scan_length=3513 direct_path=/o1/v/t62.7118-24/f1/m237/up-oil-image-5c14ba4b-
7749-4c68-9730-e95b74368ae5?ccb=9-
4&oh=01_AdQkR0I46WlCK42mvfHB1gjeGWxUjYXvTlVlsxAJ9Tkimg&oe=6603EC4F&_nc_sid=000000
thumbnail_height_width_ratio=1.1267606 is_animated_sticker=0
file_hash=UTkvW6AeDlrYgD4bTTwyzNI9Q5gzB2bOOZH8yFRNEN0=
file_path=Media/.Statuses/c7266dad92de456e983de3dca7e641ef.jpg file_size=19349
partial_media_hash=LTgpk3O1cOogZ44skbypxK2oi6iozckB1BmcK3YJQNY= face_x=0 face_y=0
height=640 trim_to=0 media_key_timestamp=1708953048000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m237/up-oil-image-
5c14ba4b-7749-4c68-9730-e95b74368ae5?ccb=9-
4&oh=01_AdQkR0I46WlCK42mvfHB1gjeGWxUjYXvTlVlsxAJ9Tkimg&oe=6603EC4F&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=566 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=118 multicast_id=null
enc_file_hash=6wMVuJoQP4WMIewpOwgXk72/vwaD2RzCxieC6H+QG6c= mute_video=0
page_count=0 first_scan_sidecar=[B@fa76606 suspicious_content=0 file_length=19349
media_name=null media_duration=0 chat_row_id=14 media_key=[B@a0074c7
02-26 09:35:19.577 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:35:19.577 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:35:19.741 5420 5420 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.
02-26 09:35:19.741 5420 5420 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.
02-26 09:35:19.751 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=7ebc5f9b-820c-458a-b965-531e356be27b transcoded=0 gif_attribution=0
first_scan_length=2356 direct_path=/o1/v/t62.7118-24/f1/m269/up-oil-image-0097c203-
5d36-4544-b84b-07754dcd4cc3?ccb=9-4&oh=01_AdTkVsPWcfBOs1YnrB6WMp34o4-
1wSsFizHj0pHx5Ks1nA&oe=66040D01&_nc_sid=000000
thumbnail_height_width_ratio=1.0434783 is_animated_sticker=0
file_hash=ckQGSHc1ReqAWRxZYCCAXpliEb0UFH4wolwhssYKBsY=
file_path=Media/.Statuses/2ab7c2d6d46842c7bd2c74283286dc87.jpg file_size=11456
partial_media_hash=ww1JcJjSpx6kZ57CeVujXD1/QrHZWXBMXkZWaZHmlPs= face_x=0 face_y=0
height=546 trim_to=0 media_key_timestamp=1708953048000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m269/up-oil-image-
0097c203-5d36-4544-b84b-07754dcd4cc3?ccb=9-4&oh=01_AdTkVsPWcfBOs1YnrB6WMp34o4-
1wSsFizHj0pHx5Ks1nA&oe=66040D01&_nc_sid=000000&mms3=true media_caption=null
trim_from=0 mime_type=image/jpeg partial_media_enc_hash=null width=526
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=119 multicast_id=null
enc_file_hash=Z9ezLVBZz2201IBaAFrXJmF0mXEejlbSKOmynuLYDzI= mute_video=0
page_count=0 first_scan_sidecar=[B@29551f9 suspicious_content=0 file_length=11456
media_name=null media_duration=0 chat_row_id=14 media_key=[B@823f53e
02-26 09:35:20.129 5420 6777 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 09:35:20.129 5420 6777 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 09:35:20.262 5420 5420 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.
02-26 09:35:20.262 5420 5420 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.
02-26 09:35:20.270 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:20.697 5420 6777 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=d67710f9-1f08-424c-b990-567988cb429a transcoded=0 gif_attribution=0
first_scan_length=3054 direct_path=/o1/v/t62.7118-24/f1/m238/up-oil-image-e43f0e54-
e118-451f-a143-3e03f8c2c2c8?ccb=9-
4&oh=01_AdQLBz4mWIJilUjOk_ZpfL0uvXeQF5nckdFO_PKCZdJP0A&oe=6603F04D&_nc_sid=000000
thumbnail_height_width_ratio=1.050633 is_animated_sticker=0
file_hash=2MIuRQpNzvf1nwY7O4dCZ1R9FIynZH8RaAsWOJWTx/Y=
file_path=Media/.Statuses/13d31150107947629c958bed9834ffa5.jpg file_size=17253
partial_media_hash=3SwopXU0NTMTfQf0k8Ta9WO1OWVbD65MgSDjvmQeN2g= face_x=0 face_y=0
--------- beginning of main
02-26 09:35:20.863 5420 5420 E RecyclerView: No adapter attached; skipping layout
02-26 09:35:37.579 12159 12159 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 09:35:37.712 12159 12159 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 09:35:37.713 12159 12159 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 09:35:37.713 12159 12159 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 09:35:37.713 12159 12159 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 09:35:37.713 12159 12159 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 09:35:37.713 12159 12159 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 09:35:37.713 12159 12159 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 09:35:37.713 12159 12159 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 09:35:37.713 12159 12159 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 09:35:37.713 12159 12159 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 09:35:37.713 12159 12159 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 09:35:37.713 12159 12159 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 09:35:37.713 12159 12159 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 09:35:37.713 12159 12159 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 09:35:37.713 12159 12159 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 09:35:37.713 12159 12159 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 09:35:37.713 12159 12159 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 09:35:37.713 12159 12159 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 09:35:37.713 12159 12159 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 09:35:37.713 12159 12159 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 09:35:37.713 12159 12159 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 09:35:37.713 12159 12159 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 09:35:37.713 12159 12159 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 09:35:37.763 12159 12159 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 09:35:37.822 12159 12179 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 09:35:38.192 12159 12159 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 09:35:38.192 12159 12159 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 09:35:38.381 12159 12210 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 09:35:38.381 12159 12210 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 09:35:38.381 12159 12210 W com.whatsapp: and incorrect proguard
optimizations.
02-26 10:16:31.922 12159 12167 W com.whatsapp: Reducing the number of considered
missed Gc histogram windows from 240 to 100
02-26 10:16:36.927 12159 12167 W com.whatsapp: Suspending all threads took: 6.115ms
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=c52cd395-e7fc-4487-8031-9ee964e22980 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/35105872_25226601530286536_7730053993152456994_n.enc?ccb=11-
4&oh=01_AdTW281BRQiT3CZdH6yZOOurA2CI-5I3MGZ5aUBAPOcCyQ&oe=66043471&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=y5TpCiay1zlCe8rUmM1gOyvF60IulZedoAkjRjLHbMc= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1708959676000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/35105872_25226601530286536_7730053993152456994_n.enc?ccb=11-
4&oh=01_AdTW281BRQiT3CZdH6yZOOurA2CI-
5I3MGZ5aUBAPOcCyQ&oe=66043471&_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=133 multicast_id=null
enc_file_hash=k18SeCr8y9F+WVPBWB9zG/jwTiabYOdy1SXT6mQjQXM= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1539768
media_name=null media_duration=15 chat_row_id=14 media_key=[B@cd4460c
02-26 10:17:09.046 12159 12207 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 10:17:09.046 12159 12207 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 10:44:35.823 12159 12159 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 10:44:35.876 12159 12167 W com.whatsapp: Reducing the number of considered
missed Gc histogram windows from 164 to 100
02-26 10:44:35.981 12159 12159 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 10:44:36.351 12159 12159 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 10:44:36.407 12159 12159 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 10:44:36.456 12159 12159 W Activity: Can request only one set of permissions
at a time
02-26 10:44:36.526 12159 28533 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 10:44:36.526 12159 28533 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 10:44:36.526 12159 28533 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 10:44:36.526 12159 28533 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 10:44:36.526 12159 28533 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 10:44:36.526 12159 28533 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 10:44:36.527 12159 28533 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 10:44:36.527 12159 28533 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 10:44:36.551 12159 28533 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 10:44:36.551 12159 28533 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 10:44:36.670 12159 12159 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 10:44:36.704 12159 28530 W Parcel : Expecting binder but got null!
02-26 10:44:37.202 12159 12167 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=52904ea5-5ae4-4398-bfb8-c5905613ef71 transcoded=0 gif_attribution=0
first_scan_length=6230 direct_path=/o1/v/t62.7118-24/f1/m231/up-oil-image-b5c2ec0d-
9ac4-4fcb-8923-0d828b204186?ccb=9-
4&oh=01_AdQAiswaI8ja5ffF7G15CFR8te_NVuZ4nzsz1H4HTKBDRQ&oe=66041C3F&_nc_sid=000000&_
nc_hot=1708961003 thumbnail_height_width_ratio=1.25 is_animated_sticker=0
file_hash=tS1KI4+s7ln2q9tu0U8RlP5eibIaGJXr4TS3ByYg0FI=
file_path=Media/.Statuses/4d4782a8453b4bf2bb48792752d81d50.jpg file_size=48901
partial_media_hash=xhIGffk+7rET23MOJU4aOCYX0wecyjJJSlxa07rwgIg= face_x=0 face_y=0
height=1080 trim_to=0 media_key_timestamp=1708960816000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m231/up-oil-image-
b5c2ec0d-9ac4-4fcb-8923-0d828b204186?ccb=9-
4&oh=01_AdQAiswaI8ja5ffF7G15CFR8te_NVuZ4nzsz1H4HTKBDRQ&oe=66041C3F&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=864 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=135 multicast_id=null
enc_file_hash=gK9h0K5QYeQeKLGt6Eg4yC+NjqW4tnI/2mHS/jJDpmg= mute_video=0
page_count=0 first_scan_sidecar=[B@db479a3 suspicious_content=0 file_length=48901
media_name=null media_duration=0 chat_row_id=14 media_key=[B@9f9a4a0
02-26 10:44:37.616 12159 12207 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 10:44:37.616 12159 12207 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=077f2d68-30bd-4667-bb03-e735a5241252 transcoded=0 gif_attribution=0
first_scan_length=7456 direct_path=/o1/v/t62.7118-24/f1/m232/up-oil-image-040f95be-
bba0-4555-a26d-74a488f3ff98?ccb=9-
4&oh=01_AdSofn7vwXanSOsf5WNk4PBgecJznzFMBi0reSzTNna6IA&oe=6604309B&_nc_sid=000000&_
nc_hot=1708961027 thumbnail_height_width_ratio=1.25 is_animated_sticker=0
file_hash=PRR0J8fTdKqreAfxNJEfPcjvBk03T/D2BpJdnFCeTfg=
file_path=Media/.Statuses/cd28855d634f42319b4da5ae02dfff12.jpg file_size=69042
partial_media_hash=V+nvyBjkgQN/Ml/Uutyc6zA9BwHj51PI9FsBVWLlK9Y= face_x=0 face_y=0
height=1080 trim_to=0 media_key_timestamp=1708960816000
message_url=https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m232/up-oil-image-
040f95be-bba0-4555-a26d-74a488f3ff98?ccb=9-
4&oh=01_AdSofn7vwXanSOsf5WNk4PBgecJznzFMBi0reSzTNna6IA&oe=6604309B&_nc_sid=000000&m
ms3=true media_caption=null trim_from=0 mime_type=image/jpeg
partial_media_enc_hash=null width=864 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=136 multicast_id=null
enc_file_hash=5vrmV/a6mnkvQ9ReaZjet1/soZEjfVLhASbzgAxhzP0= mute_video=0
page_count=0 first_scan_sidecar=[B@aaad901 suspicious_content=0 file_length=69042
media_name=null media_duration=0 chat_row_id=14 media_key=[B@a2e3a6
02-26 10:44:37.961 12159 12207 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 10:44:37.961 12159 12207 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 10:44:38.636 12159 12159 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 10:44:39.163 12159 28597 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 10:44:39.436 12159 12159 E RecyclerView: No adapter attached; skipping layout
02-26 10:44:39.470 12159 28530 W Parcel : Expecting binder but got null!
02-26 10:44:39.518 12159 12159 E RecyclerView: No adapter attached; skipping layout
02-26 10:44:39.527 12159 12159 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 10:44:42.425 12159 28608 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-26 10:44:42.425 12159 28608 E RenderScript: Failed to load runtime , loading
default
02-26 10:44:42.641 12159 12159 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 10:44:42.648 12159 12159 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 10:44:42.828 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 10:44:42.832 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 10:44:42.854 12159 28530 W Parcel : Expecting binder but got null!
02-26 10:44:42.914 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:42.916 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:42.957 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:42.959 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:43.012 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:43.014 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:43.508 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:43.511 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:44.014 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:44.019 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:44.514 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:44.520 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:45.016 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:45.022 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:45.515 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:45.521 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:46.018 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:46.023 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:46.520 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:46.526 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:47.022 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:47.027 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:47.522 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:47.528 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:47.707 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:47.713 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:47.722 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:47.728 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:48.022 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:48.027 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:48.058 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:48.061 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:48.143 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:48.145 12159 12159 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 10:44:49.559 12159 28530 W Parcel : Expecting binder but got null!
02-26 10:44:51.231 12159 28530 W Parcel : Expecting binder but got null!
02-26 10:44:51.269 12159 12159 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.
02-26 10:44:51.269 12159 12159 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.
02-26 10:44:51.342 12159 12159 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.
02-26 10:44:51.342 12159 12159 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.
02-26 10:44:51.364 12159 12159 E RecyclerView: No adapter attached; skipping layout
02-26 10:44:51.368 12159 28649 W VideoCapabilities: Unsupported mime
image/vnd.android.heic
02-26 10:44:51.371 12159 28649 W AudioCapabilities: Unsupported mime audio/x-ima
02-26 10:44:51.371 12159 28649 W AudioCapabilities: Unsupported mime audio/mpeg-L1
02-26 10:44:51.372 12159 28649 W AudioCapabilities: Unsupported mime audio/mpeg-L2
02-26 10:44:51.372 12159 28649 W VideoCapabilities: Unsupported mime video/wvc1
02-26 10:44:51.372 12159 28649 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-26 10:44:51.421 12159 28654 W ACodec : Fail to set FramePackingMode(-1010)
02-26 10:44:51.496 12159 28662 W Codec2Client: query -- param skipped: index =
1107298332.
02-26 10:44:51.496 12159 28662 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.
02-26 10:44:51.498 12159 28662 W Codec2Client: query -- param skipped: index =
1342179345.
02-26 10:44:51.498 12159 28662 W Codec2Client: query -- param skipped: index =
2415921170.
02-26 10:44:51.498 12159 28662 W Codec2Client: query -- param skipped: index =
1610614798.
02-26 10:44:51.516 12159 28653 E Surface : freeAllBuffers: 8 buffers were freed
while being dequeued!
02-26 10:44:51.691 12159 28649 W AudioTrack: getTimestamp_l(1084): retrograde
timestamp time corrected, 28593042511278 < 28593048202320
02-26 10:44:52.249 12159 12207 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=c52cd395-e7fc-4487-8031-9ee964e22980 tra--------- beginning of main
02-26 10:45:06.918 12159 28662 W Codec2Client: query -- param skipped: index =
1342179345.
02-26 10:45:06.918 12159 28662 W Codec2Client: query -- param skipped: index =
2415921170.
02-26 10:45:06.918 12159 28662 W Codec2Client: query -- param skipped: index =
1610614798.
02-26 10:45:06.921 12159 28653 E Surface : freeAllBuffers: 12 buffers were freed
while being dequeued!
02-26 10:45:11.045 12159 28530 W Parcel : Expecting binder but got null!
02-26 10:45:12.300 12159 28530 W Parcel : Expecting binder but got null!
02-26 10:45:23.290 12159 28530 E FrameEvents: updateAcquireFence: Did not find
frame.
02-26 10:45:59.000 12159 28530 W Parcel : Expecting binder but got null!
02-26 10:46:05.443 29178 29178 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 10:46:05.570 29178 29178 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 10:46:05.571 29178 29178 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 10:46:05.571 29178 29178 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 10:46:05.571 29178 29178 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 10:46:05.571 29178 29178 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 10:46:05.571 29178 29178 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 10:46:05.571 29178 29178 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 10:46:05.571 29178 29178 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 10:46:05.571 29178 29178 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 10:46:05.571 29178 29178 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 10:46:05.572 29178 29178 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 10:46:05.572 29178 29178 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 10:46:05.572 29178 29178 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 10:46:05.572 29178 29178 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 10:46:05.572 29178 29178 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 10:46:05.572 29178 29178 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 10:46:05.572 29178 29178 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 10:46:05.572 29178 29178 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 10:46:05.572 29178 29178 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 10:46:05.572 29178 29178 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 10:46:05.572 29178 29178 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 10:46:05.572 29178 29178 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 10:46:05.572 29178 29178 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 10:46:05.619 29178 29178 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 10:46:06.018 29178 29178 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 10:46:06.018 29178 29178 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 10:46:06.244 29178 29245 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock--------- beginning of main
02-26 11:08:24.135 7785 7785 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 11:08:24.328 7785 7785 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 11:08:24.331 7785 7785 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 11:08:24.331 7785 7785 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 11:08:24.331 7785 7785 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 11:08:24.331 7785 7785 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 11:08:24.331 7785 7785 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 11:08:24.331 7785 7785 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 11:08:24.331 7785 7785 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 11:08:24.331 7785 7785 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 11:08:24.331 7785 7785 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 11:08:24.331 7785 7785 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 11:08:24.331 7785 7785 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 11:08:24.331 7785 7785 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 11:08:24.331 7785 7785 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 11:08:24.331 7785 7785 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 11:08:24.331 7785 7785 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 11:08:24.331 7785 7785 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 11:08:24.331 7785 7785 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 11:08:24.331 7785 7785 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 11:08:24.331 7785 7785 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 11:08:24.331 7785 7785 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 11:08:24.331 7785 7785 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 11:08:24.331 7785 7785 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 11:08:24.381 7785 7785 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 11:08:25.034 7785 7785 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 11:08:25.034 7785 7785 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 11:36:24.192 7785 7793 W com.whatsapp: Reducing the number of considered
missed Gc histogram windows from 167 to 100
02-26 11:42:19.927 7785 7785 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 11:42:19.927 7785 7785 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 11:42:19.927 7785 7785 W com.whatsapp: and incorrect proguard
optimizations.
02-26 11:42:20.100 7785 7785 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 11:42:20.528 7785 7785 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 11:42:20.565 7785 7785 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 11:42:20.645 7785 7785 W Activity: Can request only one set of permissions
at a time
02-26 11:42:20.815 7785 17835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 11:42:20.815 7785 17835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 11:42:20.815 7785 17835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 11:42:20.815 7785 17835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 11:42:20.815 7785 17835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 11:42:20.815 7785 17835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 11:42:20.815 7785 17835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 11:42:20.815 7785 17835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 11:42:20.859 7785 17835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 11:42:20.860 7785 17835 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 11:42:20.947 7785 7785 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 11:42:20.993 7785 17829 W Parcel : Expecting binder but got null!
02-26 11:42:21.325 7785 17830 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=2a344874-4a1d-4fb7-af8a-128eb4341591 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30528165_923003779129687_5896304804333375894_n.enc?ccb=11-
4&oh=01_AdS3rr1J1sCtqs3-hVLmfBBgidz-A8B10yknufowiK-
Epg&oe=66043526&_nc_sid=5e03e0&_nc_hot=1708965124
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=/3jsSz/U242Y43FIupyAoKAdi5Ogr5LTLBqS+A6kdWo= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1708965122000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30528165_923003779129687_5896304804333375894_n.enc?ccb=11-
4&oh=01_AdS3rr1J1sCtqs3-hVLmfBBgidz-A8B10yknufowiK-
Epg&oe=66043526&_nc_sid=5e03e0&mms3=true media_caption=null trim_from=0
mime_type=video/mp4 partial_media_enc_hash=null width=720 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=137 multicast_id=null
enc_file_hash=oRHSB+5B8pAN4fYXy4u8yywb+zZWvqyMFR6Yx5X+yoY= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=7043144
media_name=null media_duration=18 chat_row_id=14 media_key=[B@d7055ca
02-26 11:42:22.600 7785 7833 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 11:42:22.600 7785 7833 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 11:42:25.845 7785 7785 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 11:42:26.822 7785 17957 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 11:42:27.208 7785 7785 E RecyclerView: No adapter attached; skipping layout
02-26 11:42:27.257 7785 17829 W Parcel : Expecting binder but got null!
02-26 11:42:27.332 7785 7785 E RecyclerView: No adapter attached; skipping layout
02-26 11:42:27.344 7785 7785 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 11:42:29.649 7785 17829 W Parcel : Expecting binder but got null!
02-26 12:21:22.160 7785 17829 W Parcel : Expecting binder but got null!
02-26 12:21:25.697 7785 17829 W Parcel : Expecting binder but got null!
02-26 12:21:28.500 7785 7793 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 12:21:34.621 7785 25864 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-26 12:21:34.621 7785 25864 E RenderScript: Failed to load runtime , loading
default
02-26 12:21:34.889 7785 7785 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 12:21:34.897 7785 7785 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 12:21:35.121 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 12:21:35.126 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 12:21:35.159 7785 17829 W Parcel : Expecting binder but got null!
02-26 12:21:35.198 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:35.202 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:35.219 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:35.222 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:35.246 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:35.248 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:35.293 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:35.295 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:35.790 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:35.795 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:36.092 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
0--------- beginning of main
02-26 12:21:36.094 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:36.291 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:36.297 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:36.540 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:36.544 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:36.649 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:36.651 7785 7785 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:21:43.683 26085 26085 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 12:21:43.795 26085 26085 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 12:21:43.796 26085 26085 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 12:21:43.796 26085 26085 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 12:21:43.796 26085 26085 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 12:21:43.796 26085 26085 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 12:21:43.796 26085 26085 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 12:21:43.796 26085 26085 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 12:21:43.796 26085 26085 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 12:21:43.796 26085 26085 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 12:21:43.796 26085 26085 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 12:21:43.796 26085 26085 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 12:21:43.796 26085 26085 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 12:21:43.796 26085 26085 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 12:21:43.796 26085 26085 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 12:21:43.796 26085 26085 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 12:21:43.796 26085 26085 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 12:21:43.796 26085 26085 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 12:21:43.796 26085 26085 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 12:21:43.796 26085 26085 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 12:21:43.796 26085 26085 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 12:21:43.796 26085 26085 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 12:21:43.796 26085 26085 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 12:21:43.796 26085 26085 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 12:21:43.846 26085 26085 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 12:21:44.260 26085 26085 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 12:21:44.261 26085 26085 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 12:21:44.452 26085 26137 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 12:21:44.452 26085 26137 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 12:21:44.452 26085 26137 W com.whatsapp: and incorrect proguard
optimizations.
02-26 12:40:46.049 26085 26093 W com.whatsapp: Reducing the number of considered
missed Gc histogram windows from 105 to 100
02-26 12:48:27.935 26085 26085 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 12:48:28.121 26085 26085 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 12:48:28.440 26085 26085 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 12:48:28.466 26085 26085 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 12:48:28.530 26085 4198 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 12:48:28.530 26085 4198 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 12:48:28.530 26085 4198 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 12:48:28.531 26085 4198 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 12:48:28.531 26085 4198 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 12:48:28.531 26085 4198 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 12:48:28.531 26085 4198 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 12:48:28.531 26085 4198 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 12:48:28.549 26085 26085 W Activity: Can request only one set of permissions
at a time
02-26 12:48:28.560 26085 4198 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 12:48:28.560 26085 4198 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 12:48:28.791 26085 26085 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 12:48:28.861 26085 4180 W Parcel : Expecting binder but got null!
02-26 12:48:28.878 26085 26093 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 12:48:29.145 26085 4192 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 12:48:34.536 26085 26085 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 12:48:35.483 26085 4323 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 12:48:35.885 26085 26085 E RecyclerView: No adapter attached; skipping layout
02-26 12:48:35.938 26085 4180 W Parcel : Expecting binder but got null!
02-26 12:48:35.999 26085 26085 E RecyclerView: No adapter attached; skipping layout
02-26 12:48:36.011 26085 26085 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 12:48:37.778 26085 4180 W Parcel : Expecting binder but got null!
02-26 12:48:39.014 26085 4379 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-26 12:48:39.015 26085 4379 E RenderScript: Failed to load runtime , loading
default
02-26 12:48:39.234 26085 26085 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 12:48:39.241 26085 26085 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 12:48:39.481 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 12:48:39.485 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 12:48:39.489 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 12:48:39.515 26085 4180 W Parcel : Expecting binder but got null!
02-26 12:48:39.544 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.546 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.547 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.570 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.572 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.574 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.584 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.588 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.590 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.639 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.642 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:39.644 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:40.122 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:40.128 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:40.132 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:40.623 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:40.629 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:40.633 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:41.142 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:41.147 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:41.151 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:41.644 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:41.650 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:41.655 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:42.142 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:42.147 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:42.152 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:42.628 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:42.632 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:42.635 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.148 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.152 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.157 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.320 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.322 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.324 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.645 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.648 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.651 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.654 26085 26085 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 12:48:43.654 26085 26085 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 12:48:43.790 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.794 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.798 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.811 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.813 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:43.817 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.146 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.149 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.152 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.646 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.650 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.656 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.708 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.711 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.714 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.731 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.736 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.743 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.763 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.766 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.769 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.779 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.783 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.785 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.796 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.799 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.802 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.814 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.817 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.819 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.829 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.833 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.835 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.846 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.849 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.851 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.863 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.865 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.868 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.881 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.883 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.885 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.897 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.901 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:44.904 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:45.098 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:45.102 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:45.105 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:45.248 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:45.252 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:45.256 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:45.751 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:45.756 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:45.761 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.251 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.256 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.260 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.286 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.289 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.293 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.321 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.325 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.329 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.363 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.365 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.384 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.387 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.432 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.434 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.459 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.462 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.487 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.490 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.504 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.509 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.535 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.543 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.720 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.724 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.749 26085 4222 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 12:48:46.749 26085 4222 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 12:48:46.818 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.821 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.937 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.941 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.954 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.958 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.967 26085 26099 W MediaPlayerNative: info/warning (10973, 0)
02-26 12:48:46.968 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.972 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.992 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:46.995 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.020 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.036 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.053 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.058 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.090 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.096 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.120 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.129 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.154 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.162 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.185 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.189 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.219 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.228 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.303 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.306 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.386 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.390 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.470 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.474 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.705 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.708 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.822 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:47.825 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:48.039 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:48.044 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:48.507 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:48.510 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:48.925 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:48.930 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.009 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.014 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.042 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.045 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.092 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.098 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.160 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.164 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.210 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.215 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.260 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.264 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.327 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.333 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.379 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.384 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.393 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.399 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.425 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.428 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.441 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.444 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.458 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.461 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.475 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.478 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.491 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.494 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.510 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.514 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.526 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.530 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.544 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.549 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.559 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.565 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.577 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.584 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.593 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.597 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.877 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:49.883 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:50.378 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:50.383 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:50.577 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:50.581 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:50.677 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:50.680 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:50.771 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:50.773 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:50.857 26085 26085 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 4986--------- beginning of main
02-26 12:48:53.663 26085 26085 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 12:48:53.667 26085 26085 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 12:48:53.834 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 12:48:53.840 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 12:48:53.865 26085 4180 W Parcel : Expecting binder but got null!
02-26 12:48:53.905 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:53.908 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:53.930 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:53.933 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:53.965 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:53.968 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:54.015 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:54.018 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:54.507 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:54.513 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:54.837 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:54.839 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:55.087 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:48:55.098 26085 26085 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 12:57:24.173 7377 7377 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 12:57:24.622 7377 7377 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 12:57:24.624 7377 7377 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 12:57:24.624 7377 7377 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 12:57:24.624 7377 7377 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 12:57:24.624 7377 7377 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 12:57:24.624 7377 7377 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 12:57:24.624 7377 7377 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 12:57:24.624 7377 7377 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 12:57:24.624 7377 7377 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 12:57:24.624 7377 7377 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 12:57:24.624 7377 7377 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 12:57:24.624 7377 7377 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 12:57:24.624 7377 7377 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 12:57:24.624 7377 7377 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 12:57:24.624 7377 7377 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 12:57:24.624 7377 7377 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 12:57:24.624 7377 7377 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 12:57:24.624 7377 7377 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 12:57:24.624 7377 7377 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 12:57:24.624 7377 7377 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 12:57:24.624 7377 7377 W System.err: at
java.lang.reflect.Method.invoke(Nati--------- beginning of main
02-26 12:57:24.779 7377 7377 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 12:57:25.704 7377 7377 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 12:57:25.704 7377 7377 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 12:57:26.130 7377 7425 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 12:57:26.130 7377 7425 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 12:57:26.130 7377 7425 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:13:36.656 10856 10856 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:13:36.799 10856 10856 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:13:36.799 10856 10856 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:13:36.799 10856 10856 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:13:36.799 10856 10856 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:13:36.799 10856 10856 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:13:36.799 10856 10856 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:13:36.799 10856 10856 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:13:36.799 10856 10856 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:13:36.799 10856 10856 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:13:36.799 10856 10856 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:13:36.799 10856 10856 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:13:36.799 10856 10856 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:13:36.799 10856 10856 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:13:36.799 10856 10856 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:13:36.799 10856 10856 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:13:36.799 10856 10856 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:13:36.799 10856 10856 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:13:36.799 10856 10856 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:13:36.799 10856 10856 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:13:36.799 10856 10856 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:13:36.799 10856 10856 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:13:36.799 10856 10856 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:13:36.799 10856 10856 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:13:36.827 10856 10856 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:13:37.263 10856 10856 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTi--------- beginning
of main
02-26 13:13:58.461 10856 10856 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:13:58.461 10856 10856 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:13:58.461 10856 10856 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:13:58.564 10856 10856 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 13:13:58.853 10856 10856 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:13:58.874 10856 10856 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:13:58.934 10856 10856 W Activity: Can request only one set of permissions
at a time
02-26 13:13:59.054 10856 11256 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:13:59.054 10856 11256 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:13:59.054 10856 11256 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:13:59.054 10856 11256 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:13:59.054 10856 11256 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:13:59.054 10856 11256 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:13:59.054 10856 11256 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:13:59.054 10856 11256 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:13:59.084 10856 11256 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:13:59.084 10856 11256 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:13:59.123 10856 10856 E ViewRootImpl@fcb7143[HomeActivity]: Surface is not
valid.
02-26 13:13:59.195 10856 10856 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:13:59.220 10856 11251 W Parcel : Expecting binder but got null!
02-26 13:14:00.496 10856 10856 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:14:00.544 10856 11251 W Parcel : Expecting binder but got null!
02-26 13:14:01.087 10856 11301 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:14:01.344 10856 10856 E RecyclerView: No adapter attached; skipping layout
02-26 13:14:01.351 10856 10868 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:14:01.385 10856 11251 W Parcel : Expecting binder but got null!
02-26 13:14:01.436 10856 10856 E RecyclerView: No adapter attached; skipping layout
02-26 13:14:01.444 10856 10856 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:15:04.314 11892 11892 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:15:04.417 11892 11892 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:15:04.418 11892 11892 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:15:04.418 11892 11892 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:15:04.418 11892 11892 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:15:04.418 11892 11892 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:15:04.418 11892 11892 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:15:04.418 11892 11892 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:15:04.418 11892 11892 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:15:04.418 11892 11892 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:15:04.418 11892 11892 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:15:04.418 11892 11892 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:15:04.418 11892 11892 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:15:04.418 11892 11892 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:15:04.418 11892 11892 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:15:04.418 11892 11892 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:15:04.418 11892 11892 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:15:04.418 11892 11892 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:15:04.418 11892 11892 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:15:04.418 11892 11892 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:15:04.418 11892 11892 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:15:04.418 11892 11892 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:15:04.418 11892 11892 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:15:04.418 11892 11892 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:15:04.461 11892 11892 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:15:04.501 11892 11921 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:15:04.610 11892 11892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:15:04.610 11892 11892 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:15:04.713 11892 11969 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:15:04.713 11892 11969 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:15:04.713 11892 11969 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:15:04.726 11892 11892 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:15:04.897 11892 11892 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 13:15:05.204 11892 11892 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:15:05.226 11892 11992 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:15:05.226 11892 11992 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:15:05.226 11892 11992 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:15:05.227 11892 11992 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:15:05.227 11892 11992 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:15:05.227 11892 11992 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:15:05.227 11892 11992 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:15:05.227 11892 11992 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:15:05.231 11892 11892 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:15:05.263 11892 11892 W Activity: Can request only one set of permissions
at a time
02-26 13:15:05.279 11892 11992 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:15:05.279 11892 11992 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:15:05.524 11892 11892 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:15:05.556 11892 11983 W Parcel : Expecting binder but got null!
02-26 13:15:06.664 11892 11892 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:15:07.052 11892 12145 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:15:07.351 11892 11892 E RecyclerView: No adapter attached; skipping layout
02-26 13:15:07.389 11892 11983 W Parcel : Expecting binder but got null!
02-26 13:15:07.461 11892 11892 E RecyclerView: No adapter attached; skipping layout
02-26 13:15:07.484 11892 11892 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:15:11.097 11892 11983 W Parcel : Expecting binder but got null!
02-26 13:15:11.141 11892 11892 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.
02-26 13:15:11.141 11892 11892 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.
02-26 13:15:11.267 11892 11892 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.
02-26 13:15:11.267 11892 11892 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.
02-26 13:15:11.291 11892 11892 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.
02-26 13:15:11.291 11892 11892 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.
02-26 13:15:11.297 11892 12665 W VideoCapabilities: Unsupported mime
image/vnd.android.heic
02-26 13:15:11.302 11892 12665 W AudioCapabilities: Unsupported mime audio/x-ima
02-26 13:15:11.304 11892 12665 W AudioCapabilities: Unsupported mime audio/mpeg-L1
02-26 13:15:11.304 11892 12665 W AudioCapabilities: Unsupported mime audio/mpeg-L2
02-26 13:15:11.305 11892 12665 W VideoCapabilities: Unsupported mime video/wvc1
02-26 13:15:11.305 11892 12665 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-26 13:15:11.316 11892 11892 E RecyclerView: No adapter attached; skipping layout
02-26 13:15:11.317 11892 11892 E RecyclerView: No adapter attached; skipping layout
02-26 13:15:11.467 11892 12686 W ACodec : Fail to set FramePackingMode(-1010)
02-26 13:15:11.693 11892 12699 W Codec2Client: query -- param skipped: index =
1107298332.
02-26 13:15:11.693 11892 12699 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.
02-26 13:15:11.711 11892 12699 W Codec2Client: query -- param skipped: index =
1342179345.
02-26 13:15:11.711 11892 12699 W Codec2Client: query -- param skipped: index =
2415921170.
02-26 13:15:11.711 11892 12699 W Codec2Client: query -- param skipped: index =
1610614798.
02-26 13:15:11.817 11892 12684 E Surface : freeAllBuffers: 12 buffers were freed
while being dequeued!
02-26 13:15:12.690 11892 11900 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=2a344874-4a1d-4fb7-af8a-128eb4341591 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30528165_923003779129687_5896304804333375894_n.enc?ccb=11-
4&oh=01_AdS3rr1J1sCtqs3-hVLmfBBgidz-A8B10yknufowiK-
Epg&oe=66043526&_nc_sid=5e03e0&_nc_hot=1708965124
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=/3jsSz/U242Y43FIupyAoKAdi5Ogr5LTLBqS+A6kdWo=
file_path=Media/.Statuses/28f24346d9ac42bda53cfe2a46cd883d.mp4 file_size=7043144
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1708965122000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30528165_923003779129687_5896304804333375894_n.enc?ccb=11-
4&oh=01_AdS3rr1J1sCtqs3-hVLmfBBgidz-A8B10yknufowiK-
Epg&oe=66043526&_nc_sid=5e03e0&mms3=true media_caption=null trim_from=0
mime_type=video/mp4 partial_media_enc_hash=null width=720 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=137 multicast_id=null
enc_file_hash=oRHSB+5B8pAN4fYXy4u8yywb+zZWvqyMFR6Yx5X+yoY= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=7043144
media_name=null media_duration=18 chat_row_id=14 media_key=[B@77c5faf
02-26 13:15:14.353 11892 11966 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 13:15:14.353 11892 11966 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 13:15:30.516 11892 12699 W Codec2Client: query -- param skipped: index =
1342179345.
02-26 13:15:30.516 11892 12699 W Codec2Client: query -- param skipped: index =
2415921170.
02-26 13:15:30.516 11892 12699 W Codec2Client: query -- param skipped: index =
1610614798.
02-26 13:15:30.520 11892 12684 E Surface : freeAllBuffers: 12 buffers were freed
while being dequeued!
02-26 13:15:30.540 11892 11892 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.
02-26 13:15:30.540 11892 11892 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.
02-26 13:15:30.554 11892 11892 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.
02-26 13:15:30.554 11892 11892 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.
02-26 13:15:32.064 11892 12917 W ACodec : Fail to set FramePackingMode(-1010)
02-26 13:15:32.122 11892 12922 W Codec2Client: query -- param skipped: index =
1107298332.
02-26 13:15:32.122 11892 12922 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.
02-26 13:15:32.127 11892 12922 W Codec2Client: query -- param skipped: index =
1342179345.
02-26 13:15:32.127 11892 12922 W Codec2Client: query -- param skipped: index =
2415921170.
02-26 13:15:32.127 11892 12922 W Codec2Client: query -- param skipped: index =
1610614798.
02-26 13:15:39.144 11892 12922 W Codec2Client: query -- param skipped: index =
1342179345.
02-26 13:15:39.144 11892 12922 W Codec2Client: query -- param skipped: index =
2415921170.
02-26 13:15:39.144 11892 12922 W Codec2Client: query -- param skipped: index =
1610614798.
02-26 13:15:39.148 11892 12916 E Surface : freeAllBuffers: 12 buffers were freed
while being dequeued!
02-26 13:15:43.682 11892 11892 E RecyclerView: No adapter attached; skipping layout
02-26 13:16:04.909 11892 11983 W Parcel : Expecting binder but got null!
02-26 13:16:06.284 11892 11892 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
--------- beginning of system
02-26 13:16:06.284 11892 11892 W ViewRootImpl@db8d7d2[PopupWindow:744925d]:
Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE,
actionButton=0, id[0]=0, x[0]=-119.40332, y[0]=103.1499,
toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0,
flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=35736050,
downTime=35736041, deviceId=4, source=0x1002, displayId=0, eventId=825575231 }
02-26 13:16:06.285 11892 11892 E ViewRootImpl@db8d7d2[PopupWindow:744925d]:
mStopped=false mHasWindowFocus=true mPausedForTransition=false
02-26 13:16:06.285 11892 11892 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 13:16:07.137 11892 11983 W Parcel : Expecting binder but got null!
02-26 13:16:08.438 11892 11892 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:16:08.560 11892 11892 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:16:08.608 11892 11983 W Parcel : Expecting binder but got null!
02-26 13:16:13.901 11892 11983 W Parcel : Expecting binder but got null!
02-26 13:16:15.375 11892 11983 W Parcel : Expecting binder but got null!
02-26 13:16:18.198 11892 11892 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-26 13:16:18.234 11892 11983 W Parcel : Expecting binder but got null!
02-26 13:16:18.651 12999 12999 E count_switching: Not starting debugger since
process cannot load the jdwp agent.
02-26 13:16:18.732 12999 12999 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:16:18.732 12999 12999 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:16:18.732 12999 12999 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:16:18.732 12999 12999 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:16:18.732 12999 12999 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:16:18.732 12999 12999 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:16:18.732 12999 12999 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:16:18.732 12999 12999 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:16:18.732 12999 12999 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:16:18.732 12999 12999 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:16:18.732 12999 12999 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:16:18.732 12999 12999 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:16:18.732 12999 12999 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:16:18.732 12999 12999 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:16:18.732 12999 12999 W System.err: at andr--------- beginning of main
02-26 13:16:18.823 12999 12999 W count_switching: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:18.823 12999 12999 W count_switching: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:16:18.923 12999 12999 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:16:18.960 12999 13041 W Parcel : Expecting binder but got null!
02-26 13:16:19.531 13053 13053 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:16:19.593 13053 13053 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:16:19.593 13053 13053 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:16:19.593 13053 13053 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:16:19.593 13053 13053 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:16:19.593 13053 13053 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:16:19.593 13053 13053 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:16:19.593 13053 13053 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:16:19.593 13053 13053 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:16:19.593 13053 13053 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:16:19.593 13053 13053 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:16:19.593 13053 13053 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:16:19.593 13053 13053 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:16:19.593 13053 13053 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:16:19.594 13053 13053 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:16:19.594 13053 13053 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:16:19.594 13053 13053 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:16:19.594 13053 13053 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:16:19.594 13053 13053 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:16:19.594 13053 13053 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:16:19.594 13053 13053 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:16:19.594 13053 13053 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:16:19.594 13053 13053 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:16:19.594 13053 13053 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:16:19.621 13053 13053 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:16:19.873 13095 13095 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:16:19.941 13095 13095 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:16:19.941 13095 13095 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:16:19.941 13095 13095 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:16:19.941 13095 13095 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:16:19.941 13095 13095 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:16:19.941 13095 13095 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:16:19.941 13095 13095 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:16:19.941 13095 13095 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:16:19.941 13095 13095 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:16:19.941 13095 13095 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:16:19.941 13095 13095 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:16:19.941 13095 13095 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:16:19.941 13095 13095 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:16:19.941 13095 13095 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:16:19.941 13095 13095 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:16:19.941 13095 13095 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:16:19.941 13095 13095 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:16:19.941 13095 13095 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:16:19.941 13095 13095 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:16:19.941 13095 13095 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:16:19.941 13095 13095 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:16:19.941 13095 13095 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:16:19.941 13095 13095 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:16:19.968 13095 13095 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:16:20.079 13095 13095 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:20.079 13095 13095 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:16:20.666 13095 13148 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:16:20.666 13095 13148 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:16:20.666 13095 13148 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:16:20.675 13095 13095 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:16:20.892 13095 13163 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
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.whatsapp/files/ShortcutInfoCompatSaver_share_targets/targets.xml:
open failed: ENOENT (No such file or directory)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
02-26 13:16:20.892 13095 13163 E Sh--------- beginning of main
02-26 13:16:19.968 13095 13095 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:16:20.079 13095 13095 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:20.079 13095 13095 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:16:20.666 13095 13148 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:16:20.666 13095 13148 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:16:20.666 13095 13148 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:16:20.675 13095 13095 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:16:20.892 13095 13163 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
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver:
java.io.FileNotFoundException:
/data/user/0/com.whatsapp/files/ShortcutInfoCompatSaver_share_targets/targets.xml:
open failed: ENOENT (No such file or directory)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:574)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at X.0nz.run(Unknown
Source:82)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8624)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: ... 7 more
02-26 13:16:20.943 13095 13095 W Activity: Can request only one set of permissions
at a time
02-26 13:16:21.008 13095 13095 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:16:21.029 13095 13160 W Parcel : Expecting binder but got null!
02-26 13:16:21.281 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.281 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.281 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.282 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.282 13095 13095 E com.whatsapp: InortcutInfoCompatSaver: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
java.lang.Thread.run(Thread.java:1012)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.Linux.open(Native Method)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8624)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: at
libcore.io.IoBridge.open(IoBridge.java:560)
02-26 13:16:20.892 13095 13163 E ShortcutInfoCompatSaver: ... 7 more
02-26 13:16:20.943 13095 13095 W Activity: Can request only one set of permissions
at a time
02-26 13:16:21.008 13095 13095 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:16:21.029 13095 13160 W Parcel : Expecting binder but got null!
02-26 13:16:21.281 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.281 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.281 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.282 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.282 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.282 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.282 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:21.282 13095 13095 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:22.955 12999 13041 W Parcel : Expecting binder but got null!
02-26 13:16:28.266 13233 13233 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:16:28.340 13233 13233 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:16:28.340 13233 13233 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:16:28.340 13233 13233 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:16:28.340 13233 13233 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:16:28.340 13233 13233 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:16:28.340 13233 13233 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:16:28.340 13233 13233 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:16:28.340 13233 13233 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:16:28.340 13233 13233 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:16:28.340 13233 13233 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:16:28.340 13233 13233 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:16:28.340 13233 13233 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:16:28.340 13233 13233 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:16:28.340 13233 13233 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:16:28.340 13233 13233 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:16:28.340 13233 13233 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:16:28.340 13233 13233 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:16:28.340 13233 13233 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:16:28.340 13233 13233 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:16:28.340 13233 13233 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:16:28.341 13233 13233 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:16:28.341 13233 13233 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:16:28.341 13233 13233 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:16:28.345 13233 13233 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:16:28.480 13233 13233 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:28.480 13233 13233 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:16:28.919 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:16:28.940 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:16:28.967 13233 13233 W Activity: Can request only one set of permissions
at a time
02-26 13:16:28.987 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:28.987 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:16:29.122 13233 13233 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:16:29.148 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:29.914 13233 13253 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:16:31.763 13233 13233 E ArmVmp : Match on catch block at 0x0a in---------
beginning of main
02-26 13:16:28.341 13233 13233 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:16:28.341 13233 13233 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:16:28.341 13233 13233 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:16:28.345 13233 13233 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:16:28.480 13233 13233 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:28.480 13233 13233 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:16:28.919 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:16:28.940 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:16:28.953 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:16:28.967 13233 13233 W Activity: Can request only one set of permissions
at a time
02-26 13:16:28.987 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:16:28.987 13233 13314 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:16:29.122 13233 13233 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:16:29.148 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:29.914 13233 13253 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:16:31.763 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:16:31.994 13233 13432 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:16:32.217 13233 13233 E RecyclerView: No adapter attached; skipping layout
02-26 13:16:32.245 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:32.282 13233 13233 E RecyclerView: No adapter for 0x7b18e69035
02-26 13:16:31.994 13233 13432 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:16:32.217 13233 13233 E RecyclerView: No adapter attached; skipping layout
02-26 13:16:32.245 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:32.282 13233 13233 E RecyclerView: No adapter attached; skipping layout
02-26 13:16:32.297 13233 13233 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:16:33.843 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:35.743 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:37.900 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:39.138 13233 13233 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-26 13:16:39.189 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:39.192 13233 13241 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:16:40.989 13233 13233 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 13:16:41.704 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:16:41.723 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:16:41.859 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:16:41.881 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:16:42.133 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:47.902 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69041
02-26 13:16:47.915 13233 13233 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-26 13:16:47.962 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:51.073 12999 13007 W count_switching: Cleared Reference was only
reachable from finalizer (only reported once)
02-26 13:16:54.854 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:16:54.870 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:16:54.959 13233 13233 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:54.960 13233 13233 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-26 13:16:54.960 13233 13233 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-26 13:16:54.960 13233 13233 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-26 13:16:54.960 13233 13233 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-26 13:16:54.961 13233 13233 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-26 13:16:54.961 13233 13233 W System.err: at mbattached; skipping layout
02-26 13:16:32.297 13233 13233 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:16:33.843 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:35.743 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:37.900 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:39.138 13233 13233 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-26 13:16:39.189 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:39.192 13233 13241 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:16:40.989 13233 13233 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 13:16:41.704 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:16:41.723 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:16:41.859 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:16:41.881 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:16:42.133 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:47.902 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69041
02-26 13:16:47.915 13233 13233 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-26 13:16:47.962 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:16:51.073 12999 13007 W count_switching: Cleared Reference was only
reachable from finalizer (only reported once)
02-26 13:16:54.854 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:16:54.870 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:16:54.959 13233 13233 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:54.960 13233 13233 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-26 13:16:54.960 13233 13233 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-26 13:16:54.960 13233 13233 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-26 13:16:54.960 13233 13233 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-26 13:16:54.961 13233 13233 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-26 13:16:54.961 13233 13233 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-26 13:16:54.961 13233 13233 W System.err: at
mbmodsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native Method)
02-26 13:16:54.961 13233 13233 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-26 13:16:54.961 13233 13233 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-26 13:16:54.961 13233 13233 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-26
13:16:54.962modsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native
Method)
02-26 13:16:54.961 13233 13233 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-26 13:16:54.961 13233 13233 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-26 13:16:54.961 13233 13233 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-26 13:16:54.962 13233 13233 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:16:54.962 13233 13233 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:16:54.962 13233 13233 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:16:54.962 13233 13233 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:16:54.962 13233 13233 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:16:54.962 13233 13233 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:16:54.963 13233 13233 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:54.963 13233 13233 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-26 13:16:54.963 13233 13233 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-26 13:16:54.963 13233 13233 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-26 13:16:54.963 13233 13233 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-26 13:16:54.963 13233 13233 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-26 13:16:54.963 13233 13233 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-26 13:16:54.963 13233 13233 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-26 13:16:54.963 13233 13233 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-26 13:16:54.964 13233 13233 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-26 13:16:54.964 13233 13233 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-26 13:16:54.964 13233 13233 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-26 13:16:54.964 13233 13233 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-26 13:16:54.964 13233 13233 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-26 13:16:54.964 13233 13233 W System.err: at
mbmodsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native Method)
02-26 13:16:54.964 13233 13233 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-26 13:16:54.964 13233 13233 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-26 13:16:54.964 13233 13233 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-26 13:16:54.964 13233 13233 W System.err: at android.app.Activi 13233 13233 W
System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
02-26 13:16:54.962 13233 13233 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:16:54.962 13233 13233 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:16:54.962 13233 13233 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:16:54.962 13233 13233 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:16:54.962 13233 13233 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:16:54.962 13233 13233 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:16:54.962 13233 13233 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:16:54.963 13233 13233 E com.whatsapp: Invalid ID 0x00000000.
02-26 13:16:54.963 13233 13233 W System.err:
android.content.res.Resources$NotFoundException: Array resource ID #0x0
02-26 13:16:54.963 13233 13233 W System.err: at
android.content.res.Resources.obtainTypedArray(Resources.java:790)
02-26 13:16:54.963 13233 13233 W System.err: at
mbmodsd.mbmodsw.ui.views.settings.utils.ImLi_v2.<init>(Unknown Source:32)
02-26 13:16:54.963 13233 13233 W System.err: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-26 13:16:54.963 13233 13233 W System.err: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-26 13:16:54.963 13233 13233 W System.err: at
android.preference.GenericInflater.createItem(GenericInflater.java:392)
02-26 13:16:54.963 13233 13233 W System.err: at
android.preference.GenericInflater.createItemFromTag(GenericInflater.java:439)
02-26 13:16:54.963 13233 13233 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:490)
02-26 13:16:54.964 13233 13233 W System.err: at
android.preference.GenericInflater.rInflate(GenericInflater.java:502)
02-26 13:16:54.964 13233 13233 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:334)
02-26 13:16:54.964 13233 13233 W System.err: at
android.preference.GenericInflater.inflate(GenericInflater.java:271)
02-26 13:16:54.964 13233 13233 W System.err: at
android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:343
)
02-26 13:16:54.964 13233 13233 W System.err: at
android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity
.java:1906)
02-26 13:16:54.964 13233 13233 W System.err: at
mbmodsd.mbmodsw.mbsettings.others.OnlineNotifyActivity.onCreate(Native Method)
02-26 13:16:54.964 13233 13233 W System.err: at
android.app.Activity.performCreate(Activity.java:8591)
02-26 13:16:54.964 13233 13233 W System.err: at
android.app.Activity.performCreate(Activity.java:8570)
02-26 13:16:54.964 13233 13233 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1384)
02-26 13:16:54.964 13233 13233 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4150)
02-26 13:16:54.964 13233 13233 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4325)
02-26 13:16:54.964 13233 13233 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
02-26 13:16:54.964 13233 13233 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbac--------- beginning
of main
02-26 13:16:54.965 13233 13233 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:16:54.965 13233 13233 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:16:54.965 13233 13233 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:16:54.965 13233 13233 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:16:54.965 13233 13233 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:16:54.965 13233 13233 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:16:54.965 13233 13233 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:16:54.986 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:16:55.336 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:17:07.837 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:17:07.847 13233 13233 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-26 13:17:07.905 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:17:09.165 13233 13233 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 13:17:12.587 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:17:12.602 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:17:12.694 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:17:12.709 13233 13233 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:17:12.845 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:17:20.831 13233 13305 W Parcel : Expecting binder but got null!
02-26 13:17:33.465 13568 13568 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:17:33.564 13568 13568 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:17:33.564 13568 13568 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:17:33.564 13568 13568 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:17:33.564 13568 13568 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:17:33.564 13568 13568 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:17:33.564 13568 13568 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:17:33.564 13568 13568 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:17:33.564 13568 13568 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:17:33.564 13568 13568 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:17:33.564 13568 13568 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:17:33.564 13568 13568 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:17:33.564 13568 13568 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:17:33.564 13568 13568 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:17:33.564 13568 13568 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:17:33.564 13568 13568 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:17:33.564 13568 13568 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:17:33.564 13568 13568 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:17:33.564 13568 13568 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:17:33.564 13568 13568 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:17:33.564 13568 13568 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:17:33.564 13568 13568 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:17:33.564 13568 13568 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:17:33.564 13568 13568 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:17:33.594 13568 13568 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:17:33.705 13568 13568 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:17:33.706 13568 13568 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:17:33.783 13568 13627 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:17:33.783 13568 13627 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:17:33.783 13568 13627 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:17:33.790 13568 13568 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:17:33.923 13568 13568 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 13:17:34.181 13568 13568 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:17:34.208 13568 13568 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:17:34.216 13568 13651 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:17:34.216 13568 13651 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:17:34.216 13568 13651 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:17:34.216 13568 13651 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:17:34.216 13568 13651 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:17:34.216 13568 13651 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:17:34.216 13568 13651 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:17:34.216 13568 13651 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:17:34.234 13568 13568 W Activity: Can request only one set of permissions
at a time
02-26 13:17:34.250 13568 13651 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:17:34.250 13568 13651 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:17:34.416 13568 13568 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:17:3--------- beginning of main
02-26 13:17:34.443 13568 13641 W Parcel : Expecting binder but got null!
02-26 13:17:35.362 13568 13568 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:17:35.400 13568 13598 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:17:35.613 13568 13722 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:17:35.853 13568 13568 E RecyclerView: No adapter attached; skipping layout
02-26 13:17:35.881 13568 13641 W Parcel : Expecting binder but got null!
02-26 13:17:35.929 13568 13568 E RecyclerView: No adapter attached; skipping layout
02-26 13:17:35.939 13568 13568 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:17:38.019 13568 13579 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:17:39.554 13759 13759 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:17:39.641 13759 13759 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:17:39.641 13759 13759 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:17:39.641 13759 13759 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:17:39.641 13759 13759 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:17:39.641 13759 13759 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:17:39.641 13759 13759 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:17:39.641 13759 13759 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:17:39.641 13759 13759 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:17:39.641 13759 13759 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:17:39.641 13759 13759 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:17:39.641 13759 13759 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:17:39.641 13759 13759 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:17:39.641 13759 13759 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:17:39.641 13759 13759 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:17:39.641 13759 13759 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:17:39.641 13759 13759 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:17:39.641 13759 13759 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:17:39.641 13759 13759 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:17:39.641 13759 13759 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:17:39.641 13759 13759 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:17:39.641 13759 13759 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:17:39.641 13759 13759 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:17:39.641 13759 13759 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:17:39.671 13759 13759 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:17:39.782 13759 13759 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:17:39.782 13759 13759 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:17:39.889 13759 13759 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:17:39.889 13759 13759 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:17:39.889 13759 13759 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:17:39.890 13759 13814 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:17:40.001 13759 13759 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 13:17:40.261 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:17:40.289 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:17:40.299 13759 13832 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:17:40.299 13759 13832 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:17:40.300 13759 13832 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:17:40.300 13759 13832 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:17:40.300 13759 13832 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:17:40.300 13759 13832 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:17:40.300 13759 13832 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:17:40.300 13759 13832 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:17:40.314 13759 13759 W Activity: Can request only one set of permissions
at a time
02-26 13:17:40.332 13759 13832 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:17:40.332 13759 13832 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:17:40.493 13759 13759 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:17:40.523 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:17:40.980 13759 13787 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:17:42.820 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:17:43.065 13759 13908 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:17:43.295 13759 13759 E RecyclerView: No adapter attached; skipping layout
02-26 13:17:43.326 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:17:43.371 13759 13759 E RecyclerView: No adapter attached; skipping layout
02-26 13:17:43.382 13759 13759 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:17:45.084 13759 13917 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-26 13:17:45.085 13759 13917 E RenderScript: Failed to load runtime , loading
default
02-26 13:17:45.270 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:17:45.275 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:17:45.448 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:17:45.451 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:17:45.469 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:17:45.499 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:45.501 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:45.515 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:45.518 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:45.536 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:45.537 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:45.573 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:45.575 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:46.069 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:46.073 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:46.570 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:46.576 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:47.086 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:47.092 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:47.370 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:47.374 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:47.476 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:47.478 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:47.543 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:47.547 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:17:49.670 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:17:49.675 13759 13771 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:17:51.147 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:17:52.455 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:17:53.841 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:17:59.484 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:18:00.536 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:18:00.554 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:18:00.670 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:18:00.689 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:18:00.903 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:18:07.939 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:18:07.955 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:18:08.047 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:18:08.063 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:18:08.191 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:18:20.184 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:18:41.419 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:18:45.550 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:18:49.425 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:18:51.585 13759 13759 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 13:18:52.493 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:18:52.497 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:18:52.769 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:18:52.779 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:18:52.802 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:18:52.839 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:52.843 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:52.890 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:52.894 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:52.946 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:52.949 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:52.972 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:52.976 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:52.988 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:52.992 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.005 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.009 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.022 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.026 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.038 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.042 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.055 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.059 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.072 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.076 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.088 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.093 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.105 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.109 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.122 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.126 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.139 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.142 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.155 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.159 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.172 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.176 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.189 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.193 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.205 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.209 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.289 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.293 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.390 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.396 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.448 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.453 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.482 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.486 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.507 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.511 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.607 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.611 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.614 13759 13759 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 13:18:53.614 13759 13759 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 13:18:53.707 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.711 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.737 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.743 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.756 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.761 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.806 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.811 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.906 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.910 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.941 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:53.947 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.006 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.010 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.092 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.099 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.208 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.213 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.309 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.313 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.410 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.416 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.442 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.446 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.472 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.476 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.491 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.495 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.508 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.512 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.525 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.529 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.541 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.546 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.558 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.562 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.576 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.581 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.592 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.598 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.609 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.614 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.625 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.629 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.642 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.645 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.659 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.667 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.708 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.712 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.776 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.781 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.810 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.816 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.926 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:54.931 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.027 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.031 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.127 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.132 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.227 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.232 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.244 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.249 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.327 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.334 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.428 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.434 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.528 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.532 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.629 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.634 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.663 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.669 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.696 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.703 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.728 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.735 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.740 13759 13759 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE
spans cannot have a zero length
02-26 13:18:55.751 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.757 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.781 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.788 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.797 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.805 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.813 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.820 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.842 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.846 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.862 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.867 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.879 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.884 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.896 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.900 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.912 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.916 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.930 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.935 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.946 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.951 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.963 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:55.970 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.014 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.020 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.046 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.054 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.064 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.071 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.114 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.121 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.147 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.153 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.246 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.253 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.263 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.269 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.347 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.355 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.448 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.454 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.548 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.555 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.667 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.673 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.715 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.721 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.765 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.771 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.782 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.789 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.866 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.873 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.966 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:56.974 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.066 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.074 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.167 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.174 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.267 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.274 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.301 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.307 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.367 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.374 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.467 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.474 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.500 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.505 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.559 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.562 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.640 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.644 13759 13759 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:18:57.803 13759 13759 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-26 13:18:58.847 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:19:00.274 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:19:01.445 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:19:02.741 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:19:02.758 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:19:02.860 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:19:02.875 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:19:03.002 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:19:08.335 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:19:30.109 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:19:47.021 13759 13759 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-26 13:19:47.061 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:19:49.594 13759 13759 W InputEventReceiver: Attem--------- beginning of
main
02-26 13:19:52.900 13759 13869 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
02-26 13:19:52.900 13759 13869 W Bitmap : Called getByteCount() on a recycle()'d
bitmap! This is undefined behavior!
02-26 13:19:54.703 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:04.976 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:05.936 13759 13759 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 13:20:06.609 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:08.141 13759 13759 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 13:20:08.381 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:09.637 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:12.158 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:20:12.174 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:20:12.276 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:20:12.291 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:20:12.411 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:14.281 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:19.536 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:26.212 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:28.192 13759 13759 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 13:20:28.439 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:29.332 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:30.582 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:20:30.598 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:20:30.691 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:20:30.706 13759 13759 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:20:30.826 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:34.130 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:37.677 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:44.050 13759 13759 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-26 13:20:44.087 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:46.204 13759 13759 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 13:20:46.235 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:54.259 13759 13759 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-26 13:20:54.302 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:20:56.121 13759 13826 W Parcel : Expecting binder but got null!
02-26 13:21:20.950 14479 14479 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:21:21.057 14479 14479 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:21:21.057 14479 14479 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:21:21.057 14479 14479 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:21:21.057 14479 14479 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:21:21.057 14479 14479 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:21:21.057 14479 14479 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:21:21.057 14479 14479 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:21:21.057 14479 14479 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:21:21.057 14479 14479 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:21:21.057 14479 14479 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:21:21.057 14479 14479 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:21:21.057 14479 14479 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:21:21.057 14479 14479 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:21:21.057 14479 14479 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:21:21.057 14479 14479 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:21:21.057 14479 14479 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:21:21.057 14479 14479 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:21:21.057 14479 14479 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:21:21.057 14479 14479 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:21:21.057 14479 14479 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:21:21.057 14479 14479 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:21:21.057 14479 14479 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:21:21.057 14479 14479 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:21:21.064 14479 14479 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:21:21.243 14479 14479 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:21:21.243 14479 14479 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:21:21.722 14479 14479 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:21:21.749 14479 14479 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:21:21.757 14479 14556 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:21:21.757 14479 14556 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:21:21.757 14479 14556 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:21:21.757 14479 14556 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:21:21.757 14479 14556 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:21:21.757 14479 14556 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:21:21.757 14479 14556 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:21:21.757 14479 14556 W com.whatsapp: Accessing hidden me---------
beginning of main
02-26 13:21:21.776 14479 14479 W Activity: Can request only one set of permissions
at a time
02-26 13:21:21.789 14479 14556 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:21:21.789 14479 14556 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:21:21.938 14479 14479 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:21:21.964 14479 14548 W Parcel : Expecting binder but got null!
02-26 13:21:28.514 14479 14587 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:21:40.904 14479 14499 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:21:42.256 14479 14479 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:21:42.526 14479 14479 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:21:42.553 14479 14479 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:21:42.584 14479 14479 W Activity: Can request only one set of permissions
at a time
02-26 13:21:42.584 14479 14479 W Activity: Can request only one set of permissions
at a time
02-26 13:21:43.150 14479 14479 E RecyclerView: No adapter attached; skipping layout
02-26 13:21:43.197 14479 14548 W Parcel : Expecting binder but got null!
02-26 13:21:43.210 14479 14479 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:21:43.414 14479 15419 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:21:43.539 14479 14479 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:21:48.087 15448 15448 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:21:48.184 15448 15448 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:21:48.186 15448 15448 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:21:48.186 15448 15448 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:21:48.186 15448 15448 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:21:48.186 15448 15448 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:21:48.186 15448 15448 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:21:48.186 15448 15448 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:21:48.186 15448 15448 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:21:48.186 15448 15448 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:21:48.186 15448 15448 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:21:48.186 15448 15448 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:21:48.186 15448 15448 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:21:48.186 15448 15448 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:21:48.186 15448 15448 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:21:48.186 15448 15448 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:21:48.186 15448 15448 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:21:48.186 15448 15448 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:21:48.186 15448 15448 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:21:48.186 15448 15448 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:21:48.186 15448 15448 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:21:48.186 15448 15448 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:21:48.186 15448 15448 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:21:48.186 15448 15448 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:21:48.217 15448 15448 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:21:48.243 15448 15476 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:21:48.363 15448 15448 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:21:48.364 15448 15448 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:21:48.456 15448 15518 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:21:48.456 15448 15518 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:21:48.456 15448 15518 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:21:48.459 15448 15448 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:21:48.599 15448 15448 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 13:21:48.865 15448 15448 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:21:48.883 15448 15541 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:21:48.883 15448 15541 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:21:48.883 15448 15541 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:21:48.883 15448 15541 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:21:48.883 15448 15541 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:21:48.883 15448 15541 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:21:48.883 15448 15541 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:21:48.883 15448 15541 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:21:48.891 15448 15448 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:21:48.919 15448 15541 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:21:48.919 15448 15541 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:21:48.935 15448 15448 W Activity: Can request only one set of permissions
at a time
02-26 13:21:49.129 15448 15448 E B--------- beginning of main
02-26 13:21:49.160 15448 15531 W Parcel : Expecting binder but got null!
02-26 13:21:50.379 15448 15461 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:21:53.177 15751 15751 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:21:53.259 15751 15751 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:21:53.259 15751 15751 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:21:53.259 15751 15751 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:21:53.259 15751 15751 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:21:53.259 15751 15751 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:21:53.259 15751 15751 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:21:53.259 15751 15751 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:21:53.259 15751 15751 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:21:53.259 15751 15751 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:21:53.259 15751 15751 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:21:53.259 15751 15751 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:21:53.259 15751 15751 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:21:53.259 15751 15751 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:21:53.259 15751 15751 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:21:53.259 15751 15751 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:21:53.259 15751 15751 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:21:53.259 15751 15751 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:21:53.260 15751 15751 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:21:53.260 15751 15751 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:21:53.260 15751 15751 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:21:53.260 15751 15751 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:21:53.260 15751 15751 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:21:53.260 15751 15751 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:21:53.294 15751 15751 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:21:53.428 15751 15751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:21:53.428 15751 15751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:21:53.664 15751 15848 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:21:53.664 15751 15848 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:21:53.664 15751 15848 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:22:48.477 15751 15751 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:22:48.578 15751 15751 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 13:22:48.864 15751 15751 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:22:48.892 15751 15751 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:22:48.901 15751 16977 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:22:48.901 15751 16977 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:22:48.901 15751 16977 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:22:48.901 15751 16977 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:22:48.901 15751 16977 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:22:48.901 15751 16977 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:22:48.901 15751 16977 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:22:48.902 15751 16977 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:22:48.926 15751 15751 W Activity: Can request only one set of permissions
at a time
02-26 13:22:48.947 15751 16977 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:22:48.947 15751 16977 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:22:49.117 15751 15751 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:22:49.144 15751 16967 W Parcel : Expecting binder but got null!
02-26 13:22:49.221 15751 15762 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:22:50.627 15751 15751 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:22:50.888 15751 17015 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:22:51.160 15751 15751 E RecyclerView: No adapter attached; skipping layout
02-26 13:22:51.192 15751 16967 W Parcel : Expecting binder but got null!
02-26 13:22:51.239 15751 15751 E RecyclerView: No adapter attached; skipping layout
02-26 13:22:51.250 15751 15751 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:22:53.033 15751 16967 W Parcel : Expecting binder but got null!
02-26 13:22:56.796 15751 17056 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-26 13:22:56.796 15751 17056 E RenderScript: Failed to load runtime , loading
default
02-26 13:22:56.855 15751 15751 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6905d
02-26 13:22:56.914 15751 16967 W Parcel : Expecting binder but got null!
02-26 13:22:58.364 15751 16967 W Parcel : Expecting binder but got null!
02-26 13:23:03.730 15751 15751 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:23:03.737 15751 15751 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:23:03.861 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:23:03.864 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:23:03.878 15751 16967 W Parcel : Expecting binder but got null!
02-26 13:23:03.917 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:03.919 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:03.942 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:03.945 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:03.969 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:03.972 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:03.997 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:03.999 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:04.008 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:04.010 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:04.495 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:04.501 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:04.895 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:04.897 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:04.944 15751 15751 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 13:23:04.944 15751 15751 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 13:23:04.994 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:04.998 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:05.013 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:05.016 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:05.027 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:05.037 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:05.497 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:05.502 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.000 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.006 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.500 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.506 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.728 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.731 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.749 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.751 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.764 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.767 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.781 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.786 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.798 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.801 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.814 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.816 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.832 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.837 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.849 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.853 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.868 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.871 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.881 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.885 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.898 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.902 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.915 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:06.917 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:07.094 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:07.097 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:07.119 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:07.122 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:07.417 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:07.422 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:07.918 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:07.923 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.017 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.021 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.520 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.523 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.545 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.548 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.589 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.592 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.601 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.604 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.622 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.625 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.641 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.645 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.669 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.672 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.686 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.689 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.702 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.709 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.737 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.742 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.754 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:08.759 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:09.005 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:09.008 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:09.020 15751 16986 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 13:23:09.020 15751 16986 W MediaPlay--------- beginning of main
02-26 13:23:09.048 15751 17010 W MediaPlayerNative: info/warning (10973, 0)
02-26 13:23:09.053 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:09.059 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:09.556 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:09.561 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:10.026 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:10.031 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:10.061 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:10.065 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:10.560 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:10.564 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:11.061 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:11.066 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:11.562 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:11.567 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:11.628 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:11.632 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:11.830 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:11.833 15751 15751 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:23:11.973 15751 15751 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-26 13:23:16.457 17190 17190 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:23:16.569 17190 17190 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:23:16.571 17190 17190 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:23:16.571 17190 17190 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:23:16.571 17190 17190 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:23:16.571 17190 17190 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:23:16.571 17190 17190 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:23:16.571 17190 17190 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:23:16.571 17190 17190 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:23:16.572 17190 17190 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:23:16.572 17190 17190 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:23:16.572 17190 17190 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:23:16.572 17190 17190 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:23:16.572 17190 17190 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:23:16.572 17190 17190 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:23:16.572 17190 17190 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:23:16.572 17190 17190 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:23:16.572 17190 17190 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:23:16.572 17190 17190 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:23:16.572 17190 17190 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:23:16.572 17190 17190 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:23:16.572 17190 17190 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:23:16.572 17190 17190 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:23:16.572 17190 17190 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:23:16.625 17190 17190 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:23:16.687 17190 17210 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:23:16.878 17190 17190 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:23:16.878 17190 17190 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:23:17.036 17190 17242 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:23:17.036 17190 17242 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:23:17.036 17190 17242 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:23:28.649 17190 17190 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:23:28.749 17190 17190 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 13:23:29.021 17190 17190 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:23:29.050 17190 17190 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:23:29.056 17190 17323 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:23:29.056 17190 17323 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:23:29.056 17190 17323 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:23:29.056 17190 17323 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:23:29.056 17190 17323 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:23:29.056 17190 17323 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:23:29.056 17190 17323 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:23:29.056 17190 17323 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:23:29.078 17190 17190 W Activity: Can request only one set of permissions
at a time
02-26 13:23:29.087 17190 17323 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:23:29.087 17190 17323 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:23:29.249 17190 17190 E BufferQueueProducer: Unable to open
libpenguin.so:--------- beginning of main
02-26 13:23:29.273 17190 17318 W Parcel : Expecting binder but got null!
02-26 13:23:29.902 17190 17190 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:23:30.096 17190 17198 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:23:30.183 17190 17353 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:23:30.458 17190 17190 E RecyclerView: No adapter attached; skipping layout
02-26 13:23:30.487 17190 17318 W Parcel : Expecting binder but got null!
02-26 13:23:30.529 17190 17190 E RecyclerView: No adapter attached; skipping layout
02-26 13:23:30.538 17190 17190 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:23:38.749 17661 17661 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:23:38.829 17661 17661 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:23:38.829 17661 17661 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:23:38.829 17661 17661 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:23:38.829 17661 17661 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:23:38.829 17661 17661 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:23:38.829 17661 17661 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:23:38.829 17661 17661 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:23:38.829 17661 17661 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:23:38.830 17661 17661 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:23:38.830 17661 17661 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:23:38.830 17661 17661 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:23:38.830 17661 17661 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:23:38.830 17661 17661 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:23:38.830 17661 17661 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:23:38.830 17661 17661 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:23:38.830 17661 17661 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:23:38.830 17661 17661 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:23:38.830 17661 17661 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:23:38.830 17661 17661 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:23:38.830 17661 17661 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:23:38.830 17661 17661 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:23:38.830 17661 17661 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:23:38.830 17661 17661 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:23:38.862 17661 17661 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:23:38.906 17661 17681 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:23:39.009 17661 17661 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:23:39.009 17661 17661 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:23:39.147 17661 17721 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:23:39.147 17661 17721 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:23:39.147 17661 17721 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:30:16.731 17661 17661 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:30:16.818 17661 17661 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 13:30:17.095 17661 17661 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:30:17.121 17661 17661 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:30:17.131 17661 18635 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:30:17.131 17661 18635 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:30:17.131 17661 18635 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:30:17.131 17661 18635 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:30:17.131 17661 18635 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:30:17.131 17661 18635 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:30:17.131 17661 18635 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:30:17.131 17661 18635 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:30:17.162 17661 18635 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:30:17.162 17661 18635 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:30:17.179 17661 17661 W Activity: Can request only one set of permissions
at a time
02-26 13:30:17.358 17661 17661 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:30:17.382 17661 18628 W Parcel : Expecting binder but got null!
02-26 13:30:17.846 17661 17669 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:30:19.115 17661 17661 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:30:19.372 17661 18669 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:30:19.646 17661 17661 E RecyclerView: No adapter attached; skipping layout
02-26 13:30:19.677 17661 18628 W Parcel : Expecting binder but got null!
02-26 13:30:19.721 17661 17661 E RecyclerView: No adapter attached; skipping layout
02-26 13:30:19.731 17661 17661 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:30:21.144 17661 18677 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-26 13:30:21.145 17661 18677 E RenderScript: Failed to load runtime , loading
default
02-26 13:30:21.361 17661 17661 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:30:21.366 17661 17661 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:30:21.513 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:30:21.516 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:30:21.518 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:30:21.543 17661 18628 W Parcel : Expecting binder but got null!
02-26 13:30:21.570 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.573 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.575 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.595 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.598 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.600 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.620 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.622 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.623 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.660 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.664 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:21.668 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.165 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.169 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.172 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.319 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.323 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.326 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.393 17661 17661 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 13:30:22.393 17661 17661 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 13:30:22.455 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.457 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.460 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.468 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.473 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.475 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.666 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.670 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:22.673 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.170 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.176 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.182 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.496 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.500 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.505 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.517 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.520 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.522 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.533 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.536 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.539 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.549 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.554 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.556 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.566 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.568 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.571 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.582 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.585 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.588 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.601 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.605 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.608 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.616 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.619 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.621 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.633 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.635 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.638 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.651 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.655 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.658 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.667 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.671 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.674 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.684 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.689 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:23.693 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.003 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.008 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.011 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.187 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.190 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.192 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.202 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.206 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.209 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.217 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.221 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.224 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.235 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.241 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.245 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.251 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.254 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.257 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.267 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.271 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.273 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.284 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.287 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.290 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.301 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.304 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.307 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.318 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.322 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.326 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.336 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.340 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.343 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.351 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.355 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.357 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.369 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.374 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.378 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.386 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.391 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.395 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.704 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.709 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:24.714 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.206 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.211 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.216 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.706 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.712 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.724 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.824 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.829 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.834 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.855 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.859 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.862 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.871 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.874 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.877 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.888 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.892 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.894 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.906 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.910 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.914 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.923 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.927 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.931 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.939 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.942 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.945 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.955 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.959 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.964 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.973 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.977 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.981 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.988 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.992 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:25.997 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.005 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.008 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.011 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.022 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.026 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.030 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.055 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.059 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.065 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.223 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.227 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.233 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.256 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.260 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.264 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.357 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.360 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.363 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.725 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.729 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:26.733 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.227 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.233 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.238 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.342 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.345 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.349 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.844 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.847 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.851 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.910 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.914 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:27.918 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:28.212 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:28.215 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:28.219 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:28.731 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:28.735 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:28.739 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:28.982 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:28.986 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:28.990 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:29.498 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:29.503 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:29.507 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:29.768 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:29.771 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:29.773 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.150 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.155 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.159 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.200 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.205 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.209 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.268 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.273 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.278 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.317 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.321 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.324 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.367 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.373 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.377 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.869 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.873 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:30.878 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.100 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.104 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.107 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.352 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.355 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.359 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.452 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.455 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.461 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.652 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.655 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.658 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.803 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.807 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:31.811 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.087 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.090 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.094 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.253 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.256 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.260 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.505 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.508 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.513 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.673 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.678 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:32.683 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:33.107 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:33.110 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:33.118 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:33.626 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:33.631 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:33.635 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.126 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.131 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.135 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.225 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.229 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.232 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.261 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.264 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.268 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.292 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.296 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.308 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.310 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.348 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.350 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.364 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.367 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.383 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.386 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.394 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.396 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.408 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.412 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.425 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.428 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.442 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.444 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.459 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.462 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.629 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.632 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.645 17661 18647 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 13:30:34.645 17661 18647 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 13:30:34.670 17661 17989 W MediaPlayerNative: info/warning (10973, 0)
02-26 13:30:34.759 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:34.763 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:35.262 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:35.267 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:35.549 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:35.554 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:35.583 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:35.587 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:35.764 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:35.769 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.265 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.274 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.682 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.685 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.699 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.702 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.714 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.718 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.730 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.734 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.747 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.750 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.764 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.769 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.781 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.783 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.800 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.803 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.816 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.822 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.832 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.837 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.848 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.855 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.865 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.870 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.884 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:36.888 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.021 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.025 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.033 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.037 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.047 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.050 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.064 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.067 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.081 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.084 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.097 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.100 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.114 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.117 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.132 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.135 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.148 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.151 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.164 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.167 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.181 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.185 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.199 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.203 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.218 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.223 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.241 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.243 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.264 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.268 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.281 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.285 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.299 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.303 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.315 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.319 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.336 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.340 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.349 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.353 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.365 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.368 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.383 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.387 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.400 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.404 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.417 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.421 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.533 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:37.538 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:38.036 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:38.041 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:38.368 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:38.371 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:38.502 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:38.506 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:38.620 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:38.623 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:38.969 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:38.973 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:39.154 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:39.159 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:39.203 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:39.207 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:39.705 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:39.709 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:39.755 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:39.758 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:40.273 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:40.276 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:40.775 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:40.781 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:40.991 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:40.995 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.014 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.018 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.039 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.042 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.081 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.084 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.098 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.101 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.111 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.114 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.124 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.128 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.142 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.146 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.158 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.162 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.175 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.180 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.191 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.194 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.208 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.211 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.394 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.397 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.409 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.412 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.425 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.428 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.441 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.444 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.458 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.461 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.475 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.479 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.491 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.494 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.508 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.512 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.528 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.532 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.543 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.548 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.560 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.563 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.578 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.581 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.586 17661 18647 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 13:30:41.586 17661 18647 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 13:30:41.591 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.594 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.606 17661 17674 W MediaPlayerNative: info/warning (10973, 0)
02-26 13:30:41.726 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.730 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.779 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.784 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.801 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.804 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.859 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:41.864 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.026 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.030 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.076 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.079 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.244 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.247 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.260 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.263 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.326 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.329 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.830 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.833 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.879 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:42.883 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:43.113 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:43.117 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:43.397 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:43.401 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:43.514 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:43.517 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:43.698 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:43.703 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.199 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.203 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.231 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.235 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.365 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.369 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.566 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.570 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.650 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.655 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.967 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:44.971 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:45.085 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:45.092 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:45.334 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:45.339 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:45.568 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:45.572 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:45.819 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:45.822 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.003 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.006 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.052 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.055 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.071 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.075 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.088 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.093 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.104 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.109 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.120 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.124 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.138 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.142 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.154 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.159 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.171 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.176 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.188 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.193 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.205 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.210 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.221 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.226 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.238 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.243 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.255 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.258 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.271 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.276 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.287 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.292 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.304 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.309 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.321 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.326 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.338 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.343 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.354 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.363 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.373 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.377 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.386 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.390 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.404 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.408 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.423 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.427 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.438 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.443 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.455 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.460 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.555 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.562 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.620 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:46.626 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:47.124 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:47.129 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:47.410 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:47.413 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:47.925 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:47.929 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:48.426 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:48.431 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:48.642 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:48.645 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:48.811 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:48.816 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:48.894 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:48.898 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:49.143 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:49.147 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:49.360 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:49.364 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:49.545 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:49.550 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:49.712 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:49.717 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:50.179 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:50.183 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:50.329 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:50.334 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:50.832 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:50.836 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.127 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.130 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.149 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.155 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.633 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.638 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.715 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.719 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.936 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.941 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.951 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:51.956 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.182 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.186 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.201 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.205 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.351 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.355 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.367 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.370 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.868 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.872 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.887 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:52.891 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:53.388 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:53.393 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:53.820 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:53.824 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:54.022 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:54.027 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:54.524 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:54.528 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:54.682 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:54.684 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:54.706 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:54.710 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:55.176 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:55.180 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:55.677 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:55.682 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:56.178 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:56.183 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:56.679 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:56.684 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:57.180 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:57.185 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:57.682 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:57.687 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:58.184 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:58.190 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:58.365 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:58.368 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:58.382 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:58.385 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:58.766 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:58.770 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:59.050 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:59.054 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:59.569 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:30:59.574 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:00.069 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:00.073 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:00.101 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:00.105 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:00.320 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:00.323 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:00.453 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:00.457 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:00.956 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:00.961 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:01.455 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:01.463 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:01.539 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:01.542 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:01.691 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:01.696 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:01.890 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:01.894 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:02.023 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:02.028 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:02.526 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:02.531 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:02.761 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:02.765 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.176 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.180 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.220 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.224 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.248 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.250 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.287 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.290 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.317 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.320 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.344 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.347 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.361 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.365 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.377 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.382 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.394 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.400 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.410 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.413 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.463 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.466 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.474 17661 18647 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 13:31:03.474 17661 18647 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 13:31:03.496 17661 17675 W MediaPlayerNative: info/warning (10973, 0)
02-26 13:31:03.712 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.716 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.798 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.801 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.817 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:03.821 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:04.214 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:04.219 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:04.715 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:04.720 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:05.097 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:05.102 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:05.237 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:05.240 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:05.438 17661 17661 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-26 13:31:17.697 17661 18628 W Parcel : Expecting binder but got null!
02-26 13:31:24.145 17661 17661 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:31:24.150 17661 17661 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:31:24.317 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:31:24.320 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:31:24.323 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:31:24.340 17661 18628 W Parcel : Expecting binder but got null!
02-26 13:31:24.362 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.366 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.370 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.393 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.396 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.397 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.418 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.420 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.422 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.461 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.463 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.466 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.961 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.966 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:24.969 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:25.461 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:25.465 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:25.468 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:25.966 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:25.971 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:25.974 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:26.467 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:26.472 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:26.475 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:26.967 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:26.971 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:26.974 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.125 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.129 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.131 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.160 17661 17661 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 13:31:27.160 17661 17661 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 13:31:27.246 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.251 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.259 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.268 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.278 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.281 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.466 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.469 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.472 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.824 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.827 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.831 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.852 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.855 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.857 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.867 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.871 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.873 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.883 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.887 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.890 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.900 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.904 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.907 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.917 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.920 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.926 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.935 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.942 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.946 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.968 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.973 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.977 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.984 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.990 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:27.995 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.006 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.009 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.012 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.017 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.022 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.025 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.521 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.526 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.530 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.804 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.807 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.811 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.826 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.830 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.833 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.859 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.862 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.904 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.907 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.926 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.929 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.940 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.943 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.953 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.956 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.970 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.973 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.987 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:28.989 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.003 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.007 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.019 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.023 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.189 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.191 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.196 17661 18647 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 13:31:29.196 17661 18647 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 13:31:29.220 17661 18787 W MediaPlayerNative: info/warning (10973, 0)
02-26 13:31:29.339 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.344 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.457 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.466 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.477 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.480 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.489 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.494 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.508 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.511 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.521 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.529 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.542 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.545 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.556 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.559 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.573 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.577 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.588 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.592 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.605 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.610 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.623 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.628 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.639 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.643 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.656 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.660 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.788 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:29.791 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:30.241 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:30.246 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:30.657 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:30.661 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:30.874 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:30.878 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:31.092 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:31.096 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:31.425 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:31.428 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:31.811 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:31.815 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:32.111 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:32.116 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:32.613 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:32.618 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:32.695 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:32.698 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:32.962 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:32.967 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:33.464 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:33.469 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:33.749 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:33.753 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:34.267 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:34.276 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:34.299 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:34.301 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:34.683 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:34.687 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:35.051 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:35.054 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:35.553 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:35.558 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:35.737 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:35.741 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:36.255 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:36.259 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:36.622 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:36.627 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:37.140 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:37.145 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:37.322 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:37.326 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:37.824 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:37.829 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:38.343 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:38.348 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:38.442 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:38.446 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:38.945 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:38.950 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:39.463 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:39.468 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:39.782 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:39.784 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:40.281 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:40.286 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:40.799 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:40.805 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:41.300 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:41.305 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:41.648 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:41.651 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:41.665 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:41.668 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:42.135 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:42.139 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:42.636 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:42.642 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:43.138 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:43.143 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:43.639 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:43.644 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:43.973 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:43.976 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.000 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.004 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.029 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.032 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.074 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.077 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.096 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.098 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.110 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.113 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.122 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.125 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.139 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.142 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.156 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.159 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.172 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.174 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.188 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.192 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.342 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.344 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.349 17661 18647 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 13:31:44.349 17661 18647 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 13:31:44.369 17661 18787 W MediaPlayerNative: info/warning (10973, 0)
02-26 13:31:44.508 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.512 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.662 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.666 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.677 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:44.681 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:45.009 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:45.013 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:45.511 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:45.516 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:46.012 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:46.017 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:46.513 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:46.517 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:47.016 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:47.020 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:47.515 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:47.520 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:48.018 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:48.023 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:48.150 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:48.154 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:48.279 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:48.281 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:48.346 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:48.348 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:31:48.546 17661 17661 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-26 13:32:56.627 17661 18628 W Parcel : Expecting binder but got null!
02-26 13:32:59.155 17661 17661 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:32:59.159 17661 17661 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:32:59.356 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:32:59.359 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:32:59.361 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:32:59.378 17661 18628 W Parcel : Expecting binder but got null!
02-26 13:32:59.400 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.403 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.406 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.424 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.426 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.428 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.450 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.452 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.454 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.492 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.494 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.497 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.984 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.989 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:32:59.993 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.192 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.196 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.199 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.232 17661 17661 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 13:33:00.232 17661 17661 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 13:33:00.331 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.340 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.344 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.366 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.369 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.371 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.484 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.488 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.491 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.938 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.942 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.946 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.968 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.972 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.975 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.985 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.989 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:00.992 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.002 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.005 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.009 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.018 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.022 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.025 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.035 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.040 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.044 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.053 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.057 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.060 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.069 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.074 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.077 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.086 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.091 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.094 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.102 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.106 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.110 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.119 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.123 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.127 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.136 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.140 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.144 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.251 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.254 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.258 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.755 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.759 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:01.763 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:02.254 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:02.258 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:02.261 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:02.455 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:02.459 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:02.462 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:02.605 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:02.608 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:02.612 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.040 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.044 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.048 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.290 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.294 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.298 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.457 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.461 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.465 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.556 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.560 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.562 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.674 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.680 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.683 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.841 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.844 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:03.848 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.059 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.068 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.081 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.576 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.578 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.581 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.592 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.595 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.599 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.611 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.614 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.617 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.639 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.641 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.704 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.707 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.735 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.738 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.760 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.762 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e690--------- beginning of main
02-26 13:33:04.776 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.779 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.793 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.797 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.810 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:04.814 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.029 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.032 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.038 17661 19661 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 13:33:05.038 17661 19661 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 13:33:05.059 17661 17675 W MediaPlayerNative: info/warning (10973, 0)
02-26 13:33:05.111 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.116 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.312 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.330 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.374 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.403 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.572 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.588 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.950 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:33:05.964 17661 17661 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:02.118 20366 20366 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:34:02.233 20366 20366 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:34:02.235 20366 20366 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:34:02.235 20366 20366 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:34:02.235 20366 20366 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:34:02.235 20366 20366 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:34:02.235 20366 20366 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:34:02.235 20366 20366 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:34:02.235 20366 20366 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:34:02.235 20366 20366 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:34:02.235 20366 20366 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:34:02.235 20366 20366 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:34:02.235 20366 20366 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:34:02.235 20366 20366 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:34:02.235 20366 20366 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:34:02.235 20366 20366 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:34:02.235 20366 20366 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:34:02.235 20366 20366 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:34:02.235 20366 20366 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:34:02.235 20366 20366 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:34:02.235 20366 20366 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:34:02.235 20366 20366 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:34:02.235 20366 20366 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:34:02.235 20366 20366 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:34:02.281 20366 20366 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:34:02.337 20366 20389 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:34:02.659 20366 20366 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:34:02.659 20366 20366 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:34:02.839 20366 20424 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:34:02.839 20366 20424 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:34:02.839 20366 20424 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:34:03.989 20366 20366 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:34:04.107 20366 20366 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 13:34:04.381 20366 20366 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:34:04.403 20366 20366 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:34:04.416 20366 20496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:34:04.416 20366 20496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:34:04.416 20366 20496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:34:04.416 20366 20496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:34:04.416 20366 20496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:34:04.416 20366 20496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:34:04.416 20366 20496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:34:04.416 20366 20496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:34:04.444 20366 20496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:34:04.444 20366 20496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:34:04.458 20366 20366 W Activity: Can request only one set of permissions
at a time
02-26 13:34:04.656 20366 20366 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:34:04.688 20366 20486 W Parcel : Expecting binder but got null!
02-26 13:34:05.312 20366 20366 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:05.966 20366 20563 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:34:06.262 20366 20366 E RecyclerView: No adapter attached; skipping layout
02-26 13:34:06.296 20366 20486 W Parcel : Expecting binder but got null!
02-26 13:34:06.346 20366 20366 E RecyclerView: No adapter attached; skipping layout
02-26 13:34:06.359 20366 20366 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:34:09.283 20366 20575 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-26 13:34:09.283 20366 20575 E RenderScript: Failed to load runtime , loading
default
02-26 13:34:09.440 20366 20366 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:09.445 20366 20366 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:09.675 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:34:09.678 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:34:09.705 20366 20486 W Parcel : Expecting binder but got null!
02-26 13:34:09.737 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:09.739 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:09.763 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:09.765 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:09.777 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:09.779 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:09.818 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:09.819 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:09.945 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:09.947 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:10.113 20366 20486 W Parcel : Expecting binder but got null!
02-26 13:34:10.116 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:10.118 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:10.129 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:10.132 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:10.939 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:10.943 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:11.434 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:11.438 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:11.937 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:11.943 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:12.439 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:12.445 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:12.802 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:12.812 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:12.937 20366 20375 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:34:12.965 20366 20366 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:12.968 20366 20366 E A--------- beginning of main
02-26 13:34:15.040 20627 20627 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:34:15.126 20627 20627 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:34:15.126 20627 20627 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:34:15.126 20627 20627 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:34:15.126 20627 20627 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:34:15.126 20627 20627 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:34:15.126 20627 20627 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:34:15.126 20627 20627 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:34:15.126 20627 20627 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:34:15.126 20627 20627 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:34:15.126 20627 20627 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:34:15.126 20627 20627 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:34:15.126 20627 20627 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:34:15.126 20627 20627 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:34:15.126 20627 20627 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:34:15.126 20627 20627 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:34:15.126 20627 20627 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:34:15.126 20627 20627 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:34:15.126 20627 20627 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:34:15.126 20627 20627 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:34:15.126 20627 20627 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:34:15.126 20627 20627 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:34:15.126 20627 20627 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:34:15.127 20627 20627 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:34:15.132 20627 20627 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:34:15.158 20627 20655 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-26 13:34:15.227 20627 20627 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:34:15.227 20627 20627 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:34:15.622 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:34:15.650 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:34:15.655 20627 20707 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:34:15.655 20627 20707 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:34:15.655 20627 20707 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:34:15.655 20627 20707 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:34:15.655 20627 20707 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:34:15.655 20627 20707 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:34:15.655 20627 20707 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:34:15.655 20627 20707 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:34:15.676 20627 20627 W Activity: Can request only one set of permissions
at a time
02-26 13:34:15.685 20627 20707 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:34:15.685 20627 20707 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:34:15.851 20627 20627 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:34:15.874 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:34:16.994 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:17.265 20627 20774 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:34:17.519 20627 20627 E RecyclerView: No adapter attached; skipping layout
02-26 13:34:17.548 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:34:17.589 20627 20627 E RecyclerView: No adapter attached; skipping layout
02-26 13:34:17.599 20627 20627 W LOTTIE : Animation contains merge paths but they
are disabled.
02-26 13:34:18.429 20627 20782 E RenderScript: Failed to find hal setup entry
points: undefined symbol: rsdHalAbort
02-26 13:34:18.429 20627 20782 E RenderScript: Failed to load runtime , loading
default
02-26 13:34:18.583 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:18.589 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:18.787 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:34:18.790 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:34:18.808 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:34:18.843 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:18.846 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:18.867 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:18.869 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:18.894 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:18.896 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:18.919 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:18.921 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:19.420 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:19.424 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:19.923 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:19.929 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:20.162 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:20.165 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:20.205 20627 20627 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 13:34:20.205 20627 20627 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 13:34:20.281 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:20.284 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:20.302 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:20.305 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:20.421 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:20.425 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:20.924 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:20.929 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.427 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.433 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.541 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.544 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.556 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.560 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.572 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.575 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.589 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.593 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.606 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.610 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.622 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.626 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.639 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.642 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.657 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.661 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.673 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.679 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.690 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.696 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.707 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.712 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.724 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.730 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.739 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.745 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.773 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:21.776 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:22.192 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:22.197 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:22.694 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:22.699 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:22.792 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:22.796 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:23.026 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:23.031 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:23.195 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:23.201 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:23.696 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:23.702 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:23.829 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:23.835 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:24.047 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:24.052 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:24.549 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:24.555 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:24.663 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:24.667 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:24.931 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:24.935 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.234 20627 20638 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:34:25.449 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.453 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.498 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.502 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.534 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.539 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.568 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.573 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.632 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.636 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.658 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.662 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.683 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.686 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.699 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.704 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.716 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.720 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.951 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.956 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:25.966 20627 20719 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 13:34:25.966 20627 20719 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 13:34:26.004 20627 20648 W MediaPlayerNative: info/warning (10973, 0)
02-26 13:34:26.033 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:26.037 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:26.536 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:26.542 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:26.756 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:26.761 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:26.791 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:26.796 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:27.038 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:27.044 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:27.539 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:27.546 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:28.038 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:28.042 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:28.088 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:28.095 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:28.111 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:28.115 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:28.244 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:28.246 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:28.493 20627 20627 E ArmVmp : Match on catch block at 0x1b in for
0x7b18e69029
02-26 13:34:28.494 20627 20627 W System.err:
android.view.WindowManager$BadTokenException: Unable to add window -- token null is
not valid; is your activity running?
02-26 13:34:28.494 20627 20627 W System.err: at
android.view.ViewRootImpl.setView(ViewRootImpl.java:1764)
02-26 13:34:28.494 20627 20627 W System.err: at
android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:567)
02-26 13:34:28.495 20627 20627 W System.err: at
android.view.WindowManagerImpl.addView(WindowManagerImpl.java:148)
02-26 13:34:28.495 20627 20627 W System.err: at
android.widget.PopupWindow.invokePopup(PopupWindow.java:1687)
02-26 13:34:28.495 20627 20627 W System.err: at
android.widget.PopupWindow.showAtLocation(PopupWindow.java:1407)
02-26 13:34:28.495 20627 20627 W System.err: at
android.widget.PopupWindow.showAtLocation(PopupWindow.java:1373)
02-26 13:34:28.495 20627 20627 W System.err: at
mbmodsd.mbmodsw.ui.views.popup.PopupMenuView.show(Native Method)
02-26 13:34:28.495 20627 20627 W System.err: at
mbmodsd.mbmodsw.ui.views.popup.chat.MBPopupShow.newDialog(Native Method)
02-26 13:34:28.495 20627 20627 W System.err: at
mbmodsd.mbmodsw.ui.views.popup.chat.MBPopupShow.showDlg(Native Method)
02-26 13:34:28.495 20627 20627 W System.err: at
mbmodsd.mbmodsw.ui.views.popup.chat.MBPopupShow.onSingleTapConfirmed(Native Method)
02-26 13:34:28.495 20627 20627 W System.err: at
android.view.GestureDetector$GestureHandler.handleMessage(GestureDetector.java:374)
02-26 13:34:28.495 20627 20627 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:34:28.495 20627 20627 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:34:28.495 20627 20627 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:34:28.495 20627 20627 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:34:28.495 20627 20627 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:34:28.496 20627 20627 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:34:28.496 20627 20627 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:34:28.500 20627 20627 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-26 13:34:29.092 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:29.096 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:29.249 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:34:29.252 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:34:29.268 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:34:29.295 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:29.300 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:29.318 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:29.320 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:29.342 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:29.345 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:29.382 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:29.384 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:29.878 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:29.884 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:30.127 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:30.132 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:30.229 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:30.232 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.009 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:31.013 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:31.150 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:34:31.154 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:34:31.174 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:34:31.203 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.206 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.223 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.226 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.246 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.248 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.273 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.275 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.300 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.302 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.799 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:31.805 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:32.101 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:32.106 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:32.162 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:32.165 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:32.226 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:32.228 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:32.992 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:32.996 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:34:33.219 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:34:33.222 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:34:33.239 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:34:33.270 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:33.272 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:33.295 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:33.297 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:33.320 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:33.322 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:33.363 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:33.366 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:33.854 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:33.860 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.254 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.257 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.403 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.406 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.424 20627 20627 E RecyclerView: No adapter attached; skipping layout
02-26 13:34:34.432 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:34:34.440 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.446 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.452 20627 20627 E RecyclerView: No adapter attached; skipping layout
02-26 13:34:34.509 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.513 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.530 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:34.887 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.890 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:34.946 20627 20761 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #2 (20691) at android.content.IContentProvider
android.app.ActivityThread.acquireProvider(android.content.Context,
java.lang.String, int, boolean)(ActivityThread.java:7890) waiters=0 in
android.content.IContentProvider
android.app.ActivityThread.acquireProvider(android.content.Context,
java.lang.String, int, boolean) for 508ms
02-26 13:34:35.388 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:35.392 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:35.915 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:35.917 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:35.922 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:35.931 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:36.434 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:36.438 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:36.477 20627 20691 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #7 (20761) at void X.30m.A02(java.lang.String, java.lang.String,
java.util.List)(:-1) waiters=0 in void X.30m.A02(java.lang.String,
java.lang.String, java.util.List) for 475ms
02-26 13:34:36.515 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.517 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.518 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.520 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.523 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.525 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.527 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.530 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.532 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.534 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.536 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.538 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.540 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.542 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.544 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.546 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.899 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.901 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.902 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.904 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.907 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.908 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.911 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.913 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.914 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.916 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.919 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.920 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.922 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.924 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:36.964 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:36.968 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:37.037 20627 20761 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #2 (20691) at void X.30m.A02(java.lang.String, java.lang.String,
java.util.List)(:-1) waiters=0 in X.2jn X.2jG.A00(java.lang.String,
java.lang.String) for 500ms
02-26 13:34:37.460 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:37.463 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:37.577 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:37.950 20627 20761 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #2 (20691) at void X.30m.A02(java.lang.String, java.lang.String,
java.util.List)(:-1) waiters=0 in void X.30m.A02(java.lang.String,
java.lang.String, java.util.List) for 247ms
02-26 13:34:37.961 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:37.966 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:38.464 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:38.470 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:38.969 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:38.976 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:39.469 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:39.476 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:39.968 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:39.975 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:40.472 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:40.480 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:40.972 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:40.979 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:41.190 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.192 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.193 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.195 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.197 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.198 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.199 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.201 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.203 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.204 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.206 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.207 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.208 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.210 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.211 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.213 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.214 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.215 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.216 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.217 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.218 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.220 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.221 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.222 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.223 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.224 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.225 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.226 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.227 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.228 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.229 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.230 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.231 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.470 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:41.474 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:41.973 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:41.978 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:41.991 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.994 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.997 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:41.999 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.024 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.026 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.027 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.028 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.055 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.057 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.058 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.059 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.091 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.093 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.472 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:42.476 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:42.893 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.895 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.943 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.944 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.946 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.975 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:42.980 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:42.996 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:42.998 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:43.000 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:43.002 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:43.050 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:43.052 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:43.053 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:43.058 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:43.478 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:43.483 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:43.979 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:43.985 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:44.013 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:44.431 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:44.433 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:44.434 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:44.435 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:44.480 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:44.484 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:44.499 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:44.501 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:44.981 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:44.987 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:45.483 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:45.490 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:45.983 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:45.990 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:46.484 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:46.492 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:46.986 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:46.994 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:47.504 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:47.512 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:48.007 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:48.014 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:48.507 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:48.513 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:49.009 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:49.016 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:49.508 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:49.513 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:49.542 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:49.544 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:49.775 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:49.777 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:49.778 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:49.779 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:50.008 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:50.014 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:50.060 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:50.063 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:50.064 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:50.066 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:50.160 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:50.161 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:50.162 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:50.162 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:50.510 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:50.515 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:51.013 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:51.019 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:51.513 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:51.520 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:52.013 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:52.020 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:52.516 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:52.524 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:53.017 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:53.023 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:53.518 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:53.525 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:54.037 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:54.045 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:54.519 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:54.526 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:55.021 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:55.027 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:55.522 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:55.528 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:56.023 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:56.030 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:56.524 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:56.530 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:57.044 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:57.052 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:57.300 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.302 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.303 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.304 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.306 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.307 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.309 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.310 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.310 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.311 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.312 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.313 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.314 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.315 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:57.526 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:57.532 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:57.843 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:34:58.028 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:58.034 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:58.546 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:58.554 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:59.046 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:59.052 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:59.549 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:34:59.554 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:00.046 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:00.051 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:00.550 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:00.555 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:01.052 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:01.060 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:01.298 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.299 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.300 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.300 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.302 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.302 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.303 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.304 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.305 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.306 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.307 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.307 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.308 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.309 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.310 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.312 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.313 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.314 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.315 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.316 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.317 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.318 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.318 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.319 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.320 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.321 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.322 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.322 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.323 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.324 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.325 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.326 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.327 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:01.552 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:01.558 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:02.054 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:02.059 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:02.204 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:02.207 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:02.210 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:02.211 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:02.391 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:02.393 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:02.395 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:02.397 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:02.555 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:02.562 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:02.820 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:35:02.821 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69039
02-26 13:35:03.056 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:03.060 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:03.557 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:03.562 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:03.792 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:03.794 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:03.825 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:03.827 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:03.829 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:03.830 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:03.875 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:03.876 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:35:04.058 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:04.064 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:04.560 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:04.568 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:04.808 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:04.813 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:04.877 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:04.883 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:05.222 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:35:05.225 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:05.231 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:05.275 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:05.281 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:06.216 20627 20627 W InputEventReceiver: Attempted to finish an input
event but the input event receiver has already been disposed.
02-26 13:35:06.270 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:06.275 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:06.769 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:06.777 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:07.264 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:07.271 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:07.479 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:07.488 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:07.824 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:07.838 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:08.346 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:35:08.350 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:35:08.411 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:08.413 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:08.462 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:08.465 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:35:08.537 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:36:10.874 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:36:10.878 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:36:11.009 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:11.022 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:11.026 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:36:11.057 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:11.061 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:11.063 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:11.096 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:11.099 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:11.102 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:11.596 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:11.601 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:11.604 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:12.098 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:12.104 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:12.107 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:12.481 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:12.485 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:12.489 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:12.620 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:12.623 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:12.625 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:14.925 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:36:18.778 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:36:18.783 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:36:19.035 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:36:19.039 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:36:19.059 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:36:19.110 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:19.114 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:19.134 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:19.137 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:19.163 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:19.165 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:19.193 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:19.196 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:19.685 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:19.691 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:20.388 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:20.394 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:20.476 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:36:20.500 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:36:20.887 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:20.892 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:21.387 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:21.392 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:21.890 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:21.895 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:22.394 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:22.399 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:23.229 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:23.235 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:23.770 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:23.773 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:24.024 20627 20627 W OnBackInvokedCallback: OnBackInvokedCallback is
not enabled for the application.
02-26 13:36:24.024 20627 20627 W OnBackInvokedCallback: Set
'android:enableOnBackInvokedCallback="true"' in the application manifest.
02-26 13:36:24.156 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:24.160 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:24.175 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:24.180 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:24.209 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:24.213 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:24.713 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:24.719 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.033 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.037 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.048 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.051 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.060 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.064 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.077 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.081 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.094 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.098 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.111 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.115 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.128 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.132 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.146 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.150 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.160 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.164 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.177 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.182 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.194 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.200 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.212 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.215 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.228 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.231 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.261 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.265 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.765 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:25.771 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:26.283 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:26.289 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:26.784 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:26.790 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:27.286 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:27.292 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:27.383 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:27.388 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:27.535 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:27.540 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:27.818 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:27.822 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.168 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.172 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.369 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.374 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.620 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.626 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.737 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.743 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.821 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.826 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.988 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:28.993 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:29.490 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:29.496 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:29.990 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:29.995 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.058 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.063 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.080 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.085 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.119 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.122 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.182 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.186 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.218 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.223 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.245 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.250 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.257 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.260 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.274 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.279 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.460 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.463 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.471 20627 23190 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 13:36:30.471 20627 23190 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 13:36:30.500 20627 20673 W MediaPlayerNative: info/warning (10973, 0)
02-26 13:36:30.591 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.598 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.980 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:30.985 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.014 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.020 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.094 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.100 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.577 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.583 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.627 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.632 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.766 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.770 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:36:31.915 20627 20627 E ImeBackDispatcher: Ime callback not found.
Ignoring unregisterReceivedCallback. callbackId: 49867524
02-26 13:40:53.181 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:40:53.201 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:40:57.153 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:40:59.609 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:40:59.614 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:40:59.862 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:40:59.865 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:40:59.890 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:40:59.927 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:40:59.930 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:40:59.953 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:40:59.956 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:40:59.979 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:40:59.981 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:00.024 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:00.028 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:00.512 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:00.518 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.011 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.015 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.125 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.130 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.148 20627 20627 E RecyclerView: No adapter attached; skipping layout
02-26 13:41:01.156 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:41:01.174 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.178 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.187 20627 20627 E RecyclerView: No adapter attached; skipping layout
02-26 13:41:01.261 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.266 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.274 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:01.612 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.616 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:01.845 20627 23086 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #2 (20691) at android.content.IContentProvider
android.app.ActivityThread.acquireProvider(android.content.Context,
java.lang.String, int, boolean)(ActivityThread.java:7890) waiters=0 in
android.content.IContentProvider
android.app.ActivityThread.acquireProvider(android.content.Context,
java.lang.String, int, boolean) for 519ms
02-26 13:41:02.067 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.069 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.071 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.074 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.075 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.076 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.112 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:02.116 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:02.345 20627 20691 W com.whatsapp: Long monitor contention with owner
WhatsApp Worker #8 (23086) at java.util.List X.30m.A01(java.lang.String,
java.lang.String, java.lang.String)(:-1) waiters=0 in X.2jn
X.2jG.A00(java.lang.String, java.lang.String) for 387ms
02-26 13:41:02.620 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.622 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.623 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.625 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.627 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.629 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.631 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.633 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.635 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.637 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.638 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.640 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.642 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.643 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.645 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.646 20627 20627 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6902d
02-26 13:41:02.690 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:02.705 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:03.053 20627 20627 W Settings: Setting show_button_background has moved
from android.provider.Settings.System to android.provider.Settings.Global,
returning read-only value.
02-26 13:41:03.082 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:03.093 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:03.138 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69021
02-26 13:41:03.201 20627 20699 W Parcel : Expecting binder but got null!
02-26 13:41:03.207 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:03.214 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:03.262 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:03.281 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:03.288 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:03.317 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.503 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.507 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.534 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.667 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.672 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=0e559083-8845-472e-938c-4f9806d30f6a transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=null thumbnail_height_width_ratio=1.0
is_animated_sticker=0 file_hash=xvsKbTEXDsVGwaUDBYuKL4IWpY/tYaOmpWjBaaEzqLY=
file_path=/data/user/0/com.whatsapp/files/Stickers/xvsKbTEXDsVGwaUDBYuKL4IWpY-
tYaOmpWjBaaEzqLY=.webp file_size=10502 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=image/webp 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=154 multicast_id=null enc_file_hash=null
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=10502 media_name=xvsKbTEXDsVGwaUDBYuKL4IWpY-tYaOmpWjBaaEzqLY=.webp
media_duration=0 chat_row_id=17 media_key=null
02-26 13:41:04.737 20627 20683 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 13:41:04.737 20627 20683 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 13:41:04.739 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.744 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.785 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.789 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.806 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:04.817 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:05.106 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:05.114 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=0e559083-8845-472e-938c-4f9806d30f6a transcoded=1 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.15575-
24/32491790_1443516219579158_3112233941807687569_n.enc?ccb=11-4&oh=01_AdSSQFxExV8O-
U7UEJB-UGK5uPHM6KH3hMASLo0Iviod3g&oe=660448B0&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.0 is_animated_sticker=0
file_hash=xvsKbTEXDsVGwaUDBYuKL4IWpY/tYaOmpWjBaaEzqLY= file_path=Media/WhatsApp
Stickers/STK-20240226-WA0004.webp file_size=10502 partial_media_hash=null face_x=0
face_y=0 height=0 trim_to=0 media_key_timestamp=1708972864993
message_url=https://mmg.whatsapp.net/v/t62.15575-
24/32491790_1443516219579158_3112233941807687569_n.enc?ccb=11-4&oh=01_AdSSQFxExV8O-
U7UEJB-UGK5uPHM6KH3hMASLo0Iviod3g&oe=660448B0&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=image/webp 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=154
multicast_id=null enc_file_hash=/3CizvuSYcIIeov/SljweFVEWCRvRMvmmmaMsDYmNqE=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=10502 media_name=xvsKbTEXDsVGwaUDBYuKL4IWpY-tYaOmpWjBaaEzqLY=.webp
media_duration=0 chat_row_id=17 media_key=[B@a6e1f18
02-26 13:41:05.245 20627 20683 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY[1555])
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:1275)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:241
0)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:2279)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:942)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:313)
02-26 13:41:05.245 20627 20683 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-26 13:41:05.283 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:05.286 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:05.610 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:05.617 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:05.728 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:05.734 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:05.772 20627 24992 W MediaPlayer: Use of stream types is deprecated for
operations other than volume control
02-26 13:41:05.772 20627 24992 W MediaPlayer: See the documentation of
setAudioStreamType() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
02-26 13:41:05.960 20627 20673 W MediaPlayerNative: info/warning (10973, 0)
02-26 13:41:06.108 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:06.113 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:06.560 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:06.565 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:06.587 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:06.591 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:06.608 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:06.612 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:07.110 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:07.117 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:07.612 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:07.618 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:08.111 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:08.114 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:08.127 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:08.131 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:08.178 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:08.182 20627 20627 E ArmVmp : --------- beginning of main
02-26 13:41:08.628 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:08.631 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.131 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.135 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.180 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.185 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.248 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.253 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.632 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.638 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.849 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.853 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.987 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:09.992 20627 20627 E ArmVmp : Match on catch block at 0xc3 in for
0x7b18e69025
02-26 13:41:13.651 25601 25601 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-26 13:41:13.767 25601 25601 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-26 13:41:13.768 25601 25601 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-26 13:41:13.768 25601 25601 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1126)
02-26 13:41:13.768 25601 25601 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1080)
02-26 13:41:13.768 25601 25601 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
02-26 13:41:13.768 25601 25601 W System.err: at
java.lang.System.loadLibrary(System.java:1661)
02-26 13:41:13.768 25601 25601 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-26 13:41:13.768 25601 25601 W System.err: at
java.lang.Class.newInstance(Native Method)
02-26 13:41:13.768 25601 25601 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-26 13:41:13.768 25601 25601 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-26 13:41:13.768 25601 25601 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1232)
02-26 13:41:13.768 25601 25601 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1566)
02-26 13:41:13.768 25601 25601 W System.err: at
android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
02-26 13:41:13.768 25601 25601 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7558)
02-26 13:41:13.768 25601 25601 W System.err: at android.app.ActivityThread.-$
$Nest$mhandleBindApplication(Unknown Source:0)
02-26 13:41:13.768 25601 25601 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
02-26 13:41:13.768 25601 25601 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-26 13:41:13.768 25601 25601 W System.err: at
android.os.Looper.loopOnce(Looper.java:226)
02-26 13:41:13.768 25601 25601 W System.err: at
android.os.Looper.loop(Looper.java:313)
02-26 13:41:13.768 25601 25601 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8762)
02-26 13:41:13.768 25601 25601 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-26 13:41:13.768 25601 25601 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
02-26 13:41:13.768 25601 25601 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-26 13:41:13.822 25601 25601 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-26 13:41:14.219 25601 25601 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:41:14.219 25601 25601 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:41:14.397 25601 25657 W com.whatsapp: Method void
X.2rL.A03(java.lang.Integer) failed lock verification and will run slower.
02-26 13:41:14.397 25601 25657 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-26 13:41:14.397 25601 25657 W com.whatsapp: and incorrect proguard
optimizations.
02-26 13:49:49.027 25601 25601 W com.whatsapp: Method void X.0eU.A0h(X.0tK,
boolean) failed lock verification and will run slower.
02-26 13:49:49.148 25601 25601 W com.whatsapp: Method void
com.whatsapp.HomeActivity.A6e() failed lock verification and will run slower.
02-26 13:49:49.447 25601 25601 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69031
02-26 13:49:49.465 25601 26567 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:49:49.466 25601 26567 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-
target-q,core-platform-api, reflection, denied)
02-26 13:49:49.466 25601 26567 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-
target-q, reflection, denied)
02-26 13:49:49.466 25601 26567 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:49:49.466 25601 26567 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(max-target-q,core-platform-api, reflection, denied)
02-26 13:49:49.466 25601 26567 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (max-target-q, reflection, denied)
02-26 13:49:49.466 25601 26567 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-
q,core-platform-api, reflection, denied)
02-26 13:49:49.466 25601 26567 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-
target-q, reflection, denied)
02-26 13:49:49.469 25601 25601 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e6904d
02-26 13:49:49.496 25601 26567 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-
target-q,core-platform-api, reflection, denied)
02-26 13:49:49.496 25601 26567 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(max-target-q, reflection, denied)
02-26 13:49:49.548 25601 25601 W Activity: Can request only one set of permissions
at a time
02-26 13:49:49.748 25601 25601 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
02-26 13:49:49.786 25601 26561 W Parcel : Expecting binder but got null!
02-26 13:49:49.921 25601 25610 W com.whatsapp: Cleared Reference was only reachable
from finalizer (only reported once)
02-26 13:49:50.567 25601 25601 E ArmVmp : Match on catch block at 0x0a in for
0x7b18e69035
02-26 13:49:50.905 25601 26603 W LOTTIE : Animation contains merge paths. Merge
paths are only supported on KitKat+ and must be manually enabled by calling
enableMergePathsForKitKatAndAbove().
02-26 13:49:51.197 25601 25601 E RecyclerView: No adapter attached; skipping layout
02-26 13:49:51.235 25601 26561 W Parcel : Expecting binder but got

You might also like