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

Logcat

The log file records errors and warnings from an Android application startup. It shows that the application failed to load certain classes and libraries during initialization, encountered permission errors, and experienced long message handling times that caused application not responding (ANR) issues. The startup process completed but with multiple errors and warnings logged.

Uploaded by

istiaw949
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
133 views

Logcat

The log file records errors and warnings from an Android application startup. It shows that the application failed to load certain classes and libraries during initialization, encountered permission errors, and experienced long message handling times that caused application not responding (ANR) issues. The startup process completed but with multiple errors and warnings logged.

Uploaded by

istiaw949
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 138

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

02-03 20:23:51.898 2230 2230 E com.whatsapp: Unknown bits set in runtime_flags:


0x40000000
02-03 20:23:51.917 2230 2230 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:23:51.941 2230 2230 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:23:52.070 2230 2230 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:23:52.432 2230 2230 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:23:52.433 2230 2230 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:23:52.433 2230 2230 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:23:52.434 2230 2230 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:23:52.435 2230 2230 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:23:52.435 2230 2230 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:23:52.435 2230 2230 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:23:52.435 2230 2230 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:23:52.435 2230 2230 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:23:52.435 2230 2230 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:23:52.435 2230 2230 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:23:52.435 2230 2230 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:23:52.435 2230 2230 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:23:52.436 2230 2230 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:23:52.436 2230 2230 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:23:52.436 2230 2230 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:23:52.436 2230 2230 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:23:52.436 2230 2230 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:23:52.436 2230 2230 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:23:52.436 2230 2230 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:23:52.436 2230 2230 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:23:52.581 2230 2230 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-03 20:23:54.364 2230 2230 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:23:54.365 2230 2230 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:23:54.538 2230 2230 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:23:55.032 2230 2230 E ANR_LOG : >>> msg's executing time is too long
02-03 20:23:55.033 2230 2230 E ANR_LOG : Blocked msg = { when=-3s46ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{38918a3
com.whatsapp}} } , cost = 3033 ms
02-03 20:23:55.034 2230 2230 E ANR_LOG : >>>Current msg List is:
02-03 20:23:55.034 2230 2230 E ANR_LOG : Current msg <1> = { when=-3s40ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@7f357a0
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 20:23:55.034 2230 2230 E ANR_LOG : Current msg <2> = { when=-3s39ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@7f357a0 startId=3 args=null} }
02-03 20:23:55.035 2230 2230 E ANR_LOG : Current msg <3> = { when=-3s36ms
what=9999 target=android.app.ActivityThread$H }
02-03 20:23:55.035 2230 2230 E ANR_LOG : Current msg <4> = { when=-2s638ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:23:55.035 2230 2230 E ANR_LOG : Current msg <5> = { when=-1s843ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:23:55.036 2230 2230 E ANR_LOG : Current msg <6> = { when=-1s99ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 20:23:55.036 2230 2230 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:23:55.122 2230 2706 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:23:55.122 2230 2706 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:23:55.122 2230 2706 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:23:56.682 2230 2757 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:23:56.858 2230 2734 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:23:57.168 2230 2735 E CheckPermission: _bluetooth code = 1
02-03 20:23:57.173 2230 2735 E CheckPermission: _bluetooth code = 3
02-03 20:23:57.180 2230 2735 E CheckPermission: _bluetooth code = 11
02-03 20:23:58.937 2230 3002 E Parcel : Reading a NULL string not supported
here.
--------- beginning of system
02-03 20:23:59.380 2230 2230 E OplusCustomizeRestrictionManager: sInstance is
null, start a new sInstance
02-03 20:23:59.466 2230 2230 E ion : ioctl c0044901 failed with code -1:
Invalid argument
--------- beginning of main
02-03 20:26:58.257 4650 4650 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:26:58.266 4650 4650 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:26:58.276 4650 4650 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:26:58.334 4650 4650 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:26:58.564 4650 4650 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:26:58.565 4650 4650 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:26:58.565 4650 4650 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:26:58.565 4650 4650 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:26:58.565 4650 4650 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:26:58.565 4650 4650 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:26:58.566 4650 4650 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:26:58.566 4650 4650 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:26:58.566 4650 4650 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:26:58.566 4650 4650 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:26:58.566 4650 4650 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:26:58.566 4650 4650 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:26:58.566 4650 4650 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:26:58.566 4650 4650 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:26:58.566 4650 4650 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:26:58.566 4650 4650 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:26:58.567 4650 4650 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:26:58.567 4650 4650 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:26:58.567 4650 4650 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:26:58.567 4650 4650 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:26:58.567 4650 4650 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:26:58.609 4650 4650 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-03 20:26:59.116 4650 4650 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:26:59.117 4650 4650 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:26:59.198 4650 4650 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:26:59.437 4650 4705 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:26:59.437 4650 4705 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:26:59.437 4650 4705 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:26:59.864 4650 4712 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:27:00.037 4650 4710 E CheckPermission: _bluetooth code = 1
02-03 20:27:00.039 4650 4710 E CheckPermission: _bluetooth code = 3
02-03 20:27:00.042 4650 4710 E CheckPermission: _bluetooth code = 11
02-03 20:27:00.910 4650 4717 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:27:01.797 4650 4741 E Parcel : Reading a NULL string not supported
here.
--------- beginning of system
02-03 20:27:02.053 4650 4650 E OplusCustomizeRestrictionManager: sInstance is
null, start a new sInstance
--------- beginning of main
02-03 20:31:41.018 7751 7751 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:31:41.027 7751 7751 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:31:41.043 7751 7751 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:31:41.380 7751 7751 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:31:41.801 7751 7751 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:31:41.802 7751 7751 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:31:41.802 7751 7751 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:31:41.802 7751 7751 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:31:41.802 7751 7751 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:31:41.802 7751 7751 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:31:41.802 7751 7751 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:31:41.802 7751 7751 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:31:41.802 7751 7751 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:31:41.802 7751 7751 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:31:41.802 7751 7751 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:31:41.802 7751 7751 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:31:41.802 7751 7751 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:31:41.802 7751 7751 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:31:41.802 7751 7751 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:31:41.802 7751 7751 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:31:41.802 7751 7751 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:31:41.802 7751 7751 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:31:41.802 7751 7751 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:31:41.802 7751 7751 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:31:41.802 7751 7751 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:31:41.932 7751 7751 E CustomActivityOnCrash: IMPORTANT WARNING! You
already have an UncaughtExceptionHandler, are you sure this is correct? If you use
a custom UncaughtExceptionHandler, you must initialize it AFTER
CustomActivityOnCrash! Installing anyway, but your original handler will not be
called.
02-03 20:31:43.449 7751 7751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:31:43.452 7751 7751 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:31:43.668 7751 7751 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:31:44.090 7751 7751 E ANR_LOG : >>> msg's executing time is too long
02-03 20:31:44.091 7751 7751 E ANR_LOG : Blocked msg = { when=-2s981ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{2f6ffd2
com.whatsapp}} } , cost = 2869 ms
02-03 20:31:44.091 7751 7751 E ANR_LOG : >>>Current msg List is:
02-03 20:31:44.092 7751 7751 E ANR_LOG : Current msg <1> = { when=-2s890ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@38918a3
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 20:31:44.092 7751 7751 E ANR_LOG : Current msg <2> = { when=-2s888ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@38918a3 startId=7 args=null} }
02-03 20:31:44.093 7751 7751 E ANR_LOG : Current msg <3> = { when=-2s872ms
what=9999 target=android.app.ActivityThread$H }
02-03 20:31:44.093 7751 7751 E ANR_LOG : Current msg <4> = { when=-2s99ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:31:44.093 7751 7751 E ANR_LOG : Current msg <5> = { when=-1s113ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 20:31:44.094 7751 7751 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:31:44.197 7751 7979 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:31:44.197 7751 7979 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:31:44.197 7751 7979 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:31:44.591 7751 7997 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:31:45.441 7751 7988 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:31:45.986 7751 7991 E CheckPermission: _bluetooth code = 1
02-03 20:31:45.988 7751 7991 E CheckPermission: _bluetooth code = 3
02-03 20:31:45.991 7751 7991 E CheckPermission: _bluetooth code = 11
02-03 20:31:46.300 7751 8016 E Parcel : Reading a NULL string not supported
here.
--------- beginning of main
02-03 20:33:15.965 10283 10283 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:33:15.972 10283 10283 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:33:15.982 10283 10283 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:33:16.032 10283 10283 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:33:16.302 10283 10283 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:33:16.302 10283 10283 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:33:16.303 10283 10283 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:33:16.303 10283 10283 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:33:16.303 10283 10283 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:33:16.303 10283 10283 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:33:16.303 10283 10283 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:33:16.303 10283 10283 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:33:16.303 10283 10283 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:33:16.303 10283 10283 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:33:16.303 10283 10283 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:33:16.304 10283 10283 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:33:16.304 10283 10283 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:33:16.304 10283 10283 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:33:16.304 10283 10283 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:33:16.304 10283 10283 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:33:16.304 10283 10283 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:33:16.304 10283 10283 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:33:16.304 10283 10283 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:33:16.304 10283 10283 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:33:16.305 10283 10283 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:33:16.369 10283 10283 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-03 20:33:17.026 10283 10283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:33:17.026 10283 10283 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:33:17.128 10283 10283 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:33:17.433 10283 10336 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:33:17.433 10283 10336 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:33:17.433 10283 10336 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:33:17.824 10283 10348 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:33:17.845 10283 10336 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:33:17.988 10283 10341 E CheckPermission: _bluetooth code = 1
02-03 20:33:17.990 10283 10341 E CheckPermission: _bluetooth code = 3
02-03 20:33:17.992 10283 10341 E CheckPermission: _bluetooth code = 11
02-03 20:33:18.681 10283 10369 E Parcel : Reading a NULL string not supported
here.
--------- beginning of main
02-03 20:36:58.223 13154 13154 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:36:58.231 13154 13154 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:36:58.240 13154 13154 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:36:58.288 13154 13154 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:36:58.588 13154 13154 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:36:58.588 13154 13154 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:36:58.589 13154 13154 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:36:58.589 13154 13154 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:36:58.589 13154 13154 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:36:58.589 13154 13154 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:36:58.589 13154 13154 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:36:58.589 13154 13154 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:36:58.589 13154 13154 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:36:58.589 13154 13154 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:36:58.589 13154 13154 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:36:58.589 13154 13154 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:36:58.589 13154 13154 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:36:58.589 13154 13154 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:36:58.589 13154 13154 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:36:58.589 13154 13154 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:36:58.589 13154 13154 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:36:58.589 13154 13154 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:36:58.589 13154 13154 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:36:58.589 13154 13154 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:36:58.589 13154 13154 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:36:58.629 13154 13154 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-03 20:36:59.339 13154 13154 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:36:59.342 13154 13154 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:36:59.459 13154 13154 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:36:59.806 13154 13154 E ANR_LOG : >>> msg's executing time is too long
02-03 20:36:59.806 13154 13154 E ANR_LOG : Blocked msg = { when=-1s553ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{2f6ffd2
com.whatsapp}} } , cost = 1548 ms
02-03 20:36:59.807 13154 13154 E ANR_LOG : >>>Current msg List is:
02-03 20:36:59.807 13154 13154 E ANR_LOG : Current msg <1> = { when=-1s551ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@38918a3
className=androidx.work.impl.background.systemjob.SystemJobService
packageName=com.whatsapp intent=null} }
02-03 20:36:59.808 13154 13154 E ANR_LOG : Current msg <2> = { when=-1s551ms
what=9999 target=android.app.ActivityThread$H }
02-03 20:36:59.808 13154 13154 E ANR_LOG : Current msg <3> = { when=-1s551ms
what=121 target=android.app.ActivityThread$H
obj=BindServiceData{token=android.os.BinderProxy@38918a3 intent=Intent
{ cmp=com.whatsapp/androidx.work.impl.background.systemjob.SystemJobService (has
extras) }} }
02-03 20:36:59.810 13154 13154 E ANR_LOG : Current msg <4> = { when=-1s548ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@7f357a0
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 20:36:59.811 13154 13154 E ANR_LOG : Current msg <5> = { when=-1s548ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@7f357a0 startId=11 args=null} }
02-03 20:36:59.811 13154 13154 E ANR_LOG : Current msg <6> = { when=-652ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 20:36:59.812 13154 13154 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:36:59.856 13154 13228 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:36:59.856 13154 13228 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:36:59.856 13154 13228 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:37:00.248 13154 13255 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:37:00.410 13154 13255 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:37:00.879 13154 13240 E CheckPermission: _bluetooth code = 1
02-03 20:37:00.885 13154 13240 E CheckPermission: _bluetooth code = 3
02-03 20:37:00.888 13154 13240 E CheckPermission: _bluetooth code = 11
02-03 20:37:01.783 13154 13324 E ion : ioctl c0044901 failed with code -1:
Invalid argument
02-03 20:37:01.808 13154 13324 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-03 20:37:01.809 13154 13324 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-03 20:37:01.811 13154 13324 E libc : Access denied finding property
"vendor.debug.drm.logd"
02-03 20:37:01.812 13154 13324 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-03 20:37:02.311 13154 13154 E Parcel : Reading a NULL string not supported
here.
02-03 20:37:02.393 13154 13325 E Parcel : Reading a NULL string not supported
here.
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=810625ce-009a-4890-a1fd-2056a20f2446 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/30083671_848540613951343_8141859399173123239_n.enc?ccb=11-
4&oh=01_AdSUidJPoAItSEKgPTRkIYtGFNdplxfweXNeLu41czc1Kw&oe=65E5C1A9&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=rU5hmcERRUfEOsPgYsQZLLuwEMpQjUJwjHelLO3B/BE= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706967284000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/30083671_848540613951343_8141859399173123239_n.enc?ccb=11-
4&oh=01_AdSUidJPoAItSEKgPTRkIYtGFNdplxfweXNeLu41czc1Kw&oe=65E5C1A9&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=576 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=1006 multicast_id=null
enc_file_hash=Bsfcn3mRrlfeH4jFjW5wXh4OCi8MYO0ZNZPHAQSoN+Y= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2028034
media_name=null media_duration=14 chat_row_id=26 media_key=[B@c26007
02-03 20:37:04.099 13154 13225 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-03 20:37:04.099 13154 13225 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
--------- beginning of main
02-03 20:46:56.551 16687 16687 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:46:56.558 16687 16687 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:46:56.570 16687 16687 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:46:56.710 16687 16687 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:46:56.981 16687 16687 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:46:56.982 16687 16687 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:46:56.982 16687 16687 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:46:56.982 16687 16687 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:46:56.982 16687 16687 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:46:56.982 16687 16687 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:46:56.982 16687 16687 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:46:56.982 16687 16687 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:46:56.982 16687 16687 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:46:56.982 16687 16687 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:46:56.982 16687 16687 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:46:56.982 16687 16687 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:46:56.982 16687 16687 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:46:56.982 16687 16687 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:46:56.982 16687 16687 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:46:56.982 16687 16687 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:46:56.982 16687 16687 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:46:56.982 16687 16687 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:46:56.982 16687 16687 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:46:56.982 16687 16687 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:46:56.982 16687 16687 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:46:57.031 16687 16687 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-03 20:46:57.489 16687 16687 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:46:57.490 16687 16687 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:46:57.599 16687 16687 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:46:57.908 16687 16744 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:46:57.908 16687 16744 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:46:57.908 16687 16744 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:46:57.919 16687 16750 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:46:58.024 16687 16687 W com.whatsapp: Class com.whatsapp.HomeActivity
failed lock verification and will run slower.
02-03 20:46:58.040 16687 16687 W com.whatsapp: Class X.0eU failed lock verification
and will run slower.
--------- beginning of system
02-03 20:46:58.372 16687 16687 E OplusCustomizeRestrictionManager: sInstance is
null, start a new sInstance
02-03 20:46:58.844 16687 16687 E ion : ioctl c0044901 failed with code -1:
Invalid argument
02-03 20:46:58.936 16687 16687 E ArmVmp : Match on catch block at 0x0a in for 0xc1
02-03 20:46:59.006 16687 16687 E ArmVmp : Match on catch block at 0x0a in for
0x139
02-03 20:46:59.012 16687 16687 E Parcel : Reading a NULL string not supported
here.
02-03 20:46:59.061 16687 16687 E Parcel : Reading a NULL string not supported
here.
02-03 20:46:59.092 16687 16804 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:46:59.221 16687 16804 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:46:59.258 16687 16776 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V
(greylist-max-q,test-api, reflection, denied)
02-03 20:46:59.263 16687 16776 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:46:59.264 16687 16776 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:46:59.265 16687 16776 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(greylist-max-q,test-api, reflection, denied)
02-03 20:46:59.266 16687 16776 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(greylist-max-q,test-api, reflection, denied)
02-03 20:46:59.267 16687 16776 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (greylist-max-q, reflection, denied)
02-03 20:46:59.268 16687 16776 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (greylist-max-
q,test-api, reflection, denied)
02-03 20:46:59.268 16687 16776 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V
(greylist-max-q, reflection, denied)
02-03 20:46:59.550 16687 16776 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B
(greylist-max-q,test-api, reflection, denied)
02-03 20:46:59.550 16687 16776 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(greylist-max-q, reflection, denied)
02-03 20:46:59.820 16687 16687 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:46:59.822 16687 16687 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:46:59.824 16687 16687 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:46:59.832 16687 16687 E ANR_LOG : >>> msg's executing time is too long
02-03 20:46:59.832 16687 16687 E ANR_LOG : Blocked msg = { when=-3s226ms what=159
target=android.app.ActivityThread$H obj=ClientTransaction
LaunchActivityItem,ResumeActivityItem } , cost = 1929 ms
02-03 20:46:59.832 16687 16687 E ANR_LOG : >>>Current msg List is:
02-03 20:46:59.833 16687 16687 E ANR_LOG : Current msg <1> = { when=-
7d0h49m26s848ms what=0 target=android.view.Choreographer$FrameHandler }
02-03 20:46:59.833 16687 16687 E ANR_LOG : Current msg <2> = { when=-3s177ms
what=159 target=android.app.ActivityThread$H obj=ClientTransaction
TopResumedActivityChangeItem, }
02-03 20:46:59.833 16687 16687 E ANR_LOG : Current msg <3> = { when=-3s162ms
what=9999 target=android.app.ActivityThread$H }
02-03 20:46:59.833 16687 16687 E ANR_LOG : Current msg <4> = { when=-3s115ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@7baaa4f
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 20:46:59.834 16687 16687 E ANR_LOG : Current msg <5> = { when=-3s113ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@7baaa4f startId=13 args=null} }
02-03 20:46:59.834 16687 16687 E ANR_LOG : Current msg <6> = { when=-2s832ms
what=149 target=android.app.ActivityThread$H obj=android.os.BinderProxy@7f357a0 }
02-03 20:46:59.834 16687 16687 E ANR_LOG : Current msg <7> = { when=-2s480ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 20:46:59.834 16687 16687 E ANR_LOG : Current msg <8> = { when=-2s193ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:46:59.835 16687 16687 E ANR_LOG : Current msg <9> = { when=-2s127ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$ActivityThread$A4ykhsPb8qV3ffTqpQDklHSMDJ0 }
02-03 20:46:59.835 16687 16687 E ANR_LOG : Current msg <10> = { when=-2s72ms what=0
target=android.os.Handler callback=X.3fq }
02-03 20:46:59.835 16687 16687 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:47:00.128 16687 16748 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:00.146 16687 16748 E Parcel : Reading a NULL string not supported
here.
02-03 20:47:00.147 16687 16748 E Parcel : Reading a NULL string not supported
here.
02-03 20:47:00.178 16687 16748 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:00.201 16687 16748 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:00.213 16687 16748 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:00.229 16687 16748 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:00.581 16687 16968 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-03 20:47:00.582 16687 16968 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-03 20:47:00.582 16687 16968 E libc : Access denied finding property
"vendor.debug.drm.logd"
02-03 20:47:00.583 16687 16968 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-03 20:47:01.430 16687 16687 E RecyclerView: No adapter attached; skipping layout
02-03 20:47:01.535 16687 16748 E ion : ioctl c0044901 failed with code -1:
Invalid argument
02-03 20:47:01.925 16687 16687 E ANR_LOG : >>> msg's executing time is too long
02-03 20:47:01.925 16687 16687 E ANR_LOG : Blocked msg = { when=-7d0h49m28s941ms
what=0 target=android.view.Choreographer$FrameHandler } , cost = 2089 ms
02-03 20:47:01.925 16687 16687 E ANR_LOG : >>>Current msg List is:
02-03 20:47:01.925 16687 16687 E ANR_LOG : Current msg <1> = { when=-
7d0h49m28s941ms what=0 target=android.view.ViewRootImpl$ViewRootHandler
callback=android.view.-$$Lambda$ViewRootImpl$DJd0VUYJgsebcnSohO6h8zc_ONI }
02-03 20:47:01.925 16687 16687 E ANR_LOG : Current msg <2> = { when=-
7d0h49m28s941ms what=0 target=android.os.Handler callback=X.3ef }
02-03 20:47:01.925 16687 16687 E ANR_LOG : Current msg <3> = { when=-5s270ms
what=159 target=android.app.ActivityThread$H obj=ClientTransaction
TopResumedActivityChangeItem, }
02-03 20:47:01.925 16687 16687 E ANR_LOG : Current msg <4> = { when=-5s255ms
what=9999 target=android.app.ActivityThread$H }
02-03 20:47:01.925 16687 16687 E ANR_LOG : Current msg <5> = { when=-5s208ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@7baaa4f
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 20:47:01.925 16687 16687 E ANR_LOG : Current msg <6> = { when=-5s206ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@7baaa4f startId=13 args=null} }
02-03 20:47:01.925 16687 16687 E ANR_LOG : Current msg <7> = { when=-4s925ms
what=149 target=android.app.ActivityThread$H obj=android.os.BinderProxy@7f357a0 }
02-03 20:47:01.925 16687 16687 E ANR_LOG : Current msg <8> = { when=-4s573ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 20:47:01.925 16687 16687 E ANR_LOG : Current msg <9> = { when=-4s286ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:47:01.925 16687 16687 E ANR_LOG : Current msg <10> = { when=-4s220ms
what=0 target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$ActivityThread$A4ykhsPb8qV3ffTqpQDklHSMDJ0 }
02-03 20:47:01.925 16687 16687 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:47:01.925 16687 16687 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
02-03 20:47:02.338 16687 16687 E RecyclerView: No adapter attached; skipping layout
02-03 20:47:02.481 16687 17155 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:02.486 16687 16687 E ArmVmp : Match on catch block at 0x0a in for 0xd9
02-03 20:47:02.534 16687 16687 E ScreenmodeClient: display mode not support
02-03 20:47:03.622 16687 16687 E ArmVmp : Match on catch block at 0x5b in for 0x89
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=0762730b-3d93-4c78-a11d-fa864917283b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/40271220_1032561091180654_1068181098789009631_n.enc?ccb=11-
4&oh=01_AdSWXuYcp4chD6ZpkHdNU3xCriWUJGMETtKfbYnudW-vLw&oe=65E5B41B&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=1Dq9qysOTo2xwD2poAGnzzWdwaqavExsPkOPg+yNYqQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706967970000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/40271220_1032561091180654_1068181098789009631_n.enc?ccb=11-
4&oh=01_AdSWXuYcp4chD6ZpkHdNU3xCriWUJGMETtKfbYnudW-
vLw&oe=65E5B41B&_nc_sid=5e03e0&mms3=true media_caption=null trim_from=0
mime_type=video/mp4 partial_media_enc_hash=null width=576 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=1007 multicast_id=null
enc_file_hash=AZwq/oCAZ/vkEwueiWaRF47xeaFQjegC0VZY7loCNFE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2364670
media_name=null media_duration=13 chat_row_id=26 media_key=[B@ce9d22
02-03 20:47:05.798 16687 16741 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-03 20:47:05.798 16687 16741 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=0762730b-3d93-4c78-a11d-fa864917283b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/40271220_1032561091180654_1068181098789009631_n.enc?ccb=11-
4&oh=01_AdSWXuYcp4chD6ZpkHdNU3xCriWUJGMETtKfbYnudW-vLw&oe=65E5B41B&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=1Dq9qysOTo2xwD2poAGnzzWdwaqavExsPkOPg+yNYqQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706967970000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/40271220_1032561091180654_1068181098789009631_n.enc?ccb=11-
4&oh=01_AdSWXuYcp4chD6ZpkHdNU3xCriWUJGMETtKfbYnudW-
vLw&oe=65E5B41B&_nc_sid=5e03e0&mms3=true media_caption=null trim_from=0
mime_type=video/mp4 partial_media_enc_hash=null width=576 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=1007 multicast_id=null
enc_file_hash=AZwq/oCAZ/vkEwueiWaRF47xeaFQjegC0VZY7loCNFE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2364670
media_name=null media_duration=13 chat_row_id=26 media_key=[B@ce9d22
02-03 20:47:05.858 16687 16741 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-03 20:47:05.858 16687 16741 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-03 20:47:06.643 16687 16712 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-03 20:47:06.860 16687 16885 E CheckPermission: _bluetooth code = 1
02-03 20:47:06.862 16687 16885 E CheckPermission: _bluetooth code = 3
02-03 20:47:06.864 16687 16885 E CheckPermission: _bluetooth code = 11
02-03 20:47:07.211 16687 17367 E Parcel : Reading a NULL string not supported
here.
02-03 20:47:07.718 16687 17370 E Parcel : Reading a NULL string not supported
here.
02-03 20:47:09.711 16687 16687 E Parcel : Reading a NULL string not supported
here.
02-03 20:47:09.824 16687 17437 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:09.988 16687 16687 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:09.990 16687 16687 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:10.128 16687 16687 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
02-03 20:47:11.332 16687 16687 E Parcel : Reading a NULL string not supported
here.
02-03 20:47:11.434 16687 17457 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:11.573 16687 16687 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:11.575 16687 16687 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:47:11.827 16687 16687 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
02-03 20:47:11.994 16687 16687 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-03 20:47:11.994 16687 16687 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-03 20:47:12.439 16687 17463 W AudioCapabilities: Unsupported mime audio/ffmpeg
02-03 20:47:12.441 16687 17463 W AudioCapabilities: Unsupported mime audio/x-adpcm-
ms
02-03 20:47:12.441 16687 17463 W AudioCapabilities: Unsupported mime audio/x-adpcm-
dvi-ima
02-03 20:47:12.441 16687 17463 W AudioCapabilities: Unsupported mime audio/alac
02-03 20:47:12.442 16687 17463 W AudioCapabilities: Unsupported mime audio/ape
02-03 20:47:12.442 16687 17463 W AudioCapabilities: Unsupported mime audio/x-ms-wma
02-03 20:47:12.442 16687 17463 W VideoCapabilities: Unsupported mime video/ffmpeg
02-03 20:47:12.449 16687 17463 W VideoCapabilities: Unrecognized profile/level 1/32
for video/mp4v-es
02-03 20:47:12.449 16687 17463 W VideoCapabilities: Unrecognized profile/level
32768/2 for video/mp4v-es
02-03 20:47:12.449 16687 17463 W VideoCapabilities: Unrecognized profile/level
32768/64 for video/mp4v-es
02-03 20:47:12.451 16687 17463 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-03 20:47:12.454 16687 17463 W VideoCapabilities: Unrecognized profile/level 1/32
for video/mp4v-es
02-03 20:47:12.497 16687 17463 E Parcel : Reading a NULL string not supported
here.
02-03 20:47:12.640 16687 17468 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-03 20:47:12.646 16687 17468 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-03 20:47:12.646 16687 17468 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-03 20:47:12.866 16687 17475 W Codec2Client: query -- param skipped: index =
1107298332.
02-03 20:47:12.866 16687 17475 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-03 20:47:12.871 16687 17475 W Codec2Client: query -- param skipped: index =
1342179345.
02-03 20:47:12.872 16687 17475 W Codec2Client: query -- param skipped: index =
2415921170.
02-03 20:47:12.872 16687 17475 W Codec2Client: query -- param skipped: index =
1610614798.
02-03 20:47:12.873 16687 17475 E FMQ : grantorIdx must be less than 3
02-03 20:47:12.874 16687 17475 E FMQ : grantorIdx must be less than 3
02-03 20:47:12.887 16687 17475 E FMQ : grantorIdx must be less than 3
02-03 20:47:12.901 16687 17469 E FMQ : grantorIdx must be less than 3
02-03 20:47:16.902 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:16.902 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:16.905 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:16.905 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:16.907 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:16.908 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:16.910 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:16.910 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:16.912 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:16.912 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:16.913 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:16.914 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:16.916 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:16.917 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:24.772 16687 17475 E FMQ : grantorIdx must be less than 3
02-03 20:47:26.236 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:26.236 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:26.237 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:26.237 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:26.239 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:26.239 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:26.240 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:26.240 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:26.241 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:26.241 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:26.241 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:26.241 16687 16748 W RefBase : CallStack::logStackInternal not linked
02-03 20:47:26.242 16687 16748 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:47:26.242 16687 16748 W RefBase : CallStack::logStackInternal not linked
--------- beginning of main
02-03 20:48:55.437 22638 22638 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:48:55.447 22638 22638 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:48:55.462 22638 22638 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:48:55.550 22638 22638 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:48:55.957 22638 22638 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:48:55.962 22638 22638 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:48:55.970 22638 22638 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:48:55.971 22638 22638 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:48:55.971 22638 22638 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:48:55.972 22638 22638 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:48:55.973 22638 22638 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:48:55.973 22638 22638 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:48:55.973 22638 22638 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:48:55.973 22638 22638 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:48:55.973 22638 22638 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:48:55.973 22638 22638 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:48:55.973 22638 22638 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:48:55.973 22638 22638 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:48:55.973 22638 22638 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:48:55.973 22638 22638 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:48:55.973 22638 22638 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:48:55.974 22638 22638 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:48:55.974 22638 22638 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:48:55.974 22638 22638 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:48:55.974 22638 22638 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:48:56.095 22638 22638 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-03 20:48:57.212 22638 22638 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:48:57.213 22638 22638 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:48:57.332 22638 22638 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:48:57.714 22638 22638 E ANR_LOG : >>> msg's executing time is too long
02-03 20:48:57.714 22638 22638 E ANR_LOG : Blocked msg = { when=-2s220ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{2f6ffd2
com.whatsapp}} } , cost = 2212 ms
02-03 20:48:57.714 22638 22638 E ANR_LOG : >>>Current msg List is:
02-03 20:48:57.717 22638 22638 E ANR_LOG : Current msg <1> = { when=-2s214ms
what=9999 target=android.app.ActivityThread$H }
02-03 20:48:57.717 22638 22638 E ANR_LOG : Current msg <2> = { when=-2s207ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@38918a3
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 20:48:57.717 22638 22638 E ANR_LOG : Current msg <3> = { when=-2s206ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@38918a3 startId=17 args=null} }
02-03 20:48:57.717 22638 22638 E ANR_LOG : Current msg <4> = { when=-1s985ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:48:57.717 22638 22638 E ANR_LOG : Current msg <5> = { when=-780ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 20:48:57.718 22638 22638 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:48:57.794 22638 22792 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:48:57.794 22638 22792 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:48:57.794 22638 22792 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:48:58.236 22638 22807 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:48:59.687 22638 22853 E Parcel : Reading a NULL string not supported
here.
02-03 20:48:59.707 22638 22803 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:49:00.265 22638 22802 E CheckPermission: _bluetooth code = 1
02-03 20:49:00.267 22638 22802 E CheckPermission: _bluetooth code = 3
02-03 20:49:00.272 22638 22802 E CheckPermission: _bluetooth code = 11
--------- beginning of main
--------- beginning of system
02-03 20:51:03.317 22638 22638 E OplusCustomizeRestrictionManager: sInstance is
null, start a new sInstance
02-03 20:51:43.636 26287 26287 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:51:43.644 26287 26287 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:51:43.658 26287 26287 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:51:43.797 26287 26287 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:51:44.019 26287 26287 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:51:44.020 26287 26287 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:51:44.020 26287 26287 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:51:44.020 26287 26287 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:51:44.020 26287 26287 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:51:44.021 26287 26287 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:51:44.021 26287 26287 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:51:44.021 26287 26287 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:51:44.021 26287 26287 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:51:44.021 26287 26287 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:51:44.021 26287 26287 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:51:44.021 26287 26287 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:51:44.021 26287 26287 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:51:44.021 26287 26287 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:51:44.021 26287 26287 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:51:44.021 26287 26287 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:51:44.021 26287 26287 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:51:44.021 26287 26287 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:51:44.021 26287 26287 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:51:44.022 26287 26287 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:51:44.022 26287 26287 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:51:44.083 26287 26287 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-03 20:51:45.118 26287 26287 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:51:45.120 26287 26287 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:51:45.248 26287 26287 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:51:45.659 26287 26287 E ANR_LOG : >>> msg's executing time is too long
02-03 20:51:45.659 26287 26287 E ANR_LOG : Blocked msg = { when=-1s959ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{f825a5d
com.whatsapp}} } , cost = 1900 ms
02-03 20:51:45.659 26287 26287 E ANR_LOG : >>>Current msg List is:
02-03 20:51:45.659 26287 26287 E ANR_LOG : Current msg <1> = { when=-1s950ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@38918a3
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 20:51:45.660 26287 26287 E ANR_LOG : Current msg <2> = { when=-1s949ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@38918a3 startId=19 args=null} }
02-03 20:51:45.660 26287 26287 E ANR_LOG : Current msg <3> = { when=-1s907ms
what=9999 target=android.app.ActivityThread$H }
02-03 20:51:45.660 26287 26287 E ANR_LOG : Current msg <4> = { when=-1s903ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:51:45.661 26287 26287 E ANR_LOG : Current msg <5> = { when=-1s41ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:51:45.662 26287 26287 E ANR_LOG : Current msg <6> = { when=-723ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 20:51:45.662 26287 26287 E ANR_LOG : Current msg <7> = { when=-227ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:51:45.663 26287 26287 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:51:45.703 26287 26518 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:51:45.703 26287 26518 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:51:45.703 26287 26518 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:51:46.309 26287 26588 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
--------- beginning of main
02-03 20:51:47.102 26630 26630 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:51:47.113 26630 26630 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:51:47.130 26630 26630 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:51:47.249 26630 26630 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:51:47.387 26630 26630 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:51:47.388 26630 26630 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:51:47.388 26630 26630 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:51:47.388 26630 26630 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:51:47.388 26630 26630 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:51:47.388 26630 26630 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:51:47.388 26630 26630 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:51:47.388 26630 26630 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:51:47.388 26630 26630 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:51:47.388 26630 26630 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:51:47.388 26630 26630 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:51:47.388 26630 26630 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:51:47.388 26630 26630 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:51:47.389 26630 26630 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:51:47.389 26630 26630 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:51:47.389 26630 26630 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:51:47.389 26630 26630 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:51:47.389 26630 26630 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:51:47.389 26630 26630 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:51:47.389 26630 26630 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:51:47.389 26630 26630 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:51:47.412 26630 26630 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-03 20:51:47.866 26630 26630 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:51:47.866 26630 26630 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:51:47.965 26630 26630 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:51:48.245 26630 26759 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:51:48.245 26630 26759 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:51:48.245 26630 26759 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:51:48.610 26630 26790 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:51:49.077 26630 26759 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:51:49.477 26630 26765 E CheckPermission: _bluetooth code = 1
02-03 20:51:49.489 26630 26765 E CheckPermission: _bluetooth code = 3
02-03 20:51:49.493 26630 26765 E CheckPermission: _bluetooth code = 11
02-03 20:51:50.024 26630 26868 E Parcel : Reading a NULL string not supported
here.
--------- beginning of main
02-03 20:55:20.296 29779 29779 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:55:20.302 29779 29779 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:55:20.316 29779 29779 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:55:20.371 29779 29779 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:55:20.849 29779 29779 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:55:20.850 29779 29779 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:55:20.850 29779 29779 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:55:20.850 29779 29779 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:55:20.850 29779 29779 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:55:20.850 29779 29779 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:55:20.850 29779 29779 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:55:20.850 29779 29779 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:55:20.850 29779 29779 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:55:20.851 29779 29779 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:55:20.851 29779 29779 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:55:20.851 29779 29779 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:55:20.851 29779 29779 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:55:20.851 29779 29779 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:55:20.851 29779 29779 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:55:20.851 29779 29779 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:55:20.851 29779 29779 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:55:20.851 29779 29779 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:55:20.851 29779 29779 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:55:20.851 29779 29779 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:55:20.851 29779 29779 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:55:20.897 29779 29779 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-03 20:55:22.007 29779 29779 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:55:22.009 29779 29779 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:55:22.218 29779 29779 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:55:22.604 29779 29779 E ANR_LOG : >>> msg's executing time is too long
02-03 20:55:22.605 29779 29779 E ANR_LOG : Blocked msg = { when=-2s273ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{38918a3
com.whatsapp}} } , cost = 2265 ms
02-03 20:55:22.606 29779 29779 E ANR_LOG : >>>Current msg List is:
02-03 20:55:22.606 29779 29779 E ANR_LOG : Current msg <1> = { when=-2s269ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@7f357a0
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 20:55:22.607 29779 29779 E ANR_LOG : Current msg <2> = { when=-2s268ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@7f357a0 startId=22 args=null} }
02-03 20:55:22.608 29779 29779 E ANR_LOG : Current msg <3> = { when=-2s267ms
what=9999 target=android.app.ActivityThread$H }
02-03 20:55:22.608 29779 29779 E ANR_LOG : Current msg <4> = { when=-920ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 20:55:22.609 29779 29779 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:55:22.619 29779 29831 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:55:22.619 29779 29831 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:55:22.619 29779 29831 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:55:23.250 29779 29842 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:55:23.279 29779 29840 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:55:23.447 29779 29831 E CheckPermission: _bluetooth code = 1
02-03 20:55:23.449 29779 29831 E CheckPermission: _bluetooth code = 3
02-03 20:55:23.450 29779 29831 E CheckPermission: _bluetooth code = 11
02-03 20:55:23.887 29779 29871 E Parcel : Reading a NULL string not supported
here.
02-03 20:56:18.681 29779 30070 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:18.865 29779 29779 W com.whatsapp: Class X.0eU failed lock verification
and will run slower.
--------- beginning of system
02-03 20:56:19.259 29779 29779 E OplusCustomizeRestrictionManager: sInstance is
null, start a new sInstance
02-03 20:56:19.644 29779 29779 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:19.650 29779 29779 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:19.651 29779 29779 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:19.751 29779 30067 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:19.798 29779 30067 E Parcel : Reading a NULL string not supported
here.
02-03 20:56:19.800 29779 30067 E Parcel : Reading a NULL string not supported
here.
02-03 20:56:19.832 29779 30067 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:19.843 29779 30067 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:19.843 29779 30067 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:19.843 29779 30067 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:19.843 29779 30067 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:19.860 29779 30067 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:19.876 29779 30067 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:20.131 29779 30067 E ion : ioctl c0044901 failed with code -1:
Invalid argument
02-03 20:56:20.278 29779 29779 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
02-03 20:56:20.283 29779 30115 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:20.576 29779 30134 E ion : ioctl c0044901 failed with code -1:
Invalid argument
02-03 20:56:20.643 29779 30134 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-03 20:56:20.644 29779 30134 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-03 20:56:20.648 29779 30134 E libc : Access denied finding property
"vendor.debug.drm.logd"
02-03 20:56:20.648 29779 30134 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-03 20:56:20.649 29779 29779 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:20.650 29779 29779 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:20.789 29779 29779 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
02-03 20:56:20.838 29779 29779 E ScreenmodeClient: display mode not support
02-03 20:56:20.992 29779 29779 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-03 20:56:20.993 29779 29779 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-03 20:56:21.780 29779 30171 W AudioCapabilities: Unsupported mime audio/ffmpeg
02-03 20:56:21.781 29779 30171 W AudioCapabilities: Unsupported mime audio/x-adpcm-
ms
02-03 20:56:21.781 29779 30171 W AudioCapabilities: Unsupported mime audio/x-adpcm-
dvi-ima
02-03 20:56:21.781 29779 30171 W AudioCapabilities: Unsupported mime audio/alac
02-03 20:56:21.783 29779 30171 W AudioCapabilities: Unsupported mime audio/ape
02-03 20:56:21.783 29779 30171 W AudioCapabilities: Unsupported mime audio/x-ms-wma
02-03 20:56:21.786 29779 30171 W VideoCapabilities: Unsupported mime video/ffmpeg
02-03 20:56:21.792 29779 30171 W VideoCapabilities: Unrecognized profile/level 1/32
for video/mp4v-es
02-03 20:56:21.792 29779 30171 W VideoCapabilities: Unrecognized profile/level
32768/2 for video/mp4v-es
02-03 20:56:21.792 29779 30171 W VideoCapabilities: Unrecognized profile/level
32768/64 for video/mp4v-es
02-03 20:56:21.794 29779 30171 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-03 20:56:21.798 29779 30171 W VideoCapabilities: Unrecognized profile/level 1/32
for video/mp4v-es
02-03 20:56:21.841 29779 30171 E Parcel : Reading a NULL string not supported
here.
02-03 20:56:22.045 29779 30188 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-03 20:56:22.048 29779 30188 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-03 20:56:22.048 29779 30188 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-03 20:56:22.260 29779 30200 W Codec2Client: query -- param skipped: index =
1107298332.
02-03 20:56:22.260 29779 30200 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-03 20:56:22.275 29779 30200 W Codec2Client: query -- param skipped: index =
1342179345.
02-03 20:56:22.275 29779 30200 W Codec2Client: query -- param skipped: index =
2415921170.
02-03 20:56:22.275 29779 30200 W Codec2Client: query -- param skipped: index =
1610614798.
02-03 20:56:22.278 29779 30200 E FMQ : grantorIdx must be less than 3
02-03 20:56:22.278 29779 30200 E FMQ : grantorIdx must be less than 3
02-03 20:56:22.293 29779 30200 E FMQ : grantorIdx must be less than 3
02-03 20:56:22.316 29779 30189 E FMQ : grantorIdx must be less than 3
02-03 20:56:24.629 29779 30067 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:56:24.629 29779 30067 W RefBase : CallStack::logStackInternal not linked
02-03 20:56:24.629 29779 30067 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:56:24.629 29779 30067 W RefBase : CallStack::logStackInternal not linked
02-03 20:56:24.630 29779 30067 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:56:24.630 29779 30067 W RefBase : CallStack::logStackInternal not linked
02-03 20:56:24.630 29779 30067 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:56:24.630 29779 30067 W RefBase : CallStack::logStackInternal not linked
02-03 20:56:24.631 29779 30067 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:56:24.631 29779 30067 W RefBase : CallStack::logStackInternal not linked
02-03 20:56:24.632 29779 30067 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-03 20:56:24.632 29779 30067 W RefBase : CallStack::logStackInternal not linked
02-03 20:56:24.664 29779 30200 W Codec2Client: query -- param skipped: index =
1342179345.
02-03 20:56:24.664 29779 30200 W Codec2Client: query -- param skipped: index =
2415921170.
02-03 20:56:24.664 29779 30200 W Codec2Client: query -- param skipped: index =
1610614798.
02-03 20:56:24.668 29779 30188 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-03 20:56:25.310 29779 30362 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:25.414 29779 29779 W com.whatsapp: Class com.whatsapp.HomeActivity
failed lock verification and will run slower.
02-03 20:56:26.244 29779 29779 E ArmVmp : Match on catch block at 0x0a in for 0xc1
02-03 20:56:26.296 29779 29779 E ArmVmp : Match on catch block at 0x0a in for
0x131
02-03 20:56:26.304 29779 29779 E Parcel : Reading a NULL string not supported
here.
02-03 20:56:26.359 29779 29779 E Parcel : Reading a NULL string not supported
here.
02-03 20:56:26.388 29779 30425 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V
(greylist-max-q,test-api, reflection, denied)
02-03 20:56:26.389 29779 30425 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:56:26.389 29779 30425 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:56:26.390 29779 30425 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(greylist-max-q,test-api, reflection, denied)
02-03 20:56:26.390 29779 30425 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(greylist-max-q,test-api, reflection, denied)
02-03 20:56:26.391 29779 30425 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (greylist-max-q, reflection, denied)
02-03 20:56:26.391 29779 30425 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (greylist-max-
q,test-api, reflection, denied)
02-03 20:56:26.392 29779 30425 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V
(greylist-max-q, reflection, denied)
02-03 20:56:26.478 29779 30425 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B
(greylist-max-q,test-api, reflection, denied)
02-03 20:56:26.479 29779 30425 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(greylist-max-q, reflection, denied)
02-03 20:56:26.830 29779 29779 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:26.832 29779 29779 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:26.874 29779 29779 E ANR_LOG : >>> msg's executing time is too long
02-03 20:56:26.874 29779 29779 E ANR_LOG : Blocked msg = { when=-1s584ms what=159
target=android.app.ActivityThread$H obj=ClientTransaction
LaunchActivityItem,ResumeActivityItem } , cost = 1566 ms
02-03 20:56:26.874 29779 29779 E ANR_LOG : >>>Current msg List is:
02-03 20:56:26.874 29779 29779 E ANR_LOG : Current msg <1> = { when=-
7d0h58m53s890ms what=0 target=android.view.Choreographer$FrameHandler }
02-03 20:56:26.874 29779 29779 E ANR_LOG : Current msg <2> = { when=-1s583ms
what=159 target=android.app.ActivityThread$H obj=ClientTransaction
TopResumedActivityChangeItem, }
02-03 20:56:26.874 29779 29779 E ANR_LOG : Current msg <3> = { when=-1s559ms what=0
target=android.view.ViewRootImpl$ViewRootHandler
callback=android.view.View$UnsetPressedState }
02-03 20:56:26.874 29779 29779 E ANR_LOG : Current msg <4> = { when=-1s528ms what=0
target=android.os.Handler callback=android.graphics.animation.-$
$Lambda$awqPSgriNRe12PWP0zkpAtPsfV4 }
02-03 20:56:26.874 29779 29779 E ANR_LOG : Current msg <5> = { when=-1s499ms what=2
target=android.view.AccessibilityInteractionController$PrivateHandler
obj=com.android.internal.os.SomeArgs@4efd948 }
02-03 20:56:26.874 29779 29779 E ANR_LOG : Current msg <6> = { when=-1s377ms what=0
target=android.os.Handler callback=android.graphics.animation.-$
$Lambda$awqPSgriNRe12PWP0zkpAtPsfV4 }
02-03 20:56:26.874 29779 29779 E ANR_LOG : Current msg <7> = { when=-1s377ms what=0
target=android.os.Handler callback=android.graphics.animation.-$
$Lambda$awqPSgriNRe12PWP0zkpAtPsfV4 }
02-03 20:56:26.874 29779 29779 E ANR_LOG : Current msg <8> = { when=-1s377ms what=0
target=android.os.Handler callback=android.graphics.animation.-$
$Lambda$awqPSgriNRe12PWP0zkpAtPsfV4 }
02-03 20:56:26.874 29779 29779 E ANR_LOG : Current msg <9> = { when=-1s196ms what=0
target=android.os.Handler callback=X.0lO }
02-03 20:56:26.874 29779 29779 E ANR_LOG : Current msg <10> = { when=-1s196ms
what=0 target=android.os.Handler callback=X.0lO }
02-03 20:56:26.874 29779 29779 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:56:28.679 29779 29779 E RecyclerView: No adapter attached; skipping layout
02-03 20:56:28.796 29779 29779 E ANR_LOG : >>> msg's executing time is too long
02-03 20:56:28.796 29779 29779 E ANR_LOG : Blocked msg = { when=-7d0h58m55s813ms
what=0 target=android.view.Choreographer$FrameHandler } , cost = 1921 ms
02-03 20:56:28.796 29779 29779 E ANR_LOG : >>>Current msg List is:
02-03 20:56:28.796 29779 29779 E ANR_LOG : Current msg <1> = { when=-
7d0h58m55s813ms what=0 target=android.view.ViewRootImpl$ViewRootHandler
callback=android.view.-$$Lambda$ViewRootImpl$DJd0VUYJgsebcnSohO6h8zc_ONI }
02-03 20:56:28.796 29779 29779 E ANR_LOG : Current msg <2> = { when=-
7d0h58m55s813ms what=0 target=android.os.Handler callback=X.3ef }
02-03 20:56:28.797 29779 29779 E ANR_LOG : Current msg <3> = { when=-3s506ms
what=159 target=android.app.ActivityThread$H obj=ClientTransaction
TopResumedActivityChangeItem, }
02-03 20:56:28.797 29779 29779 E ANR_LOG : Current msg <4> = { when=-3s489ms what=0
target=android.view.Choreographer$FrameHandler
callback=android.view.Choreographer$FrameDisplayEventReceiver }
02-03 20:56:28.797 29779 29779 E ANR_LOG : Current msg <5> = { when=-3s482ms what=0
target=android.view.ViewRootImpl$ViewRootHandler
callback=android.view.View$UnsetPressedState }
02-03 20:56:28.797 29779 29779 E ANR_LOG : Current msg <6> = { when=-3s451ms what=0
target=android.os.Handler callback=android.graphics.animation.-$
$Lambda$awqPSgriNRe12PWP0zkpAtPsfV4 }
02-03 20:56:28.797 29779 29779 E ANR_LOG : Current msg <7> = { when=-3s422ms what=2
target=android.view.AccessibilityInteractionController$PrivateHandler
obj=com.android.internal.os.SomeArgs@4efd948 }
02-03 20:56:28.797 29779 29779 E ANR_LOG : Current msg <8> = { when=-3s300ms what=0
target=android.os.Handler callback=android.graphics.animation.-$
$Lambda$awqPSgriNRe12PWP0zkpAtPsfV4 }
02-03 20:56:28.797 29779 29779 E ANR_LOG : Current msg <9> = { when=-3s300ms what=0
target=android.os.Handler callback=android.graphics.animation.-$
$Lambda$awqPSgriNRe12PWP0zkpAtPsfV4 }
02-03 20:56:28.797 29779 29779 E ANR_LOG : Current msg <10> = { when=-3s300ms
what=0 target=android.os.Handler callback=android.graphics.animation.-$
$Lambda$awqPSgriNRe12PWP0zkpAtPsfV4 }
02-03 20:56:28.797 29779 29779 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:56:28.797 29779 29779 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
02-03 20:56:28.896 29779 29779 E RecyclerView: No adapter attached; skipping layout
02-03 20:56:29.329 29779 30812 E libEGL : Invalid file path for libcolorx-
loader.so
02-03 20:56:29.335 29779 29779 E ArmVmp : Match on catch block at 0x0a in for 0xd5
02-03 20:56:30.198 29779 29779 E ArmVmp : Match on catch block at 0x5b in for 0x85
--------- beginning of system
--------- beginning of main
02-03 20:57:34.804 32706 32706 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:57:34.812 32706 32706 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:57:34.828 32706 32706 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:57:35.001 32706 32706 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:57:35.612 32706 32706 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:57:35.613 32706 32706 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:57:35.613 32706 32706 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:57:35.614 32706 32706 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:57:35.614 32706 32706 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:57:35.614 32706 32706 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:57:35.615 32706 32706 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:57:35.616 32706 32706 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:57:35.616 32706 32706 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:57:35.616 32706 32706 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:57:35.616 32706 32706 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:57:35.616 32706 32706 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:57:35.616 32706 32706 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:57:35.616 32706 32706 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:57:35.616 32706 32706 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:57:35.617 32706 32706 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:57:35.618 32706 32706 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:57:35.618 32706 32706 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:57:35.618 32706 32706 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:57:35.618 32706 32706 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:57:35.618 32706 32706 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:57:35.677 32706 32706 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-03 20:57:35.864 32706 328 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-03 20:57:36.623 32706 32706 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:57:36.624 32706 32706 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:57:36.761 32706 32706 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:57:37.351 32706 32706 E ANR_LOG : >>> msg's executing time is too long
02-03 20:57:37.351 32706 32706 E ANR_LOG : Blocked msg = { when=-2s469ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{3c64dcc
com.whatsapp}} } , cost = 2457 ms
02-03 20:57:37.351 32706 32706 E ANR_LOG : >>>Current msg List is:
02-03 20:57:37.352 32706 32706 E ANR_LOG : Current msg <1> = { when=-2s468ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@eeb7815
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 20:57:37.352 32706 32706 E ANR_LOG : Current msg <2> = { when=-2s468ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@eeb7815 startId=25 args=null} }
02-03 20:57:37.352 32706 32706 E ANR_LOG : Current msg <3> = { when=-2s461ms
what=9999 target=android.app.ActivityThread$H }
02-03 20:57:37.353 32706 32706 E ANR_LOG : Current msg <4> = { when=-1s751ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:57:37.353 32706 32706 E ANR_LOG : Current msg <5> = { when=-1s444ms what=0
target=android.app.ActivityThread$H
callback=android.app.LoadedApk$ServiceDispatcher$RunConnection }
02-03 20:57:37.353 32706 32706 E ANR_LOG : Current msg <6> = { when=-906ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 20:57:37.354 32706 32706 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:57:37.389 32706 414 E Parcel : Reading a NULL string not supported
here.
02-03 20:57:37.712 32706 797 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:57:37.712 32706 797 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:57:37.712 32706 797 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:57:38.082 32706 840 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:57:38.874 32706 32726 W OplusExSystemServiceHelper:
checkOplusExSystemService intent getComponent is null
02-03 20:57:39.253 32706 987 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:57:39.529 32706 827 E CheckPermission: _bluetooth code = 1
02-03 20:57:39.530 32706 827 E CheckPermission: _bluetooth code = 3
02-03 20:57:39.533 32706 827 E CheckPermission: _bluetooth code = 11
02-03 20:57:40.467 32706 1022 E Parcel : Reading a NULL string not supported
here.
02-03 20:57:40.650 32706 32706 E Parcel : Reading a NULL string not supported
here.
--------- beginning of main
02-03 20:58:39.477 3297 3297 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 20:58:39.495 3297 3297 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 20:58:39.530 3297 3297 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 20:58:39.731 3297 3297 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 20:58:40.146 3297 3297 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 20:58:40.147 3297 3297 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 20:58:40.147 3297 3297 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 20:58:40.147 3297 3297 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 20:58:40.147 3297 3297 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 20:58:40.147 3297 3297 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 20:58:40.148 3297 3297 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 20:58:40.148 3297 3297 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 20:58:40.148 3297 3297 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 20:58:40.148 3297 3297 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 20:58:40.148 3297 3297 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 20:58:40.148 3297 3297 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 20:58:40.148 3297 3297 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 20:58:40.148 3297 3297 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 20:58:40.148 3297 3297 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 20:58:40.148 3297 3297 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 20:58:40.148 3297 3297 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 20:58:40.148 3297 3297 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 20:58:40.148 3297 3297 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 20:58:40.149 3297 3297 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 20:58:40.149 3297 3297 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 20:58:40.190 3297 3297 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-03 20:58:41.207 3297 3297 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 20:58:41.208 3297 3297 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 20:58:41.328 3297 3297 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 20:58:41.653 3297 3297 E ANR_LOG : >>> msg's executing time is too long
02-03 20:58:41.653 3297 3297 E ANR_LOG : Blocked msg = { when=-2s64ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{2f6ffd2
com.whatsapp}} } , cost = 2038 ms
02-03 20:58:41.654 3297 3297 E ANR_LOG : >>>Current msg List is:
02-03 20:58:41.654 3297 3297 E ANR_LOG : Current msg <1> = { when=-2s52ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@38918a3
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 20:58:41.655 3297 3297 E ANR_LOG : Current msg <2> = { when=-2s48ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@38918a3 startId=27 args=null} }
02-03 20:58:41.655 3297 3297 E ANR_LOG : Current msg <3> = { when=-2s46ms
what=9999 target=android.app.ActivityThread$H }
02-03 20:58:41.655 3297 3297 E ANR_LOG : Current msg <4> = { when=-1s752ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 20:58:41.656 3297 3297 E ANR_LOG : Current msg <5> = { when=-686ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 20:58:41.656 3297 3297 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 20:58:41.689 3297 3486 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 20:58:41.689 3297 3486 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 20:58:41.689 3297 3486 W com.whatsapp: and incorrect proguard
optimizations.
02-03 20:58:42.152 3297 3500 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:58:42.230 3297 3486 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 20:58:42.397 3297 3495 E CheckPermission: _bluetooth code = 1
02-03 20:58:42.399 3297 3495 E CheckPermission: _bluetooth code = 3
02-03 20:58:42.401 3297 3495 E CheckPermission: _bluetooth code = 11
02-03 20:58:43.109 3297 3533 E Parcel : Reading a NULL string not supported
here.
--------- beginning of main
02-03 21:03:00.350 10952 10952 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 21:03:00.358 10952 10952 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 21:03:00.371 10952 10952 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 21:03:00.433 10952 10952 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 21:03:00.668 10952 10952 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 21:03:00.668 10952 10952 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 21:03:00.669 10952 10952 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 21:03:00.669 10952 10952 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 21:03:00.669 10952 10952 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 21:03:00.669 10952 10952 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 21:03:00.669 10952 10952 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 21:03:00.669 10952 10952 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 21:03:00.669 10952 10952 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 21:03:00.669 10952 10952 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 21:03:00.669 10952 10952 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 21:03:00.669 10952 10952 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 21:03:00.669 10952 10952 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 21:03:00.669 10952 10952 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 21:03:00.670 10952 10952 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 21:03:00.670 10952 10952 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 21:03:00.670 10952 10952 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 21:03:00.670 10952 10952 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 21:03:00.670 10952 10952 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 21:03:00.670 10952 10952 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 21:03:00.670 10952 10952 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 21:03:00.714 10952 10952 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-03 21:03:01.313 10952 10952 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 21:03:01.313 10952 10952 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 21:03:01.398 10952 10952 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 21:03:01.662 10952 11003 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 21:03:01.662 10952 11003 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 21:03:01.662 10952 11003 W com.whatsapp: and incorrect proguard
optimizations.
02-03 21:03:02.115 10952 11015 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 21:03:02.308 10952 11014 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 21:03:02.470 10952 11008 E CheckPermission: _bluetooth code = 1
02-03 21:03:02.472 10952 11008 E CheckPermission: _bluetooth code = 3
02-03 21:03:02.474 10952 11008 E CheckPermission: _bluetooth code = 11
02-03 21:03:02.806 10952 11044 E Parcel : Reading a NULL string not supported
here.
--------- beginning of main
02-03 21:13:09.275 19853 19853 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 21:13:09.285 19853 19853 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 21:13:09.301 19853 19853 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 21:13:09.366 19853 19853 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 21:13:09.789 19853 19853 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 21:13:09.790 19853 19853 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 21:13:09.790 19853 19853 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 21:13:09.790 19853 19853 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 21:13:09.790 19853 19853 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 21:13:09.790 19853 19853 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 21:13:09.790 19853 19853 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 21:13:09.790 19853 19853 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 21:13:09.790 19853 19853 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 21:13:09.790 19853 19853 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 21:13:09.791 19853 19853 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 21:13:09.791 19853 19853 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 21:13:09.791 19853 19853 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 21:13:09.791 19853 19853 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 21:13:09.791 19853 19853 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 21:13:09.791 19853 19853 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 21:13:09.791 19853 19853 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 21:13:09.791 19853 19853 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 21:13:09.791 19853 19853 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 21:13:09.791 19853 19853 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 21:13:09.791 19853 19853 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 21:13:09.839 19853 19853 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-03 21:13:10.445 19853 19853 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 21:13:10.446 19853 19853 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 21:13:10.592 19853 19853 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 21:13:10.899 19853 19853 E ANR_LOG : >>> msg's executing time is too long
02-03 21:13:10.900 19853 19853 E ANR_LOG : Blocked msg = { when=-1s577ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{38918a3
com.whatsapp}} } , cost = 1569 ms
02-03 21:13:10.900 19853 19853 E ANR_LOG : >>>Current msg List is:
02-03 21:13:10.900 19853 19853 E ANR_LOG : Current msg <1> = { when=-1s575ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@7f357a0
className=androidx.work.impl.background.systemjob.SystemJobService
packageName=com.whatsapp intent=null} }
02-03 21:13:10.901 19853 19853 E ANR_LOG : Current msg <2> = { when=-1s575ms
what=121 target=android.app.ActivityThread$H
obj=BindServiceData{token=android.os.BinderProxy@7f357a0 intent=Intent
{ cmp=com.whatsapp/androidx.work.impl.background.systemjob.SystemJobService (has
extras) }} }
02-03 21:13:10.901 19853 19853 E ANR_LOG : Current msg <3> = { when=-1s572ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@d0f3f59
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 21:13:10.901 19853 19853 E ANR_LOG : Current msg <4> = { when=-1s572ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@d0f3f59 startId=31 args=null} }
02-03 21:13:10.902 19853 19853 E ANR_LOG : Current msg <5> = { when=-1s571ms
what=9999 target=android.app.ActivityThread$H }
02-03 21:13:10.902 19853 19853 E ANR_LOG : Current msg <6> = { when=-709ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 21:13:10.902 19853 19853 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 21:13:10.925 19853 19910 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 21:13:10.925 19853 19910 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 21:13:10.925 19853 19910 W com.whatsapp: and incorrect proguard
optimizations.
02-03 21:13:11.271 19853 19926 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 21:13:11.322 19853 19926 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 21:13:11.729 19853 19917 E CheckPermission: _bluetooth code = 1
02-03 21:13:11.732 19853 19917 E CheckPermission: _bluetooth code = 3
02-03 21:13:11.735 19853 19917 E CheckPermission: _bluetooth code = 11
02-03 21:13:12.155 19853 19957 E Parcel : Reading a NULL string not supported
here.
--------- beginning of main
02-03 21:22:13.993 26896 26896 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 21:22:14.015 26896 26896 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 21:22:14.076 26896 26896 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 21:22:16.008 26896 26896 E Parcel : Reading a NULL string not supported
here.
02-03 21:22:16.109 26896 26896 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 21:22:16.705 26896 26896 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 21:22:16.705 26896 26896 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 21:22:16.706 26896 26896 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 21:22:16.707 26896 26896 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 21:22:16.708 26896 26896 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 21:22:16.708 26896 26896 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 21:22:16.708 26896 26896 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 21:22:16.714 26896 26896 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 21:22:16.715 26896 26896 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 21:22:16.715 26896 26896 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 21:22:16.716 26896 26896 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 21:22:16.716 26896 26896 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 21:22:16.716 26896 26896 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 21:22:16.716 26896 26896 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 21:22:16.717 26896 26896 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 21:22:16.717 26896 26896 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 21:22:16.717 26896 26896 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 21:22:16.717 26896 26896 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 21:22:16.717 26896 26896 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 21:22:16.717 26896 26896 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 21:22:16.717 26896 26896 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 21:22:16.777 26896 26896 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-03 21:22:17.050 26896 27023 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-03 21:22:17.663 26896 26896 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 21:22:17.665 26896 26896 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 21:22:17.821 26896 26896 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 21:22:18.418 26896 26896 E ANR_LOG : >>> msg's executing time is too long
02-03 21:22:18.419 26896 26896 E ANR_LOG : Blocked msg = { when=-2s441ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{1c11bf6
com.whatsapp}} } , cost = 2404 ms
02-03 21:22:18.419 26896 26896 E ANR_LOG : >>>Current msg List is:
02-03 21:22:18.419 26896 26896 E ANR_LOG : Current msg <1> = { when=-2s420ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@c020bf7
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 21:22:18.420 26896 26896 E ANR_LOG : Current msg <2> = { when=-2s419ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@c020bf7 startId=35 args=null} }
02-03 21:22:18.420 26896 26896 E ANR_LOG : Current msg <3> = { when=-2s408ms
what=9999 target=android.app.ActivityThread$H }
02-03 21:22:18.421 26896 26896 E ANR_LOG : Current msg <4> = { when=-1s862ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 21:22:18.424 26896 26896 E ANR_LOG : Current msg <5> = { when=-1s292ms what=0
target=android.app.ActivityThread$H
callback=android.app.LoadedApk$ServiceDispatcher$RunConnection }
02-03 21:22:18.425 26896 26896 E ANR_LOG : Current msg <6> = { when=-1s49ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 21:22:18.425 26896 26896 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 21:22:18.441 26896 27031 E Parcel : Reading a NULL string not supported
here.
02-03 21:22:18.442 26896 27157 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 21:22:18.442 26896 27157 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 21:22:18.442 26896 27157 W com.whatsapp: and incorrect proguard
optimizations.
02-03 21:22:19.176 26896 27186 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 21:22:21.198 26896 27163 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 21:22:21.733 26896 27172 E CheckPermission: _bluetooth code = 1
02-03 21:22:21.741 26896 27172 E CheckPermission: _bluetooth code = 3
02-03 21:22:21.754 26896 27172 E CheckPermission: _bluetooth code = 11
02-03 21:22:22.432 26896 27226 W OplusExSystemServiceHelper:
checkOplusExSystemService intent getComponent is null
02-03 21:22:23.814 26896 27277 E Parcel : Reading a NULL string not supported
here.
--------- beginning of main
02-03 21:36:41.128 6619 6619 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 21:36:41.138 6619 6619 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 21:36:41.207 6619 6619 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 21:36:41.465 6619 6619 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 21:36:42.365 6619 6619 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 21:36:42.365 6619 6619 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 21:36:42.365 6619 6619 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 21:36:42.366 6619 6619 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 21:36:42.366 6619 6619 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 21:36:42.366 6619 6619 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 21:36:42.366 6619 6619 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 21:36:42.366 6619 6619 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 21:36:42.366 6619 6619 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 21:36:42.366 6619 6619 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 21:36:42.366 6619 6619 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 21:36:42.366 6619 6619 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 21:36:42.366 6619 6619 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 21:36:42.366 6619 6619 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 21:36:42.366 6619 6619 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 21:36:42.367 6619 6619 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 21:36:42.367 6619 6619 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 21:36:42.367 6619 6619 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 21:36:42.367 6619 6619 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 21:36:42.368 6619 6619 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 21:36:42.368 6619 6619 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 21:36:42.516 6619 6619 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-03 21:36:44.511 6619 6619 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 21:36:44.513 6619 6619 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 21:36:45.172 6619 6619 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 21:36:46.431 6619 6619 E ANR_LOG : >>> msg's executing time is too long
02-03 21:36:46.431 6619 6619 E ANR_LOG : Blocked msg = { when=-5s152ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{e16b72a
com.whatsapp}} } , cost = 5121 ms
02-03 21:36:46.432 6619 6619 E ANR_LOG : >>>Current msg List is:
02-03 21:36:46.432 6619 6619 E ANR_LOG : Current msg <1> = { when=-5s129ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@ff6f91b
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 21:36:46.432 6619 6619 E ANR_LOG : Current msg <2> = { when=-5s127ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@ff6f91b startId=44 args=null} }
02-03 21:36:46.433 6619 6619 E ANR_LOG : Current msg <3> = { when=-5s124ms
what=9999 target=android.app.ActivityThread$H }
02-03 21:36:46.437 6619 6619 E ANR_LOG : Current msg <4> = { when=-4s995ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 21:36:46.437 6619 6619 E ANR_LOG : Current msg <5> = { when=-3s640ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 21:36:46.439 6619 6619 E ANR_LOG : Current msg <6> = { when=-2s796ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 21:36:46.439 6619 6619 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 21:36:47.127 6619 7295 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 21:36:47.127 6619 7295 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 21:36:47.127 6619 7295 W com.whatsapp: and incorrect proguard
optimizations.
02-03 21:36:47.414 6619 7392 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 21:36:50.561 6619 6651 W com.whatsapp: Suspending all threads took:
85.786ms
02-03 21:36:52.536 6619 7345 E CheckPermission: _bluetooth code = 1
02-03 21:36:52.539 6619 7345 E CheckPermission: _bluetooth code = 3
02-03 21:36:52.558 6619 7345 E CheckPermission: _bluetooth code = 11
--------- beginning of main
02-03 22:08:46.903 20529 20529 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 22:08:46.925 20529 20529 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 22:08:46.940 20529 20529 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 22:08:47.022 20529 20529 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 22:08:47.373 20529 20529 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 22:08:47.374 20529 20529 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 22:08:47.374 20529 20529 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 22:08:47.374 20529 20529 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 22:08:47.374 20529 20529 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 22:08:47.374 20529 20529 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 22:08:47.374 20529 20529 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 22:08:47.374 20529 20529 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 22:08:47.375 20529 20529 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 22:08:47.375 20529 20529 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 22:08:47.375 20529 20529 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 22:08:47.375 20529 20529 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 22:08:47.375 20529 20529 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 22:08:47.375 20529 20529 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 22:08:47.375 20529 20529 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 22:08:47.375 20529 20529 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 22:08:47.375 20529 20529 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 22:08:47.376 20529 20529 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 22:08:47.376 20529 20529 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 22:08:47.376 20529 20529 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 22:08:47.376 20529 20529 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 22:08:47.441 20529 20529 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-03 22:08:48.583 20529 20529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 22:08:48.585 20529 20529 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 22:08:48.810 20529 20529 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 22:08:49.386 20529 20529 E ANR_LOG : >>> msg's executing time is too long
02-03 22:08:49.386 20529 20529 E ANR_LOG : Blocked msg = { when=-2s415ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{d0f3f59
com.whatsapp}} } , cost = 2409 ms
02-03 22:08:49.387 20529 20529 E ANR_LOG : >>>Current msg List is:
02-03 22:08:49.387 20529 20529 E ANR_LOG : Current msg <1> = { when=-2s412ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@ca1471e
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-03 22:08:49.387 20529 20529 E ANR_LOG : Current msg <2> = { when=-2s412ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@ca1471e startId=45 args=null} }
02-03 22:08:49.390 20529 20529 E ANR_LOG : Current msg <3> = { when=-2s412ms
what=9999 target=android.app.ActivityThread$H }
02-03 22:08:49.391 20529 20529 E ANR_LOG : Current msg <4> = { when=-2s283ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-03 22:08:49.391 20529 20529 E ANR_LOG : Current msg <5> = { when=-1s806ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 22:08:49.391 20529 20529 E ANR_LOG : Current msg <6> = { when=-1s126ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-03 22:08:49.392 20529 20529 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-03 22:08:49.748 20529 20799 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 22:08:49.748 20529 20799 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 22:08:49.748 20529 20799 W com.whatsapp: and incorrect proguard
optimizations.
02-03 22:08:50.878 20529 20978 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 22:08:53.812 20529 20836 E CheckPermission: _bluetooth code = 1
02-03 22:08:53.817 20529 20836 E CheckPermission: _bluetooth code = 3
02-03 22:08:53.820 20529 20836 E CheckPermission: _bluetooth code = 11
--------- beginning of main
02-03 22:10:01.009 24244 24244 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 22:10:01.019 24244 24244 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 22:10:01.052 24244 24244 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 22:10:01.103 24244 24244 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 22:10:01.400 24244 24244 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 22:10:01.401 24244 24244 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 22:10:01.401 24244 24244 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 22:10:01.401 24244 24244 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 22:10:01.401 24244 24244 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 22:10:01.402 24244 24244 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 22:10:01.402 24244 24244 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 22:10:01.402 24244 24244 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 22:10:01.403 24244 24244 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 22:10:01.403 24244 24244 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 22:10:01.403 24244 24244 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 22:10:01.403 24244 24244 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 22:10:01.403 24244 24244 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 22:10:01.403 24244 24244 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 22:10:01.403 24244 24244 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 22:10:01.403 24244 24244 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 22:10:01.403 24244 24244 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 22:10:01.403 24244 24244 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 22:10:01.403 24244 24244 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 22:10:01.403 24244 24244 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 22:10:01.404 24244 24244 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 22:10:01.454 24244 24244 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-03 22:10:01.892 24244 24244 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 22:10:01.893 24244 24244 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 22:10:01.975 24244 24244 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 22:10:02.189 24244 24297 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 22:10:02.189 24244 24297 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 22:10:02.189 24244 24297 W com.whatsapp: and incorrect proguard
optimizations.
02-03 22:10:02.594 24244 24322 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 22:10:02.838 24244 24302 E CheckPermission: _bluetooth code = 1
02-03 22:10:02.840 24244 24302 E CheckPermission: _bluetooth code = 3
02-03 22:10:02.843 24244 24302 E CheckPermission: _bluetooth code = 11
--------- beginning of main
02-03 22:25:05.670 30575 30575 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 22:25:05.684 30575 30575 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 22:25:05.849 30575 30575 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 22:25:06.121 30575 30575 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 22:25:06.499 30575 30575 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 22:25:06.499 30575 30575 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 22:25:06.499 30575 30575 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 22:25:06.499 30575 30575 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 22:25:06.499 30575 30575 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 22:25:06.499 30575 30575 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 22:25:06.499 30575 30575 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 22:25:06.499 30575 30575 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 22:25:06.499 30575 30575 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 22:25:06.499 30575 30575 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 22:25:06.500 30575 30575 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 22:25:06.500 30575 30575 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 22:25:06.500 30575 30575 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 22:25:06.500 30575 30575 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 22:25:06.500 30575 30575 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 22:25:06.501 30575 30575 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 22:25:06.501 30575 30575 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 22:25:06.501 30575 30575 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 22:25:06.501 30575 30575 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 22:25:06.501 30575 30575 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 22:25:06.501 30575 30575 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 22:25:06.570 30575 30575 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-03 22:25:07.252 30575 30575 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 22:25:07.253 30575 30575 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 22:25:07.348 30575 30575 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 22:25:07.603 30575 30636 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 22:25:07.603 30575 30636 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 22:25:07.603 30575 30636 W com.whatsapp: and incorrect proguard
optimizations.
02-03 22:25:08.031 30575 30656 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 22:25:08.319 30575 30641 E CheckPermission: _bluetooth code = 1
02-03 22:25:08.321 30575 30641 E CheckPermission: _bluetooth code = 3
02-03 22:25:08.323 30575 30641 E CheckPermission: _bluetooth code = 11
--------- beginning of main
02-03 22:26:35.323 32364 32364 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 22:26:35.332 32364 32364 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 22:26:35.345 32364 32364 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 22:26:35.403 32364 32364 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 22:26:35.707 32364 32364 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 22:26:35.708 32364 32364 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 22:26:35.708 32364 32364 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 22:26:35.708 32364 32364 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 22:26:35.708 32364 32364 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 22:26:35.708 32364 32364 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 22:26:35.708 32364 32364 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 22:26:35.708 32364 32364 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 22:26:35.709 32364 32364 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 22:26:35.709 32364 32364 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 22:26:35.709 32364 32364 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 22:26:35.709 32364 32364 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 22:26:35.709 32364 32364 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 22:26:35.709 32364 32364 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 22:26:35.709 32364 32364 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 22:26:35.709 32364 32364 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 22:26:35.709 32364 32364 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 22:26:35.709 32364 32364 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 22:26:35.710 32364 32364 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 22:26:35.710 32364 32364 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 22:26:35.710 32364 32364 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 22:26:35.748 32364 32364 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-03 22:26:36.222 32364 32364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 22:26:36.223 32364 32364 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 22:26:36.307 32364 32364 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 22:26:36.559 32364 32420 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 22:26:36.559 32364 32420 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 22:26:36.559 32364 32420 W com.whatsapp: and incorrect proguard
optimizations.
02-03 22:26:36.865 32364 32442 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 22:26:37.102 32364 32426 E CheckPermission: _bluetooth code = 1
02-03 22:26:37.105 32364 32426 E CheckPermission: _bluetooth code = 3
02-03 22:26:37.108 32364 32426 E CheckPermission: _bluetooth code = 11
--------- beginning of main
02-03 23:27:52.399 13852 13852 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-03 23:27:52.410 13852 13852 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-03 23:27:52.422 13852 13852 E RefClass:
java.lang.reflect.InvocationTargetException
02-03 23:27:52.482 13852 13852 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-03 23:27:52.707 13852 13852 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-03 23:27:52.708 13852 13852 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-03 23:27:52.708 13852 13852 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-03 23:27:52.708 13852 13852 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-03 23:27:52.708 13852 13852 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-03 23:27:52.708 13852 13852 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-03 23:27:52.708 13852 13852 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-03 23:27:52.708 13852 13852 W System.err: at
java.lang.Class.newInstance(Native Method)
02-03 23:27:52.708 13852 13852 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-03 23:27:52.708 13852 13852 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-03 23:27:52.708 13852 13852 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-03 23:27:52.708 13852 13852 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-03 23:27:52.709 13852 13852 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-03 23:27:52.709 13852 13852 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-03 23:27:52.709 13852 13852 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-03 23:27:52.709 13852 13852 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-03 23:27:52.709 13852 13852 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-03 23:27:52.709 13852 13852 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-03 23:27:52.709 13852 13852 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-03 23:27:52.709 13852 13852 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-03 23:27:52.709 13852 13852 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-03 23:27:52.748 13852 13852 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-03 23:27:53.384 13852 13852 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-03 23:27:53.385 13852 13852 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-03 23:27:53.469 13852 13852 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-03 23:27:53.732 13852 13940 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-03 23:27:53.732 13852 13940 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-03 23:27:53.732 13852 13940 W com.whatsapp: and incorrect proguard
optimizations.
02-03 23:27:54.035 13852 13962 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-03 23:27:54.227 13852 13948 E CheckPermission: _bluetooth code = 1
02-03 23:27:54.229 13852 13948 E CheckPermission: _bluetooth code = 3
02-03 23:27:54.232 13852 13948 E CheckPermission: _bluetooth code = 11
--------- beginning of main
02-04 00:09:33.341 30496 30496 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-04 00:09:33.356 30496 30496 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-04 00:09:33.391 30496 30496 E RefClass:
java.lang.reflect.InvocationTargetException
02-04 00:09:33.911 30496 30496 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-04 00:09:35.323 30496 30496 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-04 00:09:35.324 30496 30496 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-04 00:09:35.324 30496 30496 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-04 00:09:35.324 30496 30496 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-04 00:09:35.324 30496 30496 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-04 00:09:35.324 30496 30496 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-04 00:09:35.324 30496 30496 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-04 00:09:35.325 30496 30496 W System.err: at
java.lang.Class.newInstance(Native Method)
02-04 00:09:35.325 30496 30496 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-04 00:09:35.325 30496 30496 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-04 00:09:35.334 30496 30496 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-04 00:09:35.334 30496 30496 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-04 00:09:35.335 30496 30496 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-04 00:09:35.335 30496 30496 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-04 00:09:35.335 30496 30496 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-04 00:09:35.335 30496 30496 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-04 00:09:35.335 30496 30496 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-04 00:09:35.335 30496 30496 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-04 00:09:35.335 30496 30496 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 00:09:35.335 30496 30496 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-04 00:09:35.335 30496 30496 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-04 00:09:35.537 30496 30496 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-04 00:09:39.822 30496 30496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-04 00:09:39.822 30496 30496 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-04 00:09:40.423 30496 30496 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-04 00:09:42.120 30496 30496 E ANR_LOG : >>> msg's executing time is too long
02-04 00:09:42.121 30496 30496 E ANR_LOG : Blocked msg = { when=-8s615ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{eeb7815
com.whatsapp}} } , cost = 8522 ms
02-04 00:09:42.121 30496 30496 E ANR_LOG : >>>Current msg List is:
02-04 00:09:42.121 30496 30496 E ANR_LOG : Current msg <1> = { when=-8s565ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@e16b72a
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-04 00:09:42.121 30496 30496 E ANR_LOG : Current msg <2> = { when=-8s565ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@e16b72a startId=56 args=null} }
02-04 00:09:42.121 30496 30496 E ANR_LOG : Current msg <3> = { when=-8s529ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-04 00:09:42.121 30496 30496 E ANR_LOG : Current msg <4> = { when=-8s527ms
what=9999 target=android.app.ActivityThread$H }
02-04 00:09:42.121 30496 30496 E ANR_LOG : Current msg <5> = { when=-6s672ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-04 00:09:42.121 30496 30496 E ANR_LOG : Current msg <6> = { when=-6s4ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-04 00:09:42.121 30496 30496 E ANR_LOG : Current msg <7> = { when=-5s783ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-04 00:09:42.121 30496 30496 E ANR_LOG : Current msg <8> = { when=-3s435ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-04 00:09:42.121 30496 30496 E ANR_LOG : Current msg <9> = { when=-20ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-04 00:09:42.121 30496 30496 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-04 00:09:42.489 30496 31347 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-04 00:09:42.489 30496 31347 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-04 00:09:42.489 30496 31347 W com.whatsapp: and incorrect proguard
optimizations.
02-04 00:09:42.858 30496 30512 W com.whatsapp: Suspending all threads took:
20.339ms
02-04 00:09:43.655 30496 30496 E Parcel : Reading a NULL string not supported
here.
02-04 00:09:44.374 30496 31517 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-04 00:09:46.335 30496 31389 E CheckPermission: _bluetooth code = 1
02-04 00:09:46.340 30496 31389 E CheckPermission: _bluetooth code = 3
02-04 00:09:46.342 30496 31389 E CheckPermission: _bluetooth code = 11
--------- beginning of main
02-04 00:11:51.793 2735 2735 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-04 00:11:51.807 2735 2735 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-04 00:11:51.833 2735 2735 E RefClass:
java.lang.reflect.InvocationTargetException
02-04 00:11:51.922 2735 2735 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-04 00:11:52.310 2735 2735 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-04 00:11:52.311 2735 2735 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-04 00:11:52.311 2735 2735 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-04 00:11:52.311 2735 2735 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-04 00:11:52.311 2735 2735 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-04 00:11:52.311 2735 2735 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-04 00:11:52.311 2735 2735 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-04 00:11:52.312 2735 2735 W System.err: at
java.lang.Class.newInstance(Native Method)
02-04 00:11:52.312 2735 2735 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-04 00:11:52.312 2735 2735 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-04 00:11:52.312 2735 2735 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-04 00:11:52.312 2735 2735 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-04 00:11:52.312 2735 2735 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-04 00:11:52.312 2735 2735 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-04 00:11:52.312 2735 2735 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-04 00:11:52.312 2735 2735 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-04 00:11:52.312 2735 2735 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-04 00:11:52.312 2735 2735 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-04 00:11:52.312 2735 2735 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 00:11:52.312 2735 2735 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-04 00:11:52.312 2735 2735 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-04 00:11:52.403 2735 2735 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-04 00:11:53.781 2735 2735 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-04 00:11:53.781 2735 2735 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-04 00:11:53.946 2735 2735 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-04 00:11:54.286 2735 2735 E ANR_LOG : >>> msg's executing time is too long
02-04 00:11:54.286 2735 2735 E ANR_LOG : Blocked msg = { when=-2s416ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{38918a3
com.whatsapp}} } , cost = 2405 ms
02-04 00:11:54.286 2735 2735 E ANR_LOG : >>>Current msg List is:
02-04 00:11:54.286 2735 2735 E ANR_LOG : Current msg <1> = { when=-2s412ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@7f357a0
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-04 00:11:54.287 2735 2735 E ANR_LOG : Current msg <2> = { when=-2s412ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@7f357a0 startId=56 args=Intent
{ flg=0x10800000 cmp=com.whatsapp/.voipcalling.VoipActivityV2 (has extras)
mCallingUid=10578 }} }
02-04 00:11:54.287 2735 2735 E ANR_LOG : Current msg <3> = { when=-2s408ms
what=9999 target=android.app.ActivityThread$H }
02-04 00:11:54.287 2735 2735 E ANR_LOG : Current msg <4> = { when=-2s383ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-04 00:11:54.287 2735 2735 E ANR_LOG : Current msg <5> = { when=-1s651ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-04 00:11:54.287 2735 2735 E ANR_LOG : Current msg <6> = { when=-1s547ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-04 00:11:54.288 2735 2735 E ANR_LOG : Current msg <7> = { when=-757ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-04 00:11:54.288 2735 2735 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-04 00:11:54.533 2735 3230 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-04 00:11:54.533 2735 3230 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-04 00:11:54.533 2735 3230 W com.whatsapp: and incorrect proguard
optimizations.
02-04 00:11:54.994 2735 3425 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-04 00:11:56.926 2735 3334 E CheckPermission: _bluetooth code = 1
02-04 00:11:56.935 2735 3334 E CheckPermission: _bluetooth code = 3
02-04 00:11:56.937 2735 3334 E CheckPermission: _bluetooth code = 11
--------- beginning of system
--------- beginning of main
02-04 00:15:18.316 11116 11116 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-04 00:15:18.325 11116 11116 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-04 00:15:18.361 11116 11116 E RefClass:
java.lang.reflect.InvocationTargetException
02-04 00:15:18.845 11116 11116 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-04 00:15:20.699 11116 11116 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-04 00:15:20.700 11116 11116 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-04 00:15:20.701 11116 11116 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-04 00:15:20.701 11116 11116 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-04 00:15:20.701 11116 11116 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-04 00:15:20.701 11116 11116 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-04 00:15:20.701 11116 11116 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-04 00:15:20.701 11116 11116 W System.err: at
java.lang.Class.newInstance(Native Method)
02-04 00:15:20.702 11116 11116 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-04 00:15:20.702 11116 11116 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-04 00:15:20.702 11116 11116 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-04 00:15:20.717 11116 11116 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-04 00:15:20.717 11116 11116 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-04 00:15:20.717 11116 11116 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-04 00:15:20.717 11116 11116 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-04 00:15:20.718 11116 11116 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-04 00:15:20.718 11116 11116 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:20.718 11116 11116 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-04 00:15:20.718 11116 11116 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 00:15:20.719 11116 11116 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-04 00:15:20.719 11116 11116 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-04 00:15:20.830 11116 11116 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-04 00:15:22.971 11116 11116 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-04 00:15:22.972 11116 11116 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-04 00:15:23.420 11116 11116 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-04 00:15:24.378 11116 11116 E ANR_LOG : >>> msg's executing time is too long
02-04 00:15:24.379 11116 11116 E ANR_LOG : Blocked msg = { when=-5s967ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{38918a3
com.whatsapp}} } , cost = 5952 ms
02-04 00:15:24.379 11116 11116 E ANR_LOG : >>>Current msg List is:
02-04 00:15:24.382 11116 11116 E ANR_LOG : Current msg <1> = { when=-5s957ms
what=113 target=android.app.ActivityThread$H obj=ReceiverData{intent=Intent
{ dat=content://com.whatsapp.provider.contact/contacts/19 flg=0x80010
cmp=com.whatsapp/.notification.MessageNotificationDismissedReceiver (has extras) }
packageName=com.whatsapp resultCode=0 resultData=null resultExtras=null} }
02-04 00:15:24.383 11116 11116 E ANR_LOG : Current msg <2> = { when=-5s955ms
what=9999 target=android.app.ActivityThread$H }
02-04 00:15:24.383 11116 11116 E ANR_LOG : Current msg <3> = { when=-5s949ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@d0f3f59
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-04 00:15:24.383 11116 11116 E ANR_LOG : Current msg <4> = { when=-5s948ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@d0f3f59 startId=60 args=null} }
02-04 00:15:24.384 11116 11116 E ANR_LOG : Current msg <5> = { when=-5s944ms
what=113 target=android.app.ActivityThread$H obj=ReceiverData{intent=Intent
{ flg=0x80010 cmp=com.whatsapp/.notification.MessageNotificationDismissedReceiver
(has extras) } packageName=com.whatsapp resultCode=0 resultData=null
resultExtras=null} }
02-04 00:15:24.384 11116 11116 E ANR_LOG : Current msg <6> = { when=-3s236ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-04 00:15:24.398 11116 11116 E ANR_LOG : Current msg <7> = { when=-1s937ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-04 00:15:24.398 11116 11116 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-04 00:15:25.018 11116 11805 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-04 00:15:25.018 11116 11805 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-04 00:15:25.018 11116 11805 W com.whatsapp: and incorrect proguard
optimizations.
02-04 00:15:26.922 11116 11973 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-04 00:15:27.142 11116 11116 W com.whatsapp: Class X.0eU failed lock verification
and will run slower.
02-04 00:15:27.348 11116 11116 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:27.514 11116 12105 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:27.596 11116 11116 W com.whatsapp: Class com.whatsapp.HomeActivity
failed lock verification and will run slower.
02-04 00:15:27.770 11116 11116 E OplusCustomizeRestrictionManager: sInstance is
null, start a new sInstance
02-04 00:15:28.523 11116 11116 E ion : ioctl c0044901 failed with code -1:
Invalid argument
02-04 00:15:28.653 11116 11116 E ArmVmp : Match on catch block at 0x0a in for 0xc5
02-04 00:15:28.768 11116 11116 E ArmVmp : Match on catch block at 0x0a in for
0x139
02-04 00:15:28.774 11116 11116 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:28.849 11116 12144 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V
(greylist-max-q,test-api, reflection, denied)
02-04 00:15:28.849 11116 12144 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-04 00:15:28.849 11116 12144 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-04 00:15:28.850 11116 12144 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(greylist-max-q,test-api, reflection, denied)
02-04 00:15:28.855 11116 12144 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(greylist-max-q,test-api, reflection, denied)
02-04 00:15:28.855 11116 12144 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/
String;)V (greylist-max-q, reflection, denied)
02-04 00:15:28.856 11116 12144 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (greylist-max-
q,test-api, reflection, denied)
02-04 00:15:28.856 11116 12144 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V
(greylist-max-q, reflection, denied)
02-04 00:15:28.867 11116 11116 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:28.945 11116 12155 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-04 00:15:29.008 11116 12144 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B
(greylist-max-q,test-api, reflection, denied)
02-04 00:15:29.008 11116 12144 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B
(greylist-max-q, reflection, denied)
02-04 00:15:29.568 11116 11116 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:29.574 11116 11116 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:29.576 11116 11116 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:29.587 11116 11116 E ANR_LOG : >>> msg's executing time is too long
02-04 00:15:29.587 11116 11116 E ANR_LOG : Blocked msg = { when=-2s152ms what=159
target=android.app.ActivityThread$H obj=ClientTransaction
LaunchActivityItem,ResumeActivityItem } , cost = 2138 ms
02-04 00:15:29.587 11116 11116 E ANR_LOG : >>>Current msg List is:
02-04 00:15:29.587 11116 11116 E ANR_LOG : Current msg <1> = { when=-7d4h1m41s176ms
what=0 target=android.view.Choreographer$FrameHandler }
02-04 00:15:29.587 11116 11116 E ANR_LOG : Current msg <2> = { when=-2s149ms
what=159 target=android.app.ActivityThread$H obj=ClientTransaction
TopResumedActivityChangeItem, }
02-04 00:15:29.587 11116 11116 E ANR_LOG : Current msg <3> = { when=-1s827ms what=0
target=android.os.Handler callback=X.0lO }
02-04 00:15:29.587 11116 11116 E ANR_LOG : Current msg <4> = { when=-1s824ms what=0
target=android.os.Handler callback=X.0lO }
02-04 00:15:29.587 11116 11116 E ANR_LOG : Current msg <5> = { when=-1s700ms what=0
target=android.os.Handler callback=X.0lO }
02-04 00:15:29.587 11116 11116 E ANR_LOG : Current msg <6> = { when=-1s629ms what=0
target=android.os.Handler callback=X.0lO }
02-04 00:15:29.587 11116 11116 E ANR_LOG : Current msg <7> = { when=-1s554ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$ActivityThread$A4ykhsPb8qV3ffTqpQDklHSMDJ0 }
02-04 00:15:29.587 11116 11116 E ANR_LOG : Current msg <8> = { when=-1s536ms what=0
target=android.os.Handler callback=X.0lO }
02-04 00:15:29.587 11116 11116 E ANR_LOG : Current msg <9> = { when=-1s451ms
what=149 target=android.app.ActivityThread$H obj=android.os.BinderProxy@a69cd64 }
02-04 00:15:29.587 11116 11116 E ANR_LOG : Current msg <10> = { when=-1s370ms
what=0 target=android.os.Handler callback=X.0lO }
02-04 00:15:29.587 11116 11116 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-04 00:15:32.374 11116 11888 E CheckPermission: _bluetooth code = 1
02-04 00:15:32.379 11116 11888 E CheckPermission: _bluetooth code = 3
02-04 00:15:32.382 11116 11888 E CheckPermission: _bluetooth code = 11
02-04 00:15:32.823 11116 12331 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-04 00:15:32.834 11116 12331 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-04 00:15:32.862 11116 12331 E libc : Access denied finding property
"vendor.debug.drm.logd"
02-04 00:15:32.863 11116 12331 E libc : Access denied finding property
"vendor.debug.drm.logv"
02-04 00:15:34.086 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:15:34.116 11116 11116 E ANR_LOG : >>> msg's executing time is too long
02-04 00:15:34.116 11116 11116 E ANR_LOG : Blocked msg = { when=-7d4h1m45s706ms
what=0 target=android.view.Choreographer$FrameHandler } , cost = 4529 ms
02-04 00:15:34.116 11116 11116 E ANR_LOG : >>>Current msg List is:
02-04 00:15:34.116 11116 11116 E ANR_LOG : Current msg <1> = { when=-7d4h1m45s706ms
what=0 target=android.os.Handler callback=X.3ef }
02-04 00:15:34.116 11116 11116 E ANR_LOG : Current msg <2> = { when=-6s679ms
what=159 target=android.app.ActivityThread$H obj=ClientTransaction
TopResumedActivityChangeItem, }
02-04 00:15:34.117 11116 11116 E ANR_LOG : Current msg <3> = { when=-6s357ms what=0
target=android.os.Handler callback=X.0lO }
02-04 00:15:34.117 11116 11116 E ANR_LOG : Current msg <4> = { when=-6s354ms what=0
target=android.os.Handler callback=X.0lO }
02-04 00:15:34.117 11116 11116 E ANR_LOG : Current msg <5> = { when=-6s230ms what=0
target=android.os.Handler callback=X.0lO }
02-04 00:15:34.117 11116 11116 E ANR_LOG : Current msg <6> = { when=-6s159ms what=0
target=android.os.Handler callback=X.0lO }
02-04 00:15:34.117 11116 11116 E ANR_LOG : Current msg <7> = { when=-6s84ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$ActivityThread$A4ykhsPb8qV3ffTqpQDklHSMDJ0 }
02-04 00:15:34.117 11116 11116 E ANR_LOG : Current msg <8> = { when=-6s66ms what=0
target=android.os.Handler callback=X.0lO }
02-04 00:15:34.117 11116 11116 E ANR_LOG : Current msg <9> = { when=-5s981ms
what=149 target=android.app.ActivityThread$H obj=android.os.BinderProxy@a69cd64 }
02-04 00:15:34.117 11116 11116 E ANR_LOG : Current msg <10> = { when=-5s900ms
what=0 target=android.os.Handler callback=X.0lO }
02-04 00:15:34.117 11116 11116 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-04 00:15:34.117 11116 11116 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
02-04 00:15:34.358 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:15:34.473 11116 12478 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:34.534 11116 12503 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:34.535 11116 11116 E ArmVmp : Match on catch block at 0x0a in for 0xd1
02-04 00:15:34.778 11116 11116 E ScreenmodeClient: display mode not support
02-04 00:15:34.850 11116 11441 W LibraryVersion: Failed to get app version for
libraryName: firebase-iid
02-04 00:15:35.034 11116 12540 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:35.077 11116 12102 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:35.094 11116 12102 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:35.095 11116 12102 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:35.120 11116 12102 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:35.124 11116 12102 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:35.124 11116 12102 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:35.124 11116 12102 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:35.128 11116 12102 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:35.231 11116 12102 E ion : ioctl c0044901 failed with code -1:
Invalid argument
02-04 00:15:36.163 11116 11116 E ArmVmp : Match on catch block at 0x5b in for 0x81
02-04 00:15:38.552 11116 11116 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:38.553 11116 11116 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:38.681 11116 11116 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
02-04 00:15:46.074 11116 11116 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:46.172 11116 12653 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:46.291 11116 11116 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:46.291 11116 11116 E libEGL : Invalid file path for libcolorx-
loader.so
02-04 00:15:46.460 11116 11116 W Choreographer: Already have a pending vsync event.
There should only be one at a time.
02-04 00:15:46.541 11116 11116 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-04 00:15:46.541 11116 11116 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-04 00:15:46.856 11116 11116 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-04 00:15:46.856 11116 11116 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-04 00:15:46.898 11116 11116 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-04 00:15:46.898 11116 11116 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-04 00:15:46.935 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:15:46.940 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:15:47.182 11116 12663 W AudioCapabilities: Unsupported mime audio/ffmpeg
02-04 00:15:47.183 11116 12663 W AudioCapabilities: Unsupported mime audio/x-adpcm-
ms
02-04 00:15:47.183 11116 12663 W AudioCapabilities: Unsupported mime audio/x-adpcm-
dvi-ima
02-04 00:15:47.183 11116 12663 W AudioCapabilities: Unsupported mime audio/alac
02-04 00:15:47.184 11116 12663 W AudioCapabilities: Unsupported mime audio/ape
02-04 00:15:47.184 11116 12663 W AudioCapabilities: Unsupported mime audio/x-ms-wma
02-04 00:15:47.185 11116 12663 W VideoCapabilities: Unsupported mime video/ffmpeg
02-04 00:15:47.190 11116 12663 W VideoCapabilities: Unrecognized profile/level 1/32
for video/mp4v-es
02-04 00:15:47.190 11116 12663 W VideoCapabilities: Unrecognized profile/level
32768/2 for video/mp4v-es
02-04 00:15:47.190 11116 12663 W VideoCapabilities: Unrecognized profile/level
32768/64 for video/mp4v-es
02-04 00:15:47.192 11116 12663 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-04 00:15:47.195 11116 12663 W VideoCapabilities: Unrecognized profile/level 1/32
for video/mp4v-es
02-04 00:15:47.236 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:47.457 11116 12671 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:15:47.470 11116 12671 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:15:47.470 11116 12671 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:15:47.870 11116 12677 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:15:47.871 11116 12677 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-04 00:15:47.895 11116 12677 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:15:47.895 11116 12677 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:15:47.895 11116 12677 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:15:47.898 11116 12677 E FMQ : grantorIdx must be less than 3
02-04 00:15:47.899 11116 12677 E FMQ : grantorIdx must be less than 3
02-04 00:15:47.909 11116 12677 E FMQ : grantorIdx must be less than 3
02-04 00:15:47.929 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:15:49.039 11116 12677 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:15:49.039 11116 12677 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:15:49.039 11116 12677 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:15:49.043 11116 12671 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:15:49.061 11116 12692 E LoadTask: Unexpected exception loading stream
02-04 00:15:49.061 11116 12692 E LoadTask: java.lang.NullPointerException: file
02-04 00:15:49.061 11116 12692 E LoadTask: at
android.net.Uri.fromFile(Uri.java:473)
02-04 00:15:49.061 11116 12692 E LoadTask: at X.3Ze.B7W(Unknown Source:6)
02-04 00:15:49.061 11116 12692 E LoadTask: at X.3EI.B7W(Unknown Source:2)
02-04 00:15:49.061 11116 12692 E LoadTask: at X.7pN.BY8(Unknown Source:16)
02-04 00:15:49.061 11116 12692 E LoadTask: at X.7pV.BD5(Unknown Source:47)
02-04 00:15:49.061 11116 12692 E LoadTask: at X.6OQ.run(Unknown Source:39)
02-04 00:15:49.061 11116 12692 E LoadTask: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-04 00:15:49.061 11116 12692 E LoadTask: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-04 00:15:49.061 11116 12692 E LoadTask: at
java.lang.Thread.run(Thread.java:923)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: Playback error
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: X.6x6: Source error
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at
X.7oZ.handleMessage(Unknown Source:3152)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at
android.os.Handler.dispatchMessage(Handler.java:102)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: Caused by: X.6sY:
Unexpected NullPointerException: file
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at X.6OQ.run(Unknown
Source:135)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at
java.lang.Thread.run(Thread.java:923)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: Caused by:
java.lang.NullPointerException: file
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at
android.net.Uri.fromFile(Uri.java:473)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at X.3Ze.B7W(Unknown
Source:6)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at X.3EI.B7W(Unknown
Source:2)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at X.7pN.BY8(Unknown
Source:16)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at X.7pV.BD5(Unknown
Source:47)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: at X.6OQ.run(Unknown
Source:39)
02-04 00:15:49.069 11116 12663 E ExoPlayerImplInternal: ... 3 more
02-04 00:15:49.091 11116 11116 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-04 00:15:49.091 11116 11116 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-04 00:15:49.109 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=661428ef-40de-437a-98a7-abe3ea9601fc transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31238269_389722380307516_1567055536798933605_n.enc?ccb=11-
4&oh=01_AdQDnQnDu_asvZ4ZkPcS-Wc8EHtTixupCsdCZKNgozE5sQ&oe=65E5CFCF&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.3333334 is_animated_sticker=0
file_hash=gcwLoUx9zEo1L+4L1KA/Tn8wijL7aRKl4Rz3/KjbCr0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706974925000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31238269_389722380307516_1567055536798933605_n.enc?ccb=11-
4&oh=01_AdQDnQnDu_asvZ4ZkPcS-
Wc8EHtTixupCsdCZKNgozE5sQ&oe=65E5CFCF&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=480
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=0
media_upload_handle=null message_row_id=1022 multicast_id=null
enc_file_hash=sjEyYNg48eklZYohT500bRZdnHX/+jOvLTPVq6TjDQE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2680871
media_name=null media_duration=20 chat_row_id=26 media_key=[B@90ac2bd
02-04 00:15:49.151 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:49.151 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=661428ef-40de-437a-98a7-abe3ea9601fc transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31238269_389722380307516_1567055536798933605_n.enc?ccb=11-
4&oh=01_AdQDnQnDu_asvZ4ZkPcS-Wc8EHtTixupCsdCZKNgozE5sQ&oe=65E5CFCF&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.3333334 is_animated_sticker=0
file_hash=gcwLoUx9zEo1L+4L1KA/Tn8wijL7aRKl4Rz3/KjbCr0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706974925000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31238269_389722380307516_1567055536798933605_n.enc?ccb=11-
4&oh=01_AdQDnQnDu_asvZ4ZkPcS-
Wc8EHtTixupCsdCZKNgozE5sQ&oe=65E5CFCF&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=480
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=0
media_upload_handle=null message_row_id=1022 multicast_id=null
enc_file_hash=sjEyYNg48eklZYohT500bRZdnHX/+jOvLTPVq6TjDQE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2680871
media_name=null media_duration=20 chat_row_id=26 media_key=[B@90ac2bd
02-04 00:15:49.206 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:49.206 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:49.256 11116 12694 E LoadTask: Unexpected exception loading stream
02-04 00:15:49.256 11116 12694 E LoadTask: java.lang.NullPointerException: file
02-04 00:15:49.256 11116 12694 E LoadTask: at
android.net.Uri.fromFile(Uri.java:473)
02-04 00:15:49.256 11116 12694 E LoadTask: at X.3Ze.B7W(Unknown Source:6)
02-04 00:15:49.256 11116 12694 E LoadTask: at X.3EI.B7W(Unknown Source:2)
02-04 00:15:49.256 11116 12694 E LoadTask: at X.7pN.BY8(Unknown Source:16)
02-04 00:15:49.256 11116 12694 E LoadTask: at X.7pV.BD5(Unknown Source:47)
02-04 00:15:49.256 11116 12694 E LoadTask: at X.6OQ.run(Unknown Source:39)
02-04 00:15:49.256 11116 12694 E LoadTask: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-04 00:15:49.256 11116 12694 E LoadTask: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-04 00:15:49.256 11116 12694 E LoadTask: at
java.lang.Thread.run(Thread.java:923)
02-04 00:15:49.261 11116 11116 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-04 00:15:49.261 11116 11116 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-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: Playback error
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: X.6x6: Source error
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at
X.7oZ.handleMessage(Unknown Source:3152)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at
android.os.Handler.dispatchMessage(Handler.java:102)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: Caused by: X.6sY:
Unexpected NullPointerException: file
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at X.6OQ.run(Unknown
Source:135)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at
java.lang.Thread.run(Thread.java:923)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: Caused by:
java.lang.NullPointerException: file
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at
android.net.Uri.fromFile(Uri.java:473)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at X.3Ze.B7W(Unknown
Source:6)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at X.3EI.B7W(Unknown
Source:2)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at X.7pN.BY8(Unknown
Source:16)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at X.7pV.BD5(Unknown
Source:47)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: at X.6OQ.run(Unknown
Source:39)
02-04 00:15:49.263 11116 12663 E ExoPlayerImplInternal: ... 3 more
02-04 00:15:49.313 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=8e8f84cd-c597-47d1-9e9c-b9374ffc41fb transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8461539 is_animated_sticker=0
file_hash=rlfMDSOBLUxjWDcRvUyfTSG1YSl5LQIlw7IM+LCijPw= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706976408000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-
Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=352 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=1024
multicast_id=null enc_file_hash=zfPamH/sTZbg1ag+Gec6iAqvuqpvsNoN5GRYBXfOHFo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4473545 media_name=null media_duration=30 chat_row_id=26
media_key=[B@276922f
02-04 00:15:49.334 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:49.334 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=8e8f84cd-c597-47d1-9e9c-b9374ffc41fb transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8461539 is_animated_sticker=0
file_hash=rlfMDSOBLUxjWDcRvUyfTSG1YSl5LQIlw7IM+LCijPw= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706976408000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-
Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=352 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=1024
multicast_id=null enc_file_hash=zfPamH/sTZbg1ag+Gec6iAqvuqpvsNoN5GRYBXfOHFo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4473545 media_name=null media_duration=30 chat_row_id=26
media_key=[B@276922f
02-04 00:15:49.762 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:49.762 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:49.819 11116 12697 E LoadTask: Unexpected exception loading stream
02-04 00:15:49.819 11116 12697 E LoadTask: java.lang.NullPointerException: file
02-04 00:15:49.819 11116 12697 E LoadTask: at
android.net.Uri.fromFile(Uri.java:473)
02-04 00:15:49.819 11116 12697 E LoadTask: at X.3Ze.B7W(Unknown Source:6)
02-04 00:15:49.819 11116 12697 E LoadTask: at X.3EI.B7W(Unknown Source:2)
02-04 00:15:49.819 11116 12697 E LoadTask: at X.7pN.BY8(Unknown Source:16)
02-04 00:15:49.819 11116 12697 E LoadTask: at X.7pV.BD5(Unknown Source:47)
02-04 00:15:49.819 11116 12697 E LoadTask: at X.6OQ.run(Unknown Source:39)
02-04 00:15:49.819 11116 12697 E LoadTask: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-04 00:15:49.819 11116 12697 E LoadTask: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-04 00:15:49.819 11116 12697 E LoadTask: at
java.lang.Thread.run(Thread.java:923)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: Playback error
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: X.6x6: Source error
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at
X.7oZ.handleMessage(Unknown Source:3152)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at
android.os.Handler.dispatchMessage(Handler.java:102)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: Caused by: X.6sY:
Unexpected NullPointerException: file
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at X.6OQ.run(Unknown
Source:135)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at
java.lang.Thread.run(Thread.java:923)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: Caused by:
java.lang.NullPointerException: file
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at
android.net.Uri.fromFile(Uri.java:473)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at X.3Ze.B7W(Unknown
Source:6)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at X.3EI.B7W(Unknown
Source:2)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at X.7pN.BY8(Unknown
Source:16)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at X.7pV.BD5(Unknown
Source:47)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: at X.6OQ.run(Unknown
Source:39)
02-04 00:15:49.828 11116 12663 E ExoPlayerImplInternal: ... 3 more
02-04 00:15:49.870 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=0c016493-6b54-44a7-b747-d363686f2ee3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32182956_937541671065304_771065564186662439_n.enc?ccb=11-
4&oh=01_AdR51J4GsZYgtztz2vz1EGyLxCaZX2nVWyrO2NNimBoR9A&oe=65E5E831&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8113208 is_animated_sticker=0
file_hash=vUMGbde9CP/jMcsOv1x6ov+pNdYErcfi5Hye+0nBSB0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=864 trim_to=0
media_key_timestamp=1706977060000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32182956_937541671065304_771065564186662439_n.enc?ccb=11-
4&oh=01_AdR51J4GsZYgtztz2vz1EGyLxCaZX2nVWyrO2NNimBoR9A&oe=65E5E831&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=480 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=1026 multicast_id=null
enc_file_hash=uP5MKd4pcs3wEc7Blf4Qks7fmoK+B/g/KYCZw+1GURQ= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=5293779
media_name=null media_duration=29 chat_row_id=26 media_key=[B@520d680
02-04 00:15:50.165 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:50.165 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=0c016493-6b54-44a7-b747-d363686f2ee3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32182956_937541671065304_771065564186662439_n.enc?ccb=11-
4&oh=01_AdR51J4GsZYgtztz2vz1EGyLxCaZX2nVWyrO2NNimBoR9A&oe=65E5E831&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8113208 is_animated_sticker=0
file_hash=vUMGbde9CP/jMcsOv1x6ov+pNdYErcfi5Hye+0nBSB0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=864 trim_to=0
media_key_timestamp=1706977060000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32182956_937541671065304_771065564186662439_n.enc?ccb=11-
4&oh=01_AdR51J4GsZYgtztz2vz1EGyLxCaZX2nVWyrO2NNimBoR9A&oe=65E5E831&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=480 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=1026 multicast_id=null
enc_file_hash=uP5MKd4pcs3wEc7Blf4Qks7fmoK+B/g/KYCZw+1GURQ= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=5293779
media_name=null media_duration=29 chat_row_id=26 media_key=[B@520d680
02-04 00:15:50.590 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:50.590 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:50.688 11116 11116 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-04 00:15:50.688 11116 11116 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-04 00:15:50.724 11116 11116 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-04 00:15:50.724 11116 11116 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-04 00:15:51.154 11116 11116 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-04 00:15:51.155 11116 11116 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-04 00:15:51.184 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=0 media_upload_handle=null
message_row_id=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:15:51.184 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:51.184 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:51.301 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=0 media_upload_handle=null
message_row_id=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:15:51.685 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:51.685 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=d5a65fe6-3d48-4090-a7ab-f0fef2589075 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/11962400_770852671570501_3287862599584175772_n.enc?ccb=11-
4&oh=01_AdSgnMRMteSNNrm1-URpCDvPvpPFtlSMaO5nUMI3Y6QDlw&oe=65E5DBDC&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=eiUMDgevHiwuqTdNys57H7ItsnjTzTqfjj9z0SvJq+Y= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706977199000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/11962400_770852671570501_3287862599584175772_n.enc?ccb=11-
4&oh=01_AdSgnMRMteSNNrm1-
URpCDvPvpPFtlSMaO5nUMI3Y6QDlw&oe=65E5DBDC&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=368 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=1025
multicast_id=null enc_file_hash=nEoocssRcWdi0ccZw4X/CYnVLZcdmK8TnP5gg7yR3vo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=1183836 media_name=null media_duration=18 chat_row_id=26
media_key=[B@1c3529c
02-04 00:15:52.460 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:52.460 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=d5a65fe6-3d48-4090-a7ab-f0fef2589075 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/11962400_770852671570501_3287862599584175772_n.enc?ccb=11-
4&oh=01_AdSgnMRMteSNNrm1-URpCDvPvpPFtlSMaO5nUMI3Y6QDlw&oe=65E5DBDC&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=eiUMDgevHiwuqTdNys57H7ItsnjTzTqfjj9z0SvJq+Y= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706977199000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/11962400_770852671570501_3287862599584175772_n.enc?ccb=11-
4&oh=01_AdSgnMRMteSNNrm1-
URpCDvPvpPFtlSMaO5nUMI3Y6QDlw&oe=65E5DBDC&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=368 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=1025
multicast_id=null enc_file_hash=nEoocssRcWdi0ccZw4X/CYnVLZcdmK8TnP5gg7yR3vo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=1183836 media_name=null media_duration=18 chat_row_id=26
media_key=[B@1c3529c
02-04 00:15:52.783 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:52.783 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:53.029 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:53.065 11116 12790 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:15:53.070 11116 12790 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:15:53.070 11116 12790 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:15:53.166 11116 12802 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:15:53.166 11116 12802 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-04 00:15:53.168 11116 12802 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:15:53.168 11116 12802 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:15:53.168 11116 12802 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:15:53.172 11116 12802 E FMQ : grantorIdx must be less than 3
02-04 00:15:53.173 11116 12802 E FMQ : grantorIdx must be less than 3
02-04 00:15:53.180 11116 12802 E FMQ : grantorIdx must be less than 3
02-04 00:15:53.202 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:15:53.780 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:53.780 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:53.862 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:53.862 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:53.884 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:53.884 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:53.909 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:53.909 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:53.941 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:53.941 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:53.991 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:53.991 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:54.025 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:54.025 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:54.077 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:54.077 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:54.109 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:54.109 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:54.193 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:54.193 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:54.793 11116 12802 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:15:54.793 11116 12802 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:15:54.793 11116 12802 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:15:54.797 11116 12790 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:15:54.835 11116 12916 E LoadTask: Unexpected exception loading stream
02-04 00:15:54.835 11116 12916 E LoadTask: java.lang.NullPointerException: file
02-04 00:15:54.835 11116 12916 E LoadTask: at
android.net.Uri.fromFile(Uri.java:473)
02-04 00:15:54.835 11116 12916 E LoadTask: at X.3Ze.B7W(Unknown Source:6)
02-04 00:15:54.835 11116 12916 E LoadTask: at X.3EI.B7W(Unknown Source:2)
02-04 00:15:54.835 11116 12916 E LoadTask: at X.7pN.BY8(Unknown Source:16)
02-04 00:15:54.835 11116 12916 E LoadTask: at X.7pV.BD5(Unknown Source:47)
02-04 00:15:54.835 11116 12916 E LoadTask: at X.6OQ.run(Unknown Source:39)
02-04 00:15:54.835 11116 12916 E LoadTask: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-04 00:15:54.835 11116 12916 E LoadTask: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-04 00:15:54.835 11116 12916 E LoadTask: at
java.lang.Thread.run(Thread.java:923)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: Playback error
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: X.6x6: Source error
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at
X.7oZ.handleMessage(Unknown Source:3152)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at
android.os.Handler.dispatchMessage(Handler.java:102)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: Caused by: X.6sY:
Unexpected NullPointerException: file
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at X.6OQ.run(Unknown
Source:135)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at
java.lang.Thread.run(Thread.java:923)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: Caused by:
java.lang.NullPointerException: file
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at
android.net.Uri.fromFile(Uri.java:473)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at X.3Ze.B7W(Unknown
Source:6)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at X.3EI.B7W(Unknown
Source:2)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at X.7pN.BY8(Unknown
Source:16)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at X.7pV.BD5(Unknown
Source:47)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: at X.6OQ.run(Unknown
Source:39)
02-04 00:15:54.845 11116 12663 E ExoPlayerImplInternal: ... 3 more
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=0 media_upload_handle=null
message_row_id=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:15:54.852 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:54.852 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:54.919 11116 12924 E LoadTask: Unexpected exception loading stream
02-04 00:15:54.919 11116 12924 E LoadTask: java.lang.NullPointerException: file
02-04 00:15:54.919 11116 12924 E LoadTask: at
android.net.Uri.fromFile(Uri.java:473)
02-04 00:15:54.919 11116 12924 E LoadTask: at X.3Ze.B7W(Unknown Source:6)
02-04 00:15:54.919 11116 12924 E LoadTask: at X.3EI.B7W(Unknown Source:2)
02-04 00:15:54.919 11116 12924 E LoadTask: at X.7pN.BY8(Unknown Source:16)
02-04 00:15:54.919 11116 12924 E LoadTask: at X.7pV.BD5(Unknown Source:47)
02-04 00:15:54.919 11116 12924 E LoadTask: at X.6OQ.run(Unknown Source:39)
02-04 00:15:54.919 11116 12924 E LoadTask: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-04 00:15:54.919 11116 12924 E LoadTask: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-04 00:15:54.919 11116 12924 E LoadTask: at
java.lang.Thread.run(Thread.java:923)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: Playback error
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: X.6x6: Source error
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at
X.7oZ.handleMessage(Unknown Source:3152)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at
android.os.Handler.dispatchMessage(Handler.java:102)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: Caused by: X.6sY:
Unexpected NullPointerException: file
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at X.6OQ.run(Unknown
Source:135)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at
java.lang.Thread.run(Thread.java:923)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: Caused by:
java.lang.NullPointerException: file
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at
android.net.Uri.fromFile(Uri.java:473)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at X.3Ze.B7W(Unknown
Source:6)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at X.3EI.B7W(Unknown
Source:2)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at X.7pN.BY8(Unknown
Source:16)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at X.7pV.BD5(Unknown
Source:47)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: at X.6OQ.run(Unknown
Source:39)
02-04 00:15:54.934 11116 12663 E ExoPlayerImplInternal: ... 3 more
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=0 media_upload_handle=null
message_row_id=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:15:54.935 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:54.935 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=0c016493-6b54-44a7-b747-d363686f2ee3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32182956_937541671065304_771065564186662439_n.enc?ccb=11-
4&oh=01_AdR51J4GsZYgtztz2vz1EGyLxCaZX2nVWyrO2NNimBoR9A&oe=65E5E831&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8113208 is_animated_sticker=0
file_hash=vUMGbde9CP/jMcsOv1x6ov+pNdYErcfi5Hye+0nBSB0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=864 trim_to=0
media_key_timestamp=1706977060000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32182956_937541671065304_771065564186662439_n.enc?ccb=11-
4&oh=01_AdR51J4GsZYgtztz2vz1EGyLxCaZX2nVWyrO2NNimBoR9A&oe=65E5E831&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=480 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=1026 multicast_id=null
enc_file_hash=uP5MKd4pcs3wEc7Blf4Qks7fmoK+B/g/KYCZw+1GURQ= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=5293779
media_name=null media_duration=29 chat_row_id=26 media_key=[B@520d680
02-04 00:15:54.953 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:54.953 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=0c016493-6b54-44a7-b747-d363686f2ee3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32182956_937541671065304_771065564186662439_n.enc?ccb=11-
4&oh=01_AdR51J4GsZYgtztz2vz1EGyLxCaZX2nVWyrO2NNimBoR9A&oe=65E5E831&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8113208 is_animated_sticker=0
file_hash=vUMGbde9CP/jMcsOv1x6ov+pNdYErcfi5Hye+0nBSB0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=864 trim_to=0
media_key_timestamp=1706977060000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32182956_937541671065304_771065564186662439_n.enc?ccb=11-
4&oh=01_AdR51J4GsZYgtztz2vz1EGyLxCaZX2nVWyrO2NNimBoR9A&oe=65E5E831&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=480 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=1026 multicast_id=null
enc_file_hash=uP5MKd4pcs3wEc7Blf4Qks7fmoK+B/g/KYCZw+1GURQ= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=5293779
media_name=null media_duration=29 chat_row_id=26 media_key=[B@520d680
02-04 00:15:54.984 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:54.984 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=0 media_upload_handle=null
message_row_id=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:15:55.874 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:55.874 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:56.245 11116 11116 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-04 00:15:56.245 11116 11116 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-04 00:15:56.341 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=0 media_upload_handle=null
message_row_id=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:15:56.880 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:15:56.880 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:15:57.469 11116 11116 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:57.502 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:15:57.565 11116 13108 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:15:57.574 11116 13108 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:15:57.574 11116 13108 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:15:57.659 11116 13122 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:15:57.660 11116 13122 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-04 00:15:57.662 11116 13122 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:15:57.662 11116 13122 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:15:57.662 11116 13122 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:15:57.663 11116 13122 E FMQ : grantorIdx must be less than 3
02-04 00:15:57.663 11116 13122 E FMQ : grantorIdx must be less than 3
02-04 00:15:57.669 11116 13122 E FMQ : grantorIdx must be less than 3
02-04 00:15:57.697 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:15:58.709 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.709 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:58.710 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.710 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:58.715 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.715 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:58.716 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.716 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:58.718 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.718 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:58.718 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.718 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:58.719 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.719 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:58.720 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.720 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:58.721 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.721 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:58.728 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.729 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:58.730 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:15:58.730 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:15:59.570 11116 11147 W com.whatsapp: Suspending all threads took:
33.023ms
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=d5a65fe6-3d48-4090-a7ab-f0fef2589075 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/11962400_770852671570501_3287862599584175772_n.enc?ccb=11-
4&oh=01_AdSgnMRMteSNNrm1-URpCDvPvpPFtlSMaO5nUMI3Y6QDlw&oe=65E5DBDC&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=eiUMDgevHiwuqTdNys57H7ItsnjTzTqfjj9z0SvJq+Y=
file_path=Media/.Statuses/cfffe9f0f2ae4b8bbc0a4f07f5384e39.mp4 file_size=1183836
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706977199000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/11962400_770852671570501_3287862599584175772_n.enc?ccb=11-
4&oh=01_AdSgnMRMteSNNrm1-
URpCDvPvpPFtlSMaO5nUMI3Y6QDlw&oe=65E5DBDC&_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=1025
multicast_id=null enc_file_hash=nEoocssRcWdi0ccZw4X/CYnVLZcdmK8TnP5gg7yR3vo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=1183836 media_name=null media_duration=18 chat_row_id=26
media_key=[B@1c3529c
02-04 00:16:02.134 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:02.134 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:06.439 11116 13122 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:06.439 11116 13122 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:06.439 11116 13122 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:06.443 11116 13108 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:16:06.497 11116 11116 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-04 00:16:06.497 11116 11116 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-04 00:16:06.542 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=8e8f84cd-c597-47d1-9e9c-b9374ffc41fb transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8461539 is_animated_sticker=0
file_hash=rlfMDSOBLUxjWDcRvUyfTSG1YSl5LQIlw7IM+LCijPw= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706976408000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-
Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=352 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=1024
multicast_id=null enc_file_hash=zfPamH/sTZbg1ag+Gec6iAqvuqpvsNoN5GRYBXfOHFo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4473545 media_name=null media_duration=30 chat_row_id=26
media_key=[B@276922f
02-04 00:16:06.590 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:06.590 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=8e8f84cd-c597-47d1-9e9c-b9374ffc41fb transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8461539 is_animated_sticker=0
file_hash=rlfMDSOBLUxjWDcRvUyfTSG1YSl5LQIlw7IM+LCijPw= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706976408000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-
Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=352 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=1024
multicast_id=null enc_file_hash=zfPamH/sTZbg1ag+Gec6iAqvuqpvsNoN5GRYBXfOHFo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4473545 media_name=null media_duration=30 chat_row_id=26
media_key=[B@276922f
02-04 00:16:06.622 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:06.622 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:06.886 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:16:06.933 11116 13725 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:16:06.939 11116 13725 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:16:06.939 11116 13725 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:16:07.056 11116 13737 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:16:07.056 11116 13737 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-04 00:16:07.058 11116 13737 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:07.058 11116 13737 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:07.058 11116 13737 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:07.059 11116 13737 E FMQ : grantorIdx must be less than 3
02-04 00:16:07.060 11116 13737 E FMQ : grantorIdx must be less than 3
02-04 00:16:07.068 11116 13737 E FMQ : grantorIdx must be less than 3
02-04 00:16:07.102 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:16:07.537 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.537 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:07.599 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.599 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:07.659 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.659 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:07.694 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.694 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:07.745 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.745 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:07.779 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.779 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:07.829 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.829 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:07.862 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.862 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:07.896 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.896 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:07.946 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.946 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:07.980 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:07.980 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:08.013 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:08.013 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:08.065 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:08.065 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:08.578 11116 13737 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:08.578 11116 13737 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:08.578 11116 13737 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:08.582 11116 13725 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=336a9002-0197-467c-a6d0-adb8bedb9fcd transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=nA6YYaxyGC9CdrNI7ju7SielfVfvr04Xp8AlkhVx8JQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706969921000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-
6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=368
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=0
media_upload_handle=null message_row_id=1009 multicast_id=null
enc_file_hash=YM9+syCbmUpTNXB2FWIYdoLyOxB1yzr/pHQUzZMe0gY= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3606781
media_name=null media_duration=21 chat_row_id=26 media_key=[B@407a782
02-04 00:16:08.667 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:08.667 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=336a9002-0197-467c-a6d0-adb8bedb9fcd transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=nA6YYaxyGC9CdrNI7ju7SielfVfvr04Xp8AlkhVx8JQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706969921000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-
6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=368
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=0
media_upload_handle=null message_row_id=1009 multicast_id=null
enc_file_hash=YM9+syCbmUpTNXB2FWIYdoLyOxB1yzr/pHQUzZMe0gY= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3606781
media_name=null media_duration=21 chat_row_id=26 media_key=[B@407a782
02-04 00:16:08.684 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:08.684 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:09.559 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:16:09.611 11116 13862 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:16:09.623 11116 13862 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:16:09.623 11116 13862 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:16:09.748 11116 13867 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:16:09.749 11116 13867 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-04 00:16:09.754 11116 13867 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:09.754 11116 13867 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:09.754 11116 13867 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:09.755 11116 13867 E FMQ : grantorIdx must be less than 3
02-04 00:16:09.756 11116 13867 E FMQ : grantorIdx must be less than 3
02-04 00:16:09.763 11116 13867 E FMQ : grantorIdx must be less than 3
02-04 00:16:09.780 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:16:09.819 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:09.819 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:10.210 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:10.210 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:10.238 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:10.238 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:10.290 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:10.290 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:10.324 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:10.324 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:10.356 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:10.356 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:10.407 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:10.407 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:10.440 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:10.440 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:10.490 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:10.490 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:10.557 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:10.557 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:10.688 11116 13867 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:10.688 11116 13867 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:10.688 11116 13867 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:10.693 11116 13862 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=0 media_upload_handle=null
message_row_id=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:16:10.758 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:10.758 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=0 media_upload_handle=null
message_row_id=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:16:10.814 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:10.814 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:10.851 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:16:10.881 11116 13889 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:16:10.885 11116 13889 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:16:10.886 11116 13889 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:16:10.971 11116 13896 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:16:10.971 11116 13896 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-04 00:16:10.974 11116 13896 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:10.974 11116 13896 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:10.974 11116 13896 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:10.977 11116 13896 E FMQ : grantorIdx must be less than 3
02-04 00:16:10.978 11116 13896 E FMQ : grantorIdx must be less than 3
02-04 00:16:10.989 11116 13896 E FMQ : grantorIdx must be less than 3
02-04 00:16:11.005 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:16:11.227 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:11.227 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:11.950 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:11.950 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.002 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.002 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.022 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.022 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.119 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.119 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.169 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.169 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.190 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.190 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.226 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.226 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.256 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.256 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.288 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.288 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.420 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.420 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.555 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.555 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:12.588 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:12.588 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=0c016493-6b54-44a7-b747-d363686f2ee3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/32182956_937541671065304_771065564186662439_n.enc?ccb=11-
4&oh=01_AdR51J4GsZYgtztz2vz1EGyLxCaZX2nVWyrO2NNimBoR9A&oe=65E5E831&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8113208 is_animated_sticker=0
file_hash=vUMGbde9CP/jMcsOv1x6ov+pNdYErcfi5Hye+0nBSB0=
file_path=Media/.Statuses/92c6521ab9634e059d99006a7df8acbb.mp4 file_size=5293779
partial_media_hash=null face_x=0 face_y=0 height=864 trim_to=0
media_key_timestamp=1706977060000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/32182956_937541671065304_771065564186662439_n.enc?ccb=11-
4&oh=01_AdR51J4GsZYgtztz2vz1EGyLxCaZX2nVWyrO2NNimBoR9A&oe=65E5E831&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=480 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=1026 multicast_id=null
enc_file_hash=uP5MKd4pcs3wEc7Blf4Qks7fmoK+B/g/KYCZw+1GURQ= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=5293779
media_name=null media_duration=29 chat_row_id=26 media_key=[B@520d680
02-04 00:16:34.033 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:34.033 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=661428ef-40de-437a-98a7-abe3ea9601fc transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31238269_389722380307516_1567055536798933605_n.enc?ccb=11-
4&oh=01_AdQDnQnDu_asvZ4ZkPcS-Wc8EHtTixupCsdCZKNgozE5sQ&oe=65E5CFCF&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.3333334 is_animated_sticker=0
file_hash=gcwLoUx9zEo1L+4L1KA/Tn8wijL7aRKl4Rz3/KjbCr0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706974925000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31238269_389722380307516_1567055536798933605_n.enc?ccb=11-
4&oh=01_AdQDnQnDu_asvZ4ZkPcS-
Wc8EHtTixupCsdCZKNgozE5sQ&oe=65E5CFCF&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=480
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=1022 multicast_id=null
enc_file_hash=sjEyYNg48eklZYohT500bRZdnHX/+jOvLTPVq6TjDQE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2680871
media_name=null media_duration=20 chat_row_id=26 media_key=[B@90ac2bd
02-04 00:16:34.575 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:34.575 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=8e8f84cd-c597-47d1-9e9c-b9374ffc41fb transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8461539 is_animated_sticker=0
file_hash=rlfMDSOBLUxjWDcRvUyfTSG1YSl5LQIlw7IM+LCijPw= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706976408000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-
Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=352 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=1024
multicast_id=null enc_file_hash=zfPamH/sTZbg1ag+Gec6iAqvuqpvsNoN5GRYBXfOHFo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4473545 media_name=null media_duration=30 chat_row_id=26
media_key=[B@276922f
02-04 00:16:35.690 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:35.690 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:16:35.780 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:35.780 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b6bbad41-f49e-490c-8f85-3e1a046925dc transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/40970049_370674715678927_3284296904972689773_n.enc?ccb=11-
4&oh=01_AdREjum7d9spPfEOdOqfJf6SCkxUlh5ncx99vl8ireUtNw&oe=65E5E1C2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=XWavzASifck62JZ0jMxccvegZ33nYlHQAMxBWzWmffc= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706979833000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/40970049_370674715678927_3284296904972689773_n.enc?ccb=11-
4&oh=01_AdREjum7d9spPfEOdOqfJf6SCkxUlh5ncx99vl8ireUtNw&oe=65E5E1C2&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=576 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=1027 multicast_id=null
enc_file_hash=IyLB/iIMnZmZUvSOLkTYvWTuuJ2QNFF1LbhhvYLFRgU= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1481554
media_name=null media_duration=10 chat_row_id=26 media_key=[B@7ce4d0
02-04 00:16:37.726 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:37.726 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=336a9002-0197-467c-a6d0-adb8bedb9fcd transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=nA6YYaxyGC9CdrNI7ju7SielfVfvr04Xp8AlkhVx8JQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706969921000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-
6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_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=1009 multicast_id=null
enc_file_hash=YM9+syCbmUpTNXB2FWIYdoLyOxB1yzr/pHQUzZMe0gY= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3606781
media_name=null media_duration=21 chat_row_id=26 media_key=[B@407a782
02-04 00:16:38.142 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:38.142 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=ead1985a-acec-48fe-aa8c-a35f1a8bffa3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7755102 is_animated_sticker=0
file_hash=eBae+EWs7MVTiCnAysF/whu+Doe/t71KruXZKfhebmM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706976302000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=480 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=1023
multicast_id=null enc_file_hash=vUAxOo5tQJy7Wxi4JBHtCOWFz0qyHmnVQUt6a51pU0o=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4224123 media_name=null media_duration=28 chat_row_id=26
media_key=[B@96c17ee
02-04 00:16:39.833 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:39.833 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:16:40.292 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:40.292 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=ead1985a-acec-48fe-aa8c-a35f1a8bffa3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7755102 is_animated_sticker=0
file_hash=eBae+EWs7MVTiCnAysF/whu+Doe/t71KruXZKfhebmM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706976302000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=480 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=1023
multicast_id=null enc_file_hash=vUAxOo5tQJy7Wxi4JBHtCOWFz0qyHmnVQUt6a51pU0o=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4224123 media_name=null media_duration=28 chat_row_id=26
media_key=[B@96c17ee
02-04 00:16:40.895 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:40.895 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=8e8f84cd-c597-47d1-9e9c-b9374ffc41fb transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8461539 is_animated_sticker=0
file_hash=rlfMDSOBLUxjWDcRvUyfTSG1YSl5LQIlw7IM+LCijPw= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706976408000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-
Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=352 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=1024
multicast_id=null enc_file_hash=zfPamH/sTZbg1ag+Gec6iAqvuqpvsNoN5GRYBXfOHFo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4473545 media_name=null media_duration=30 chat_row_id=26
media_key=[B@276922f
02-04 00:16:41.416 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:41.416 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=0762730b-3d93-4c78-a11d-fa864917283b transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/40271220_1032561091180654_1068181098789009631_n.enc?ccb=11-
4&oh=01_AdSWXuYcp4chD6ZpkHdNU3xCriWUJGMETtKfbYnudW-vLw&oe=65E5B41B&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=1Dq9qysOTo2xwD2poAGnzzWdwaqavExsPkOPg+yNYqQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706967970000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/40271220_1032561091180654_1068181098789009631_n.enc?ccb=11-
4&oh=01_AdSWXuYcp4chD6ZpkHdNU3xCriWUJGMETtKfbYnudW-
vLw&oe=65E5B41B&_nc_sid=5e03e0&mms3=true media_caption=null trim_from=0
mime_type=video/mp4 partial_media_enc_hash=null width=576 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=1007 multicast_id=null
enc_file_hash=AZwq/oCAZ/vkEwueiWaRF47xeaFQjegC0VZY7loCNFE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2364670
media_name=null media_duration=13 chat_row_id=26 media_key=[B@9422f83
02-04 00:16:41.851 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:41.851 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=336a9002-0197-467c-a6d0-adb8bedb9fcd transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=nA6YYaxyGC9CdrNI7ju7SielfVfvr04Xp8AlkhVx8JQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706969921000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-
6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_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=1009 multicast_id=null
enc_file_hash=YM9+syCbmUpTNXB2FWIYdoLyOxB1yzr/pHQUzZMe0gY= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3606781
media_name=null media_duration=21 chat_row_id=26 media_key=[B@407a782
02-04 00:16:41.917 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:41.917 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:16:42.245 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:42.245 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:45.602 11116 13896 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:45.602 11116 13896 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:45.602 11116 13896 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:45.609 11116 13889 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:16:45.734 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:16:45.782 11116 14873 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:16:45.789 11116 14873 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:16:45.789 11116 14873 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:16:45.988 11116 14878 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:16:45.988 11116 14878 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-04 00:16:45.995 11116 14878 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:45.995 11116 14878 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:45.995 11116 14878 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:45.996 11116 14878 E FMQ : grantorIdx must be less than 3
02-04 00:16:45.997 11116 14878 E FMQ : grantorIdx must be less than 3
02-04 00:16:46.013 11116 14878 E FMQ : grantorIdx must be less than 3
02-04 00:16:46.026 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:16:46.061 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.061 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.267 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.267 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.324 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.324 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.357 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.357 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.391 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.391 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.425 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.425 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.460 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.460 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.497 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.498 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.534 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.534 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.569 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.569 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.600 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.600 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.636 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.636 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.667 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.667 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.702 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.702 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.735 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.735 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:46.805 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:46.805 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=b156eb3c-a7ad-4f99-9a8a-9ab992bd17ff transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=qC8tboU8IM1Q4T+fNgj2ff8WDWnYKqpYdAkzVN9NVqM=
file_path=Media/.Statuses/1cb30a91cb814490b41d8ed7213307af.mp4 file_size=2439829
partial_media_hash=null face_x=0 face_y=0 height=1280 trim_to=0
media_key_timestamp=1706979785000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31830829_7533611180035702_2408513103481069214_n.enc?ccb=11-
4&oh=01_AdQrRV6KudUNTa8_Atdv79LI2XeRVyQxtc2JlgS5Fgn1vQ&oe=65E5D395&_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=1028 multicast_id=null
enc_file_hash=VJVYEa4rejr9tEQ2GnbAQbvFxkWV6MiCxU2ptyYMI8s= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2439829
media_name=null media_duration=22 chat_row_id=26 media_key=[B@1c587c1
02-04 00:16:49.107 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:16:49.107 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:16:50.639 11116 12663 W AudioTrack: getTimestamp_l(13839): retrograde
timestamp time corrected, 619382020919371 < 619382218617217
02-04 00:16:53.055 11116 14878 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:53.055 11116 14878 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:53.055 11116 14878 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:53.060 11116 14873 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:16:53.219 11116 11116 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-04 00:16:53.220 11116 11116 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-04 00:16:53.621 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:16:53.655 11116 15306 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:16:53.660 11116 15306 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:16:53.660 11116 15306 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:16:53.780 11116 15323 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:16:53.781 11116 15323 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-04 00:16:53.783 11116 15323 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:53.784 11116 15323 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:53.784 11116 15323 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:53.785 11116 15323 E FMQ : grantorIdx must be less than 3
02-04 00:16:53.786 11116 15323 E FMQ : grantorIdx must be less than 3
02-04 00:16:53.796 11116 15323 E FMQ : grantorIdx must be less than 3
02-04 00:16:53.823 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:16:53.927 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:53.927 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.214 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.214 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.246 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.247 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.281 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.281 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.313 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.313 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.347 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.347 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.380 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.380 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.414 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.414 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.447 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.447 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.481 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.481 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.515 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.515 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.548 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.548 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.582 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.582 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:54.617 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:54.617 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:55.250 11116 15323 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:55.250 11116 15323 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:55.250 11116 15323 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:55.256 11116 15306 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:16:55.266 11116 11116 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-04 00:16:55.266 11116 11116 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-04 00:16:55.399 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:16:55.423 11116 15403 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:16:55.429 11116 15403 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:16:55.429 11116 15403 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:16:55.527 11116 15410 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:16:55.527 11116 15410 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-04 00:16:55.529 11116 15410 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:16:55.530 11116 15410 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:16:55.530 11116 15410 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:16:55.531 11116 15410 E FMQ : grantorIdx must be less than 3
02-04 00:16:55.532 11116 15410 E FMQ : grantorIdx must be less than 3
02-04 00:16:55.540 11116 15410 E FMQ : grantorIdx must be less than 3
02-04 00:16:55.562 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:16:56.228 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.228 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.395 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.395 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.428 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.428 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.470 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.470 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.504 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.504 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.537 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.537 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.570 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.570 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.603 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.603 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.637 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.637 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.687 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.687 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.749 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.749 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:16:56.882 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:16:56.882 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=8e8f84cd-c597-47d1-9e9c-b9374ffc41fb transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.8461539 is_animated_sticker=0
file_hash=rlfMDSOBLUxjWDcRvUyfTSG1YSl5LQIlw7IM+LCijPw=
file_path=Media/.Statuses/4db20c4391f1474dac4d9f032f654af7.mp4 file_size=4473545
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706976408000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/34876670_6912435795548607_4044337166943055401_n.enc?ccb=11-
4&oh=01_AdTgRLPhEfWtcbssr-
Nsp5MAp3VA69m9ncWQmFEzGPNV6A&oe=65E5BCD2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=352 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=1024
multicast_id=null enc_file_hash=zfPamH/sTZbg1ag+Gec6iAqvuqpvsNoN5GRYBXfOHFo=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4473545 media_name=null media_duration=30 chat_row_id=26
media_key=[B@276922f
02-04 00:17:10.348 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:10.348 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=661428ef-40de-437a-98a7-abe3ea9601fc transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/31238269_389722380307516_1567055536798933605_n.enc?ccb=11-
4&oh=01_AdQDnQnDu_asvZ4ZkPcS-Wc8EHtTixupCsdCZKNgozE5sQ&oe=65E5CFCF&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.3333334 is_animated_sticker=0
file_hash=gcwLoUx9zEo1L+4L1KA/Tn8wijL7aRKl4Rz3/KjbCr0= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=640 trim_to=0
media_key_timestamp=1706974925000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/31238269_389722380307516_1567055536798933605_n.enc?ccb=11-
4&oh=01_AdQDnQnDu_asvZ4ZkPcS-
Wc8EHtTixupCsdCZKNgozE5sQ&oe=65E5CFCF&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=480
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=1022 multicast_id=null
enc_file_hash=sjEyYNg48eklZYohT500bRZdnHX/+jOvLTPVq6TjDQE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=2680871
media_name=null media_duration=20 chat_row_id=26 media_key=[B@90ac2bd
02-04 00:17:10.907 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:10.907 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:15.518 11116 12663 W AudioTrack: getTimestamp_l(13841): retrograde
timestamp time corrected, 619406937774911 < 619407087850680
02-04 00:17:15.541 11116 15410 E FMQ : grantorIdx must be less than 3
02-04 00:17:15.703 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:15.703 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:15.764 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:15.764 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:15.814 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:15.814 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:15.882 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:15.882 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:16.236 11116 15410 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:16.236 11116 15410 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:16.236 11116 15410 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:16.242 11116 15403 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:17:16.287 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:17:16.324 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:17:16.385 11116 16371 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:17:16.391 11116 16371 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:17:16.391 11116 16371 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:17:16.544 11116 16378 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:17:16.544 11116 16378 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-04 00:17:16.546 11116 16378 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:16.546 11116 16378 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:16.546 11116 16378 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:16.547 11116 16378 E FMQ : grantorIdx must be less than 3
02-04 00:17:16.547 11116 16378 E FMQ : grantorIdx must be less than 3
02-04 00:17:16.552 11116 16378 E FMQ : grantorIdx must be less than 3
02-04 00:17:16.562 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:17:16.586 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:16.586 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:16.984 11116 16378 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:16.984 11116 16378 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:16.984 11116 16378 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:16.987 11116 16371 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:17:17.062 11116 11116 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-04 00:17:17.063 11116 11116 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-04 00:17:17.084 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:17:17.585 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:17:17.610 11116 16397 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:17:17.619 11116 16397 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:17:17.619 11116 16397 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:17:17.724 11116 16402 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:17:17.724 11116 16402 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-04 00:17:17.727 11116 16402 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:17.727 11116 16402 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:17.727 11116 16402 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:17.728 11116 16402 E FMQ : grantorIdx must be less than 3
02-04 00:17:17.729 11116 16402 E FMQ : grantorIdx must be less than 3
02-04 00:17:17.737 11116 16402 E FMQ : grantorIdx must be less than 3
02-04 00:17:17.752 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:17:17.771 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:17.771 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:17.945 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:17.945 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:17.962 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:17.962 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:17.996 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:17.996 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:18.046 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:18.046 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:18.080 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:18.080 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:18.113 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:18.113 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:18.147 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:18.147 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:18.197 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:18.197 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:18.231 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:18.231 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:18.281 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:18.281 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:18.315 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:18.315 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:18.365 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:18.365 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:18.732 11116 16402 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:18.732 11116 16402 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:18.732 11116 16402 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:18.738 11116 16397 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:17:18.773 11116 11116 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-04 00:17:18.773 11116 11116 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-04 00:17:18.790 11116 16412 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:17:18.794 11116 16412 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:17:18.794 11116 16412 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:17:18.864 11116 16417 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:17:18.865 11116 16417 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-04 00:17:18.872 11116 16417 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:18.872 11116 16417 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:18.872 11116 16417 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:18.877 11116 16417 E FMQ : grantorIdx must be less than 3
02-04 00:17:18.877 11116 16417 E FMQ : grantorIdx must be less than 3
02-04 00:17:18.882 11116 16417 E FMQ : grantorIdx must be less than 3
02-04 00:17:18.899 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:17:19.003 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:19.003 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:19.056 11116 16417 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:19.057 11116 16417 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:19.057 11116 16417 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:19.061 11116 16412 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:17:19.074 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=336a9002-0197-467c-a6d0-adb8bedb9fcd transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=nA6YYaxyGC9CdrNI7ju7SielfVfvr04Xp8AlkhVx8JQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706969921000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-
6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=368
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=0
media_upload_handle=null message_row_id=1009 multicast_id=null
enc_file_hash=YM9+syCbmUpTNXB2FWIYdoLyOxB1yzr/pHQUzZMe0gY= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3606781
media_name=null media_duration=21 chat_row_id=26 media_key=[B@407a782
02-04 00:17:19.089 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:19.089 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=336a9002-0197-467c-a6d0-adb8bedb9fcd transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=nA6YYaxyGC9CdrNI7ju7SielfVfvr04Xp8AlkhVx8JQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706969921000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-
6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null width=368
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=0
media_upload_handle=null message_row_id=1009 multicast_id=null
enc_file_hash=YM9+syCbmUpTNXB2FWIYdoLyOxB1yzr/pHQUzZMe0gY= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3606781
media_name=null media_duration=21 chat_row_id=26 media_key=[B@407a782
02-04 00:17:19.112 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:19.112 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:19.152 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:17:19.177 11116 16431 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:17:19.181 11116 16431 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:17:19.181 11116 16431 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:17:19.251 11116 16436 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:17:19.251 11116 16436 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-04 00:17:19.252 11116 16436 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:19.252 11116 16436 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:19.252 11116 16436 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:19.253 11116 16436 E FMQ : grantorIdx must be less than 3
02-04 00:17:19.253 11116 16436 E FMQ : grantorIdx must be less than 3
02-04 00:17:19.259 11116 16436 E FMQ : grantorIdx must be less than 3
02-04 00:17:19.280 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:17:19.521 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:19.521 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:19.884 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:19.884 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:19.931 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:19.931 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:19.947 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:19.947 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:19.968 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:19.969 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:19.995 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:19.995 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:20.012 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:20.012 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:20.030 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:20.030 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:20.057 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:20.057 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:20.252 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:20.252 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:20.461 11116 16436 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:20.461 11116 16436 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:20.461 11116 16436 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:20.464 11116 16431 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:17:20.526 11116 11116 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-04 00:17:20.526 11116 11116 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-04 00:17:20.565 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b6bbad41-f49e-490c-8f85-3e1a046925dc transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/40970049_370674715678927_3284296904972689773_n.enc?ccb=11-
4&oh=01_AdREjum7d9spPfEOdOqfJf6SCkxUlh5ncx99vl8ireUtNw&oe=65E5E1C2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=XWavzASifck62JZ0jMxccvegZ33nYlHQAMxBWzWmffc= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706979833000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/40970049_370674715678927_3284296904972689773_n.enc?ccb=11-
4&oh=01_AdREjum7d9spPfEOdOqfJf6SCkxUlh5ncx99vl8ireUtNw&oe=65E5E1C2&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=576 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=1027 multicast_id=null
enc_file_hash=IyLB/iIMnZmZUvSOLkTYvWTuuJ2QNFF1LbhhvYLFRgU= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1481554
media_name=null media_duration=10 chat_row_id=26 media_key=[B@7ce4d0
02-04 00:17:20.565 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:20.565 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:20.595 11116 11116 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-04 00:17:20.596 11116 11116 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-04 00:17:20.691 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b6bbad41-f49e-490c-8f85-3e1a046925dc transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/40970049_370674715678927_3284296904972689773_n.enc?ccb=11-
4&oh=01_AdREjum7d9spPfEOdOqfJf6SCkxUlh5ncx99vl8ireUtNw&oe=65E5E1C2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=XWavzASifck62JZ0jMxccvegZ33nYlHQAMxBWzWmffc= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706979833000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/40970049_370674715678927_3284296904972689773_n.enc?ccb=11-
4&oh=01_AdREjum7d9spPfEOdOqfJf6SCkxUlh5ncx99vl8ireUtNw&oe=65E5E1C2&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=576 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=0 media_upload_handle=null
message_row_id=1027 multicast_id=null
enc_file_hash=IyLB/iIMnZmZUvSOLkTYvWTuuJ2QNFF1LbhhvYLFRgU= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1481554
media_name=null media_duration=10 chat_row_id=26 media_key=[B@7ce4d0
02-04 00:17:20.845 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:20.845 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:21.368 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:17:21.414 11116 16452 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:17:21.418 11116 16452 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:17:21.418 11116 16452 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:17:21.484 11116 16458 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:17:21.484 11116 16458 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-04 00:17:21.486 11116 16458 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:21.486 11116 16458 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:21.486 11116 16458 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:21.490 11116 16458 E FMQ : grantorIdx must be less than 3
02-04 00:17:21.490 11116 16458 E FMQ : grantorIdx must be less than 3
02-04 00:17:21.497 11116 16458 E FMQ : grantorIdx must be less than 3
02-04 00:17:21.509 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:17:21.715 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:21.715 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:21.772 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:21.772 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:21.822 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:21.822 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:21.856 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:21.856 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:21.892 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:21.892 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:21.940 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:21.940 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:21.990 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:21.990 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:22.024 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:22.024 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:22.058 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:22.058 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:22.091 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:22.091 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:22.159 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:22.159 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:22.192 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:22.192 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:22.225 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:22.226 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:22.260 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:22.260 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:22.326 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:22.326 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:22.360 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:22.360 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:22.588 11116 16458 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:22.588 11116 16458 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:22.588 11116 16458 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:22.591 11116 16452 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:17:22.643 11116 11116 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-04 00:17:22.704 11116 11116 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-04 00:17:22.809 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=ead1985a-acec-48fe-aa8c-a35f1a8bffa3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7755102 is_animated_sticker=0
file_hash=eBae+EWs7MVTiCnAysF/whu+Doe/t71KruXZKfhebmM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706976302000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=480 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=1023
multicast_id=null enc_file_hash=vUAxOo5tQJy7Wxi4JBHtCOWFz0qyHmnVQUt6a51pU0o=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4224123 media_name=null media_duration=28 chat_row_id=26
media_key=[B@96c17ee
02-04 00:17:22.809 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:22.809 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:22.809 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=ead1985a-acec-48fe-aa8c-a35f1a8bffa3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7755102 is_animated_sticker=0
file_hash=eBae+EWs7MVTiCnAysF/whu+Doe/t71KruXZKfhebmM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706976302000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=480 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=0 media_upload_handle=null message_row_id=1023
multicast_id=null enc_file_hash=vUAxOo5tQJy7Wxi4JBHtCOWFz0qyHmnVQUt6a51pU0o=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4224123 media_name=null media_duration=28 chat_row_id=26
media_key=[B@96c17ee
02-04 00:17:22.950 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:22.950 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:23.713 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:17:23.741 11116 16484 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:17:23.744 11116 16484 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:17:23.744 11116 16484 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:17:23.812 11116 16489 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:17:23.813 11116 16489 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-04 00:17:23.814 11116 16489 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:23.815 11116 16489 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:23.816 11116 16489 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:23.817 11116 16489 E FMQ : grantorIdx must be less than 3
02-04 00:17:23.818 11116 16489 E FMQ : grantorIdx must be less than 3
02-04 00:17:23.827 11116 16489 E FMQ : grantorIdx must be less than 3
02-04 00:17:23.837 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:17:23.870 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:23.870 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.038 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.038 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.057 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.057 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.105 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.105 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.139 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.139 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.172 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.172 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.223 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.223 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.256 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.256 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.290 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.290 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.340 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.340 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.374 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.374 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.425 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.425 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:24.458 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:24.458 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=baebf229-2e3d-4a14-a2a2-507bd137a8d2 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/384673533_1613826309445227_426986616625559259_n.enc?ccb=11-4&oh=01_AdRD06-
8hmo7fQQGvOyf4ivhR3kJREc6NoGori2x1p4u3w&oe=65E5D960&_nc_sid=5e03e0
thumbnail_height_width_ratio=0.5729167 is_animated_sticker=0
file_hash=imyue4rhkUxQaLexqtB5sgL7xmec5jH4GkPZQZFYs64=
file_path=Media/.Statuses/13fd85e4f50c4a0ab7fc018feb689f67.mp4 file_size=2382891
partial_media_hash=null face_x=0 face_y=0 height=368 trim_to=0
media_key_timestamp=1706974297000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/384673533_1613826309445227_426986616625559259_n.enc?ccb=11-4&oh=01_AdRD06-
8hmo7fQQGvOyf4ivhR3kJREc6NoGori2x1p4u3w&oe=65E5D960&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=640 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=1021
multicast_id=null enc_file_hash=aIaabyxor1Oj+HRoahwgeVJ9rX+L3cZkJHsxXg9MRBs=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=2382891 media_name=null media_duration=13 chat_row_id=26
media_key=[B@ca86909
02-04 00:17:27.068 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:27.068 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=ead1985a-acec-48fe-aa8c-a35f1a8bffa3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7755102 is_animated_sticker=0
file_hash=eBae+EWs7MVTiCnAysF/whu+Doe/t71KruXZKfhebmM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706976302000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=480 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=1023
multicast_id=null enc_file_hash=vUAxOo5tQJy7Wxi4JBHtCOWFz0qyHmnVQUt6a51pU0o=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4224123 media_name=null media_duration=28 chat_row_id=26
media_key=[B@96c17ee
02-04 00:17:27.133 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:27.133 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b6bbad41-f49e-490c-8f85-3e1a046925dc transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/40970049_370674715678927_3284296904972689773_n.enc?ccb=11-
4&oh=01_AdREjum7d9spPfEOdOqfJf6SCkxUlh5ncx99vl8ireUtNw&oe=65E5E1C2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=XWavzASifck62JZ0jMxccvegZ33nYlHQAMxBWzWmffc= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706979833000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/40970049_370674715678927_3284296904972689773_n.enc?ccb=11-
4&oh=01_AdREjum7d9spPfEOdOqfJf6SCkxUlh5ncx99vl8ireUtNw&oe=65E5E1C2&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=576 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=1027 multicast_id=null
enc_file_hash=IyLB/iIMnZmZUvSOLkTYvWTuuJ2QNFF1LbhhvYLFRgU= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1481554
media_name=null media_duration=10 chat_row_id=26 media_key=[B@7ce4d0
02-04 00:17:27.172 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:27.172 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=336a9002-0197-467c-a6d0-adb8bedb9fcd transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=nA6YYaxyGC9CdrNI7ju7SielfVfvr04Xp8AlkhVx8JQ= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706969921000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/24246245_396586079714797_7105451058428690735_n.enc?ccb=11-
4&oh=01_AdQg6qcYbU3J1XE_IzS4l8-
6cHharTc2NlZ0Mr4VDKhgLQ&oe=65E5C9C6&_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=1009 multicast_id=null
enc_file_hash=YM9+syCbmUpTNXB2FWIYdoLyOxB1yzr/pHQUzZMe0gY= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3606781
media_name=null media_duration=21 chat_row_id=26 media_key=[B@407a782
02-04 00:17:28.662 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:28.662 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=b6bbad41-f49e-490c-8f85-3e1a046925dc transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/40970049_370674715678927_3284296904972689773_n.enc?ccb=11-
4&oh=01_AdREjum7d9spPfEOdOqfJf6SCkxUlh5ncx99vl8ireUtNw&oe=65E5E1C2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=XWavzASifck62JZ0jMxccvegZ33nYlHQAMxBWzWmffc= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=1024 trim_to=0
media_key_timestamp=1706979833000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/40970049_370674715678927_3284296904972689773_n.enc?ccb=11-
4&oh=01_AdREjum7d9spPfEOdOqfJf6SCkxUlh5ncx99vl8ireUtNw&oe=65E5E1C2&_nc_sid=5e03e0&m
ms3=true media_caption=null trim_from=0 mime_type=video/mp4
partial_media_enc_hash=null width=576 original_file_hash=null
has_streaming_sidecar=1 autotransfer_retry_enabled=1 media_upload_handle=null
message_row_id=1027 multicast_id=null
enc_file_hash=IyLB/iIMnZmZUvSOLkTYvWTuuJ2QNFF1LbhhvYLFRgU= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=1481554
media_name=null media_duration=10 chat_row_id=26 media_key=[B@7ce4d0
02-04 00:17:28.756 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:28.756 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=ead1985a-acec-48fe-aa8c-a35f1a8bffa3 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7755102 is_animated_sticker=0
file_hash=eBae+EWs7MVTiCnAysF/whu+Doe/t71KruXZKfhebmM= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=848 trim_to=0
media_key_timestamp=1706976302000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/29918718_362359069916087_962419346371865317_n.enc?ccb=11-4&oh=01_AdQqr6fOCaVAw-
iRjTGncI-xDuDFiTNG36Zh3aMITbE8lw&oe=65E5E3B2&_nc_sid=5e03e0&mms3=true
media_caption=null trim_from=0 mime_type=video/mp4 partial_media_enc_hash=null
width=480 original_file_hash=null has_streaming_sidecar=1
autotransfer_retry_enabled=1 media_upload_handle=null message_row_id=1023
multicast_id=null enc_file_hash=vUAxOo5tQJy7Wxi4JBHtCOWFz0qyHmnVQUt6a51pU0o=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=4224123 media_name=null media_duration=28 chat_row_id=26
media_key=[B@96c17ee
02-04 00:17:29.122 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:29.122 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=496c5c5c-48c7-4006-95fa-2127255045c8 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/25589372_1053835449157199_2868827135872732999_n.enc?ccb=11-
4&oh=01_AdSgZBkSYq5xTABMBQxa7B2xy2Yro1SOtMGiDzd5BtONTQ&oe=65E5C811&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=ancXZ+9Sxt3WXNgfXWywKQywpj3CAaHIXhhBhBRlnb4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706971944000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/25589372_1053835449157199_2868827135872732999_n.enc?ccb=11-
4&oh=01_AdSgZBkSYq5xTABMBQxa7B2xy2Yro1SOtMGiDzd5BtONTQ&oe=65E5C811&_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=1020 multicast_id=null
enc_file_hash=xIlNixeMClxT03IwnchgduXDub7+GZTFiMhOUztFKsE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3522358
media_name=null media_duration=24 chat_row_id=26 media_key=[B@e032414
02-04 00:17:29.485 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:29.485 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:35.929 11116 16489 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:35.929 11116 16489 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:35.929 11116 16489 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:35.933 11116 16484 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:17:35.977 11116 11116 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-04 00:17:35.978 11116 11116 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-04 00:17:36.041 11116 11116 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-04 00:17:36.041 11116 11116 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-04 00:17:36.063 11116 11116 E RecyclerView: No adapter attached; skipping layout
02-04 00:17:36.678 11116 12663 E Parcel : Reading a NULL string not supported
here.
02-04 00:17:36.701 11116 16621 E OplusACodec: [GetVideoCodingTypeFromMime:L709]
mime:video/avc
02-04 00:17:36.707 11116 16621 E MtkACodecExt: setConfig(OMX_CONFIG_ROTATIONTYPE)
returned error 0xfffffc0e
02-04 00:17:36.707 11116 16621 E ACodec : [OMX.MTK.VIDEO.DECODER.AVC] failed to
setViLTEParameters 1
02-04 00:17:36.843 11116 16626 W Codec2Client: query -- param skipped: index =
1107298332.
02-04 00:17:36.843 11116 16626 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-04 00:17:36.845 11116 16626 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:36.845 11116 16626 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:36.845 11116 16626 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:36.847 11116 16626 E FMQ : grantorIdx must be less than 3
02-04 00:17:36.847 11116 16626 E FMQ : grantorIdx must be less than 3
02-04 00:17:36.857 11116 16626 E FMQ : grantorIdx must be less than 3
02-04 00:17:36.870 11116 12672 E FMQ : grantorIdx must be less than 3
02-04 00:17:36.895 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:36.895 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.096 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.096 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.128 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.128 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.172 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.172 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.231 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.231 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.265 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.265 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.298 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.298 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.349 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.349 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.383 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.383 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.432 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.432 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.466 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.466 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.516 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.516 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.634 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:37.634 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:37.811 11116 16626 W Codec2Client: query -- param skipped: index =
1342179345.
02-04 00:17:37.811 11116 16626 W Codec2Client: query -- param skipped: index =
2415921170.
02-04 00:17:37.811 11116 16626 W Codec2Client: query -- param skipped: index =
1610614798.
02-04 00:17:37.815 11116 16621 W ACodec : Failed to set ANW_HWComposer to OMX,
ignoring (-2147483648)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=496c5c5c-48c7-4006-95fa-2127255045c8 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/25589372_1053835449157199_2868827135872732999_n.enc?ccb=11-
4&oh=01_AdSgZBkSYq5xTABMBQxa7B2xy2Yro1SOtMGiDzd5BtONTQ&oe=65E5C811&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=ancXZ+9Sxt3WXNgfXWywKQywpj3CAaHIXhhBhBRlnb4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706971944000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/25589372_1053835449157199_2868827135872732999_n.enc?ccb=11-
4&oh=01_AdSgZBkSYq5xTABMBQxa7B2xy2Yro1SOtMGiDzd5BtONTQ&oe=65E5C811&_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=0 media_upload_handle=null
message_row_id=1020 multicast_id=null
enc_file_hash=xIlNixeMClxT03IwnchgduXDub7+GZTFiMhOUztFKsE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3522358
media_name=null media_duration=24 chat_row_id=26 media_key=[B@e032414
02-04 00:17:37.860 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:37.860 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=496c5c5c-48c7-4006-95fa-2127255045c8 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/25589372_1053835449157199_2868827135872732999_n.enc?ccb=11-
4&oh=01_AdSgZBkSYq5xTABMBQxa7B2xy2Yro1SOtMGiDzd5BtONTQ&oe=65E5C811&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=ancXZ+9Sxt3WXNgfXWywKQywpj3CAaHIXhhBhBRlnb4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706971944000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/25589372_1053835449157199_2868827135872732999_n.enc?ccb=11-
4&oh=01_AdSgZBkSYq5xTABMBQxa7B2xy2Yro1SOtMGiDzd5BtONTQ&oe=65E5C811&_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=0 media_upload_handle=null
message_row_id=1020 multicast_id=null
enc_file_hash=xIlNixeMClxT03IwnchgduXDub7+GZTFiMhOUztFKsE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3522358
media_name=null media_duration=24 chat_row_id=26 media_key=[B@e032414
02-04 00:17:37.875 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:37.875 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: Error inserting transferred=1
media_job_uuid=c3992d6f-42ad-43ad-846e-930e555107be transcoded=0 gif_attribution=0
first_scan_length=5385 direct_path=/v/t62.7118-
24/32640389_1073772203883970_2860357891847704774_n.enc?ccb=11-
4&oh=01_AdQ1uL_HFUtOEDL9KESIcwKdJ8f-n-oXQk308P23sJVdJQ&oe=65E5A93A&_nc_sid=5e03e0
thumbnail_height_width_ratio=2.2857144 is_animated_sticker=0
file_hash=t9SwFXp1zDdFXA70URNKoNQc49u79Vq+bRk3crd7oEw=
file_path=Media/.Statuses/eb52544eeb36440da4b88819d1ad1c77.jpg file_size=60262
partial_media_hash=K3McHErULzdcmm7rFzzkdSdR3NfJ4Cpy1FuMGTCzDXw= face_x=0 face_y=0
height=1080 trim_to=0 media_key_timestamp=1706971784000
message_url=https://mmg.whatsapp.net/v/t62.7118-
24/32640389_1073772203883970_2860357891847704774_n.enc?ccb=11-
4&oh=01_AdQ1uL_HFUtOEDL9KESIcwKdJ8f-n-
oXQk308P23sJVdJQ&oe=65E5A93A&_nc_sid=5e03e0&mms3=true media_caption=null
trim_from=0 mime_type=image/jpeg partial_media_enc_hash=null width=482
original_file_hash=null has_streaming_sidecar=1 autotransfer_retry_enabled=1
media_upload_handle=null message_row_id=1019 multicast_id=null
enc_file_hash=v+iCu/bJVAVZdI0RzLULUG5+U5y701lGqAdPBqeY74w= mute_video=0
page_count=0 first_scan_sidecar=[B@c1800b3 suspicious_content=0 file_length=60262
media_name=null media_duration=0 chat_row_id=26 media_key=[B@3e10670
02-04 00:17:38.548 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:38.548 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=8eed3ce0-4cdd-45dd-b8f8-fabc17285ff5 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/13740743_1387129695502211_5443062939739036064_n.enc?ccb=11-4&oh=01_AdT9cgaX62-
yYeITVBePZfPYguRSW7cSs2SBmhKP6RpX-Q&oe=65E550E6&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=9WhUvdCurEQnn1rUIHEdut9d+Fnndf8oEDqMFKiTUAo= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706940058000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/13740743_1387129695502211_5443062939739036064_n.enc?ccb=11-4&oh=01_AdT9cgaX62-
yYeITVBePZfPYguRSW7cSs2SBmhKP6RpX-Q&oe=65E550E6&_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=948
multicast_id=null enc_file_hash=fEWjKedRtEMXv997gY9oyzafAfebEV38qb6tACjfyrs=
mute_video=0 page_count=0 first_scan_sidecar=null suspicious_content=0
file_length=3048595 media_name=null media_duration=20 chat_row_id=26
media_key=[B@efb762c
02-04 00:17:38.783 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:38.783 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: Error inserting transferred=0
media_job_uuid=496c5c5c-48c7-4006-95fa-2127255045c8 transcoded=0 gif_attribution=0
first_scan_length=0 direct_path=/v/t62.7161-
24/25589372_1053835449157199_2868827135872732999_n.enc?ccb=11-
4&oh=01_AdSgZBkSYq5xTABMBQxa7B2xy2Yro1SOtMGiDzd5BtONTQ&oe=65E5C811&_nc_sid=5e03e0
thumbnail_height_width_ratio=1.7777778 is_animated_sticker=0
file_hash=ancXZ+9Sxt3WXNgfXWywKQywpj3CAaHIXhhBhBRlnb4= file_path=null file_size=0
partial_media_hash=null face_x=0 face_y=0 height=656 trim_to=0
media_key_timestamp=1706971944000 message_url=https://mmg.whatsapp.net/v/t62.7161-
24/25589372_1053835449157199_2868827135872732999_n.enc?ccb=11-
4&oh=01_AdSgZBkSYq5xTABMBQxa7B2xy2Yro1SOtMGiDzd5BtONTQ&oe=65E5C811&_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=1020 multicast_id=null
enc_file_hash=xIlNixeMClxT03IwnchgduXDub7+GZTFiMhOUztFKsE= mute_video=0
page_count=0 first_scan_sidecar=null suspicious_content=0 file_length=3522358
media_name=null media_duration=24 chat_row_id=26 media_key=[B@e032414
02-04 00:17:38.866 11116 11765 E SQLiteDatabase:
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed:
message_media.message_row_id (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native
Method)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnecti
on.java:948)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.jav
a:790)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:173
1)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1600)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at X.2tm.A08(Unknown
Source:6)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at X.35Y.A07(Unknown
Source:212)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at X.3QF.A14(Unknown
Source:470)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at X.3gU.run(Unknown
Source:982)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
android.os.Handler.handleCallback(Handler.java:938)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
X.0zq.dispatchMessage(Unknown Source:4)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
android.os.Looper.loop(Looper.java:264)
02-04 00:17:38.866 11116 11765 E SQLiteDatabase: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-04 00:17:42.145 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.145 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.146 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.146 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.147 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.147 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.148 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.148 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.149 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.149 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.150 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.150 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.151 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.151 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.152 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.152 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.153 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.153 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.154 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.154 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.155 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.155 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.156 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.156 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.157 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.157 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.158 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.158 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.158 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.158 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:42.161 11116 12102 W RefBase : CallStack::getCurrentInternal not
linked, returning null
02-04 00:17:42.161 11116 12102 W RefBase : CallStack::logStackInternal not linked
02-04 00:17:49.655 11116 11149 W System : A resource failed to call release.
--------- beginning of main
02-04 01:13:30.078 5092 5092 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-04 01:13:30.088 5092 5092 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-04 01:13:30.110 5092 5092 E RefClass:
java.lang.reflect.InvocationTargetException
02-04 01:13:31.378 5092 5092 E Parcel : Reading a NULL string not supported
here.
02-04 01:13:31.561 5092 5092 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-04 01:13:33.074 5092 5092 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-04 01:13:33.074 5092 5092 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-04 01:13:33.075 5092 5092 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-04 01:13:33.075 5092 5092 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-04 01:13:33.075 5092 5092 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-04 01:13:33.075 5092 5092 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-04 01:13:33.075 5092 5092 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-04 01:13:33.075 5092 5092 W System.err: at
java.lang.Class.newInstance(Native Method)
02-04 01:13:33.075 5092 5092 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-04 01:13:33.075 5092 5092 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-04 01:13:33.075 5092 5092 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-04 01:13:33.075 5092 5092 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-04 01:13:33.075 5092 5092 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-04 01:13:33.076 5092 5092 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-04 01:13:33.076 5092 5092 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-04 01:13:33.076 5092 5092 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-04 01:13:33.076 5092 5092 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-04 01:13:33.076 5092 5092 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-04 01:13:33.076 5092 5092 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 01:13:33.076 5092 5092 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-04 01:13:33.076 5092 5092 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-04 01:13:33.262 5092 5092 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-04 01:13:34.943 5092 5092 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-04 01:13:34.943 5092 5092 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-04 01:13:35.161 5092 5092 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-04 01:13:35.662 5092 5092 E ANR_LOG : >>> msg's executing time is too long
02-04 01:13:35.662 5092 5092 E ANR_LOG : Blocked msg = { when=-4s547ms what=110
target=android.app.ActivityThread$H obj=AppBindData{appInfo=ApplicationInfo{f825a5d
com.whatsapp}} } , cost = 4265 ms
02-04 01:13:35.663 5092 5092 E ANR_LOG : >>>Current msg List is:
02-04 01:13:35.663 5092 5092 E ANR_LOG : Current msg <1> = { when=-4s287ms
what=114 target=android.app.ActivityThread$H
obj=CreateServiceData{token=android.os.BinderProxy@2f6ffd2
className=com.whatsapp.messaging.MessageService packageName=com.whatsapp
intent=null} }
02-04 01:13:35.663 5092 5092 E ANR_LOG : Current msg <2> = { when=-4s287ms
what=115 target=android.app.ActivityThread$H
obj=ServiceArgsData{token=android.os.BinderProxy@2f6ffd2 startId=69 args=null} }
02-04 01:13:35.664 5092 5092 E ANR_LOG : Current msg <3> = { when=-4s282ms
what=9999 target=android.app.ActivityThread$H }
02-04 01:13:35.664 5092 5092 E ANR_LOG : Current msg <4> = { when=-2s651ms what=0
target=android.app.ActivityThread$H
callback=com.android.internal.util.function.pooled.PooledLambdaImpl }
02-04 01:13:35.664 5092 5092 E ANR_LOG : Current msg <5> = { when=-1s112ms what=0
target=android.app.ActivityThread$H callback=android.app.-$
$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA }
02-04 01:13:35.665 5092 5092 E ANR_LOG : >>>CURRENT MSG DUMP OVER<<<
02-04 01:13:35.847 5092 5463 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-04 01:13:35.847 5092 5463 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-04 01:13:35.847 5092 5463 W com.whatsapp: and incorrect proguard
optimizations.
02-04 01:13:36.396 5092 5519 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-04 01:13:37.402 5092 5479 E CheckPermission: _bluetooth code = 1
02-04 01:13:37.408 5092 5479 E CheckPermission: _bluetooth code = 3
02-04 01:13:37.412 5092 5479 E CheckPermission: _bluetooth code = 11
--------- beginning of main
02-04 12:21:55.875 20082 20082 E com.whatsapp: Unknown bits set in runtime_flags:
0x40000000
02-04 12:21:55.884 20082 20082 E com.whatsapp: Not starting debugger since process
cannot load the jdwp agent.
02-04 12:21:55.897 20082 20082 E RefClass:
java.lang.reflect.InvocationTargetException
02-04 12:21:55.956 20082 20082 E libc : Access denied finding property
"ro.odm.prev.product.name"
02-04 12:21:56.207 20082 20082 W System.err: java.lang.ClassNotFoundException:
mbmodsd.mbmodsw.ui.views.btn.BtnBK
02-04 12:21:56.207 20082 20082 W System.err: at
java.lang.Runtime.nativeLoad(Native Method)
02-04 12:21:56.208 20082 20082 W System.err: at
java.lang.Runtime.nativeLoad(Runtime.java:1131)
02-04 12:21:56.208 20082 20082 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1085)
02-04 12:21:56.208 20082 20082 W System.err: at
java.lang.Runtime.loadLibrary0(Runtime.java:1008)
02-04 12:21:56.208 20082 20082 W System.err: at
java.lang.System.loadLibrary(System.java:1664)
02-04 12:21:56.208 20082 20082 W System.err: at arm.EpicVm.<clinit>(Unknown
Source:2)
02-04 12:21:56.208 20082 20082 W System.err: at
java.lang.Class.newInstance(Native Method)
02-04 12:21:56.208 20082 20082 W System.err: at
android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
02-04 12:21:56.208 20082 20082 W System.err: at
androidx.core.app.CoreComponentFactory.instantiateApplication(Unknown Source:0)
02-04 12:21:56.208 20082 20082 W System.err: at
android.app.Instrumentation.newApplication(Instrumentation.java:1158)
02-04 12:21:56.208 20082 20082 W System.err: at
android.app.LoadedApk.makeApplication(LoadedApk.java:1324)
02-04 12:21:56.208 20082 20082 W System.err: at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:7272)
02-04 12:21:56.208 20082 20082 W System.err: at
android.app.ActivityThread.access$1700(ActivityThread.java:309)
02-04 12:21:56.208 20082 20082 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2194)
02-04 12:21:56.208 20082 20082 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
02-04 12:21:56.208 20082 20082 W System.err: at
android.os.Looper.loop(Looper.java:264)
02-04 12:21:56.208 20082 20082 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8315)
02-04 12:21:56.209 20082 20082 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
02-04 12:21:56.209 20082 20082 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
02-04 12:21:56.209 20082 20082 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
02-04 12:21:56.261 20082 20082 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-04 12:21:56.968 20082 20082 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist-
max-q,test-api, reflection, denied)
02-04 12:21:56.969 20082 20082 W com.whatsapp: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V
(greylist-max-q, reflection, denied)
02-04 12:21:57.075 20082 20082 W linker : Warning:
"/data/data/com.whatsapp/files/decompressed/libs.spk.zst/libc++_shared.so" unused
DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
02-04 12:21:57.389 20082 20131 W com.whatsapp: Class X.2rL failed lock verification
and will run slower.
02-04 12:21:57.389 20082 20131 W com.whatsapp: Common causes for lock verification
issues are non-optimized dex code
02-04 12:21:57.389 20082 20131 W com.whatsapp: and incorrect proguard
optimizations.
02-04 12:21:57.829 20082 20155 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-04 12:21:58.129 20082 20148 W System : ClassLoader referenced unknown path:
system/framework/mediatek-cta.jar
02-04 12:21:58.397 20082 20137 E CheckPermission: _bluetooth code = 1
02-04 12:21:58.400 20082 20137 E CheckPermission: _bluetooth code = 3
02-04 12:21:58.403 20082 20137 E CheckPermission: _bluetooth code = 11
02-04 12:21:59.041 20082 20206 E Parcel : Reading a NULL string not supported
here.

You might also like